SCRIPT_DEBUG true fixes blank post screen and hanging site health
-
When I go to my dashboard under site health status I get the message “Results are still loading…” and the circle stays blue and does not turn green.
When I go to create a new post I get a blank window.
I tried to follow the instructions to turn on debug and when I did the problem went away. I found that just adding this line to wp-config.php caused the two issues above to be fixed:
define( ‘SCRIPT_DEBUG’, true );
The wordpress page I got this from says “Use dev versions of core JS and CSS files” so I wonder if my non-dev JS and CSS files are whacked?
- This topic was modified 2 years, 10 months ago by .
- This topic was modified 2 years, 10 months ago by . Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SCRIPT_DEBUG true fixes blank post screen and hanging site health’ is closed to new replies.