Wordpress-Fehlerprotokoll funktioniert nichtPhp

PHP-Programmierer chatten hier
Anonymous
 Wordpress-Fehlerprotokoll funktioniert nicht

Post by Anonymous »

Ich versuche, diesen Code unten vor /* in wp-config.php einzufügen. Das ist alles, hör auf zu bearbeiten! Viel Spaß beim Bloggen. */
um das WordPress-Fehlerprotokoll anzuzeigen, aber immer noch nichts, hilft mir bitte jemand?

Code: Select all

// Enable WP_DEBUG mode
define('WP_DEBUG', true);

// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);

// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);

@ini_set('display_errors',0);

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post