• Graphic Designer using Revelation theme for my site. I updated wordpress about an hour ago and blam. Whitescreen of death. I am receiving the following warnings when I enter my site url http://www.chickmandesigns.com. I am in desperate straits and am looking for some help. Thanks in advance!

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/content/99/9794199/html/wp-content/themes/revelation-theme/lib/theme-sidebars.php on line 51 and defined in /home/content/99/9794199/html/wp-includes/wp-db.php on line 992
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/99/9794199/html/wp-includes/wp-db.php:992) in /home/content/99/9794199/html/wp-includes/pluggable.php on line 875

Viewing 2 replies - 1 through 2 (of 2 total)
  • Argh, whitescreen of death is a pain. Sorry about this. Try the following steps as per the WP 3.6 Master List:

    • Deactivate all plugins (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read “How to deactivate all plugins when you can’t log in to wp-admin” if you need help). Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder. The easiest way is to rename that folder to mu-plugins-old
    • Switch to the Twenty Twelve theme to rule out any theme-specific problems. If you can’t log in to change themes, you can remove the theme folders via FTP so the only one is twentytwelve. That will force your site to use it.
    • Manually upgrade. When all else fails, download a fresh copy of the latest.zip file of 3.6 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first.

    Hope one of these steps works for you!

    Likely your theme was using wpdb::prepare incorrectly. See the post here http://make.wordpress.org/core/2012/12/12/php-warning-missing-argument-2-for-wpdb-prepare/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Whitescreen Upon WordPress Update’ is closed to new replies.