• Resolved Chris

    (@christof15)


    Hi there, after updating I encountered some problems. First the backend did not work anymore and now the frontend is gone too. I put a debug=true code in the wp-config.php to get some info. Could you please help? Thanks!

    FRONTEND:

    Warning: include(/public/sites/www.***.nl/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /public/sites/www.***.nl/wp-settings.php on line 58

    Warning: include() [function.include]: Failed opening ‘/public/sites/www.***.nl/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /public/sites/www.***.nl/wp-settings.php on line 58

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /public/sites/www.***.nl/wp-settings.php:58) in /public/sites/www.***.nl/wp-content/plugins/email-newsletter/email-newsletter.php on line 44

    Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /public/sites/www.***.nl/wp-includes/functions.php on line 3012

    Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /public/sites/www.***.nl/wp-includes/functions.php on line 3012

    BACKEND:

    Warning: include(/public/sites/www.***.nl/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /public/sites/www.***.nl/wp-settings.php on line 58

    Warning: include() [function.include]: Failed opening ‘/public/sites/www.***.nl/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /public/sites/www.***.nl/wp-settings.php on line 58

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /public/sites/www.***.nl/wp-settings.php:58) in /public/sites/www.***.nl/wp-content/plugins/email-newsletter/email-newsletter.php on line 44

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try:
    – switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    – running the upgrade manually via wp-admin/upgrade.php

    Thread Starter Chris

    (@christof15)

    Thanks a lot! I saw your message before and tried all that.. Do you have more suggestions?

    Thread Starter Chris

    (@christof15)

    I fixed the backend problem by reinstalling the w3 total cache plugin manual!:) Now it would be great to get some help on the incorrectly called wp_enqueue_scripts.

    This is the full frontend error (for some reason i see this twice):

    Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /public/sites/www.***.nl/wp-includes/functions.php on line 3012

    Can you replicate the problem using the default Twenty Thirteen theme with all plugins deactivated?

    Thread Starter Chris

    (@christof15)

    I tried disabling all plugins and themes and run the site with freshly installed twenty themes.. Nothing worked.. Now I managed to enable my dashboard again by deleting the plugin newsletter manager.
    NextGen Gallery causes also this kind of problems so I also removed it.
    Thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Updating 3.6.x problems…’ is closed to new replies.