New button on lists and edit feature on images suddenly stopped working for me.

Tevon2.0 1,106 Reputation points
2023-07-14T20:15:55.8466667+00:00

SharePoint Server 2019

I can't edit the hyperlinks in my lists for some reason and pressing the new button makes the screen freeze now. I can't even edit pages on my other site either. Edit user and remove user permissions are no longer showing for me currently. Sites were working perfectly and then randomly this issue started occurring. I have full permissions and as well as being the site owner.

User's image

User's image

User's image

Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint Server | Development
{count} votes

1 answer

Sort by: Most helpful
  1. Zehui Yao_MSFT 5,881 Reputation points
    2023-07-18T09:11:21.8766667+00:00

    Hi Tevon2.0, here are the tests I did locally, I hope it can help you.

    Issue 1: can't edit the hyperlinks in my lists and pressing the new button makes the screen freeze now.

    I tested it locally and can reproduce the same issue, when clicking the New button to add a new item, the page stops responding.

    image (18)

    And per our research, this issue may be due to a problem with the backend response.

    For this case, I would recommend setting column as single text first, and then change the single text format to hyperlink format via Format Column.

    Note: Hyperlinks in the email account format cannot be linked to the web page for that mailbox.

    image (19)

    image (20)

    Here is the JSON text for your reference:

    {
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
      "elmType": "a",
      "attributes": {
        "href": "@currentField",
        "target": "_blank"
      },
      "txtContent": "@currentField"
    }
    
    
    

    Issue 2: couldn't publish pages on site.

    In my environment, I can solve it by activating the SharePoint Server Publishing Infrastructure feature. You can try it following the below steps:

    Note: You must have admin privileges to enable publishing features.

    1. From the Site Contents page, select Site settings.

    image (21)

    1. On the Site Settings page under Site Collection Administration, select Site collection features.image (22)
    2. On the Site Collection Features page, scroll down to SharePoint Server Publishing Infrastructure and select Activate.

    image (23)


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.