load-scripts.php 500 Internal server error - FireStorm ISP

load-scripts.php 500 Internal server error

Support Wissensdatenbank

Du bist hier:
Print

Backend does not work

The Wordpress backend does not work and the load-scripts.php file returns a 500 Internal Server Error message. The problem is solved by placing “define(‘CONCATENATE_SCRIPTS’, false);” above the require_once in wp-config.php.

  1. Connect to the FileManager or FTP on the server and edit the file wp-config.php
  2. Above require_once, add the following entry:
    define(‘CONCATENATE_SCRIPTS’, false);
    Save the file
  3. Reload the backend

 

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post