question

JohnnyBroe-3637 avatar image
0 Votes"
JohnnyBroe-3637 asked FelipeGuerrero-0190 commented

Sharepoint 2019 not working after lates update

Hi,

After the latest update of our Sharepoint 2019 and following reboot, a lot of our Sharepoint site is not working.

When we click to edit links on the site, try to open the uploaded Documents list, all we get is a blank page.

The links themselves work fine, and we have created a list called "Help Desk" which also works fine.

Can you please help

Best regards

John B.

office-sharepoint-server-customization
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@JohnnyBroe-3637

Whether you have installed July 2021 patch? After installing the patch, please remember to run the SharePoint Configuration Wizard as administrator.

What dose "When we click to edit links on the site" refer to?

Based on your description, I understand that when you open a document library, it shows blank. Is it right? Whether all document libraries or only one document library occurs this issue?


0 Votes 0 ·

installation of Sharepoint update includes 2 steps:
1. installation of binaries
2. reboot
3. run Sharepoint configuration wizard
4. reboot

Did you run all these steps? Note that running configuration wizard is necessary - this is exact place where it makes necessary changes in content db schema. Newly installed binaries may not work correctly with previous version of dbs schemas.



0 Votes 0 ·

Hi
Thanks for your reply.

After running the "Sharepoint Configuration Wizard" several times with restart in between, sharepoint still does not work.

If, for example, I click on the documents link before security update I could see many documents.

After security update when I click on documents I only receive a blank page. If I click on links in the menu, I also receive a blank page, but the links on the front page work, but not if I want to edit them, then it is again a blank page.

A hint would be nice

Best Regards

John B

0 Votes 0 ·
JohnnyBroe-3637 avatar image
0 Votes"
JohnnyBroe-3637 answered JohnnyBroe-3637 commented

Hi
I have made a temporary solution. My Sharepoint 2019 server is a virtual server and I have restored a backup from before security update and now everything works again.

But that's not a solution, my Sharepoint server is now working without the latest security updates.

I can stop the old copy and restart the Sharepoint server with the correct security updates again with the errors if it is easier to fix.

What should I do??

Best Regards

John B

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

According to this article,

It is required to install both fixes (language dependent and independent) to fully patch a SharePoint server.

Have you installed both two fixes?


0 Votes 0 ·

Hi Emily
No I have not installed language fixes.

I have now installed it and it is working pefectly.

Thanks for all your help

Have a nice day :-)

Best Regards

John B

0 Votes 0 ·
zer00s avatar image
0 Votes"
zer00s answered

Same issue! after the last SP 2019 update. Documents libraries all produce a blank page.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

zer00s avatar image
0 Votes"
zer00s answered

The same issue occurs on all sites and web applications. Even on the Central Admin site. Please, Microsoft. We need a fix for this.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SrinivasaSmruthi-1344 avatar image
0 Votes"
SrinivasaSmruthi-1344 answered

We have installed both language dependent and independent CU. It is not working still. Site contents are not opening. I have also tried running psconfig. Still no luck. Please suggest us the fix.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JamesPollard-4392 avatar image
1 Vote"
JamesPollard-4392 answered FelipeGuerrero-0190 commented

The only work-around I've found so far is to disable "modern experience" for the entire site collection with PowerShell.

 #Site Collection Level
 Add-PSSnapin microsoft.sharepoint.powershell -ea 0
 $site = Get-SPSite http://spwfe
    
 #Disable modern Lists and libraries at the Site Collection Level
 $featureguid = new-object System.Guid "E3540C7D-6BEA-403C-A224-1A12EAFEE4C4"
 $site.Features.Add($featureguid, $true)

Ref: https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/how-to-disable-the-modern-experience-in-sharepoint-2019/ba-p/303649

Once I did that, all of my document libraries and lists came back. Obviously, they can only be viewed in "classic experience" now, but at least we're not seeing a blank page.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

That's the fix. Thanks.

0 Votes 0 ·

LA SOLUCION ES LA SIGUIENTE

Instalar la actualización KB5001974

https://techcommunity.microsoft.com/t5/sharepoint/problems-displaying-site-content/m-p/2552967

0 Votes 0 ·