• I honestly don’t know what version of WordPress I am using, so I put the most recent one.
    Sorry.

    So, i’ve been encountering some problems on a really old website of mine.
    Whenever you go to the homepage, all it shows is a couple of errors and nothing more.
    The errors say:

    Notice: The called constructor method for WP_Widget in MB_Address_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/tristanrooke/tristan.rooke.us/wp-includes/functions.php on line 3894
    
    Notice: The called constructor method for WP_Widget in MB_Hero_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/tristanrooke/tristan.rooke.us/wp-includes/functions.php on line 3894
    
    Notice: The called constructor method for WP_Widget in MB_CTA_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/tristanrooke/tristan.rooke.us/wp-includes/functions.php on line 3894
    
    Notice: The called constructor method for WP_Widget in MB_Address_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/tristanrooke/tristan.rooke.us/wp-includes/functions.php on line 3894
    
    Notice: The called constructor method for WP_Widget in MB_Hero_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/tristanrooke/tristan.rooke.us/wp-includes/functions.php on line 3894
    
    Notice: The called constructor method for WP_Widget in MB_CTA_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/tristanrooke/tristan.rooke.us/wp-includes/functions.php on line 3894
    
    Notice: The called constructor method for WP_Widget in SDS_Social_Media_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/tristanrooke/tristan.rooke.us/wp-includes/functions.php on line 3894

    I don’t know how to fix this, as I’ve forgotten the login to this website, and it is not allowing me to reset my password, so I don’t have any idea on what I should do!

    The website can be found here, and hopefully you can help me fix it!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    Try changing your password directly in the database following this guide: https://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin (you’ll find phpMyAdmin in your hosting account’s control panel)

    Once you’re back in the site, try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Seventeen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

    Hello @altshiftkeyrooke

    Please Manual Update WordPress. Looks like you have a corrupted core file. Try re-uploading all files & folders – except the root wp-config.php & .htaccess files and the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folders before uploading the new ones.

    Thanks.

    Hi,

    you should edit your widget code, see this link.

    Hope it helps

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Some errors on an old website.’ is closed to new replies.