Errors like this are logged. Check the error log on your server. If you can’t find the log, please contact your host.
Meantime, enable wp_debug and wp_debug_log and after an error, look at wp-content/debug.log to see if anything gets logged there. https://codex.wordpress.org/Debugging_in_WordPress
You can also try this: Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
Thread Starter
PhD2Be
(@phd2be)
Hi,
I mofified wp-config.php to enable wp_debug and wp_debug_log and uploaded via FTP. After I logged in, I got a blank page that only showed this text:
Notice: The called constructor method for WP_Widget in CTC_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/hestres/luishestres.com/wp-includes/functions.php on line 3891
Warning: Cannot modify header information – headers already sent by (output started at /home/hestres/luishestres.com/wp-includes/functions.php:3891) in /home/hestres/luishestres.com/wp-includes/pluggable.php on line 1179
This means I have to delete the CTC_Widget via FTP, correct? But the weird thing is that this bug doesn’t interfere with my website being publicly accessible so maybe it doesn’t have to do with my login problems?
Thanks!
-
This reply was modified 9 years, 3 months ago by
PhD2Be.