• Resolved eullie

    (@eullie)


    Hi Guys,

    I really need your help. I am working on a website currently and was intending to clean up files and versions. Now I broke it. I am unable to login into wordpress and I got a couple of warning and errors. I hope you guys can help.

    The Template I am using is causing me some issues – thats why wordpress 4.4.5 Otherwise the visual composer would not work.

    I think the update of start press is causing issues but also the main function in wp-includes. Unfortunately I do not have a backup.
    Would be awesome if you can help.

    errors are:

    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/epho/public_html/wp-includes/functions.php on line 3575<

    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 3626

    Notice: Undefined index: statpress_action in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 151

    Warning: mysql_real_escape_string(): Access denied for user ”@’localhost’ (using password: NO) in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1193

    Warning: mysql_real_escape_string(): A link to the server could not be established in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1193

    Warning: mysql_real_escape_string(): Access denied for user ”@’localhost’ (using password: NO) in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1196

    Warning: mysql_real_escape_string(): A link to the server could not be established in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1196

    Warning: mysql_real_escape_string(): Access denied for user ”@’localhost’ (using password: NO) in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1199

    Warning: mysql_real_escape_string(): A link to the server could not be established in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1199

    Notice: Undefined offset: 1 in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1213

    Notice: Trying to get property of non-object in /home/epho/public_html/wp-content/plugins/statpress/statpress.php on line 1237

    THANKS…help is so much appreciated.

    • This topic was modified 8 years, 3 months ago by eullie.
    • This topic was modified 8 years, 3 months ago by eullie.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter eullie

    (@eullie)

    Hi, 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 3626

    Warning: 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?

    Moderator t-p

    (@t-p)

    Thread Starter eullie

    (@eullie)

    Hi 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?

    Moderator t-p

    (@t-p)

    Try:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as Cloudflare. If your host provider has a “Purge Varnish” option or if you can ask your provider to flush memcache on your server.
    – If that does not resolve the issue, try deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If that does not resolve the issue, or if you can’t get into your admin dashboard, try resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
    – If that does not resolve the issue, keep all plugins deactivated and try switching to the unedited default Theme (Twenty Seventeen) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides (no Dashboard access required). Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    – If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Please read the Manual Update directions first.
    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!

    Thread Starter eullie

    (@eullie)

    Thanks – A friend helped out. Not sure which options now worked. Thanks a lot. Awesome help. Thank you so much – will backup now ??

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to login into wordpress after updating some plugins’ is closed to new replies.