Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Karl Wender

    (@karl-wender)

    Can nobody help :(?

    Hey there Karl Wender,

    Sorry for the delay on this one 🙁

    To get further information on this can you enable WP_DEBUG in your wp-config.php file and tell me if there are any errors displayed?

    To output the WordPress debugging information you can open your wp-config.php file and change:

    define(‘WP_DEBUG’, false);

    To:

    define(‘WP_DEBUG’, true);

    You can also have these errors output to a debug.log file located in your /wp-content/ folder, to do this add the following to your wp-config.php file:

    define(‘WP_DEBUG_LOG’, true);

    Using WP_DEBUG would put the errors on the site, you can hide those and just have them out put the WP_DEBUG_LOG (if set to true) by using this as well:

    define(‘WP_DEBUG_DISPLAY’, false);

    Please let me know what you find.

    Best regards,
    Bojan

    Thread Starter Karl Wender

    (@karl-wender)

    Hey,

    thanks for your support. I’ve started the debug mode. I’m using the german version. Hope that you can work with the failure informations:

    [ Moderator note: Code fixed, please wrap code in backticks or use the code button. This includes error logs. ]

    Notice: register_sidebar wurde fehlerhaft aufgerufen. Es wurde kein id im Parameter-Array definiert für die Seitenleiste "Sidebar Top". Standardwert ist "sidebar-7". Um diesen Hinweis zu entfernen und den existierenden Seitenleisteninhalt zu behalten, kann id manuell auf "sidebar-7" gestellt werden. Schau Dir Debugging in WordPress an, um mehr darüber zu erfahren. (Diese Meldung wurde in Version 4.2.0 hinzugefügt.) in C:\xampp\htdocs\Wordpress\wp-includes\functions.php on line 3560

    Hey again Karl,

    Are you by any chance using Enfold theme? I’ve found several reports of that on their forum. If this is the case the latest theme update should fix the issue, please check here:

    http://www.kriesi.at/support/topic/wordpress-4-2-update-broken-enfold-theme-register_sidebar/

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘All sidebars dissapeared’ is closed to new replies.