0

When I trying to customize any page in any site I get this error in the console of the browser inspector. and the screen gets interrupt..

please see image below...

I'm running this WordPress multisite instance on a OpenLiteSpeed Web server.

The error that i get in the console

enter image description here

Please help me out what is causing this error I spent hours searching for solution and no results.

nerween
  • 41
  • 1
  • 7
  • Better to ask this question in openlitespeed forum or community instead of StackOverflow. It could be due to multiple possible reasons, e.g. an outdated browser or network security .. etc. – Eric Dec 05 '22 at 00:39
  • thanks for your replay, I didn't now where exactly the error is so I'm really confused in which community should I post this issue. – nerween Dec 06 '22 at 15:09
  • Try https://forum.openlitespeed.org/ – Eric Dec 07 '22 at 02:50

1 Answers1

1

There are several reasons, one of them has to do with the text being too large on the same line. In my case it was a text coming directly from the database, I just changed the text through the database and everything was fine.

From what I've researched, there are also other reasons, such as file size limit and even the server with full storage.

Raf4Killer
  • 19
  • 3