eullie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to login into wordpress after updating some pluginsThanks – A friend helped out. Not sure which options now worked. Thanks a lot. Awesome help. Thank you so much – will backup now 🙂
Forum: Fixing WordPress
In reply to: Unable to login into wordpress after updating some pluginsHi t-p,
Thanks for that, but this looks all fine to me in pluggable.php. Based on the section interpreting error messages:If the error message states: Warning: Cannot modify header information – headers already sent by (output started at /path/wp-admin/admin-header.php:8) in /path/wp-admin/post.php on line 569, then the problem is at line #8 of admin-header.php, not line #569 of post.php. In this scenario, line #569 of post.php is the victim. It is being affected by the excess whitespace at line #8 of admin-header.php.
would mean error is in functions.php on line 3626 victim would be pluggable.php on line 1224
Is this correct?
Forum: Fixing WordPress
In reply to: Unable to login into wordpress after updating some pluginsHi, me again – I just renamed the the plugin folder fort startpress to startpress-old.
Still unable to login.
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/epho/public_html/wp-includes/functions.php on line 3626Warning: Cannot modify header information – headers already sent by (output started at /home/epho/public_html/wp-includes/functions.php:3626) in /home/epho/public_html/wp-includes/pluggable.php on line 1224
Can someone has an idea how to solve that?