load-scripts.php 500 Errore interno del server

Support Wissensdatenbank

Du bist hier:
Print

Il backend non funziona

Il backend di Wordpress non funziona e il file load-scripts.php restituisce un messaggio di errore del server interno 500. Il problema si risolve ponendo “define(‘CONCATENATE_SCRIPTS’, false);” sopra il require_once in wp-config.php

  1. Connettersi al FileManager o FTP sul server e modificare il file wp-config.php
  2. Sopra require_once, aggiungere la seguente voce:
    define(‘CONCATENATE_SCRIPTS’, false);
  3. Salvare il file
  4. Ricaricare il 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