This started with the white screen of death. I cannot even get into wp-admin
. I did not upgrade WP, did not load a new theme or a new plugin. Here is what I tried to fix it:
- shutting down plugins
- removing my custom theme
- defining bigger memory in
wp-config
- removing white space in
functions.php
(even though I haven't touched it) - put error checking in
wp-config
. I get the errors:
Deprecated: Assigning the return value of new by reference is deprecated in /home/youradmi/public_html/wp-settings.php on line 650
Deprecated: Assigning the return value of new by reference is deprecated in /home/youradmi/public_html/wp-settings.php on line 665
Deprecated: Assigning the return value of new by reference is deprecated in /home/youradmi/public_html/wp-settings.php on line 672
Deprecated: Assigning the return value of new by reference is deprecated in /home/youradmi/public_html/wp-settings.php on line 679
Deprecated: Assigning the return value of new by reference is deprecated in /home/youradmi/public_html/wp-settings.php on line 715
Fatal error: Call to undefined function require_wp_db() in /home/youradmi/public_html/wp-settings.php on line 273
I started with the "Call to undefined function require_wp_db()
" since it occurs first. Here is the line:
require_wp_db();
Any ideas?