load-scripts.php 500 Internal server error

Skip to main content
Du bist hier:
Drucken

load-scripts.php 500 Internal server error

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

 

Related Post