• My client was upgrading WP and it crapped out for whatever reason.

    First error log:

    [19-Jul-2023 18:55:26 UTC] PHP Fatal error:  Uncaught Error: Class 'Elementor\Settings' not found in /home/user/public_html/wp-content/plugins/elements-plus/inc/elements-plus-options.php:3
    Stack trace:
    #0 /home/user/public_html/wp-content/plugins/elements-plus/elements-plus.php(53): require_once()
    #1 /home/user/public_html/wp-includes/class-wp-hook.php(286): elements_plus_init('')
    #2 /home/user/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
    #3 /home/user/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/user/public_html/wp-settings.php(327): do_action('plugins_loaded')
    #5 /home/user/public_html/wp-config.php(114): require_once('/home/user/pub...')
    #6 /home/user/public_html/wp-load.php(37): require_once('/home/user/pub...')
    #7 /home/user/public_html/wp-blog-header.php(13): require_once('/home/user/pub...')
    #8 /home/user/public_html/index.php(17): require('/home/user/pub...')
    #9 {main}
      thrown in /home/user/public_html/wp-content/plugins/elements-plus/inc/elements-plus-options.php on line 3

    After rename elementor-plus to elementor-plus.bak in plugins folder, now I get this trying to log into admin panel:

    [21-Jul-2023 14:00:03 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function determine_locale() in /home/user/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.php:609
    Stack trace:
    #0 /home/user/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.php(577): WooCommerce->load_plugin_textdomain()
    #1 /home/user/public_html/wp-includes/class-wp-hook.php(286): WooCommerce->init('')
    #2 /home/user/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
    #3 /home/user/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/user/public_html/wp-settings.php(450): do_action('init')
    #5 /home/user/public_html/wp-config.php(114): require_once('/home/user/pub...')
    #6 /home/user/public_html/wp-load.php(37): require_once('/home/user/pub...')
    #7 /home/user/public_html/wp-login.php(12): require('/home/user/pub...')
    #8 {main}
      thrown in /home/user/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.php on line 609
Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Try manually resetting all of your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/themes/ and rename the directory of your currently active theme. Hopefully, this will force the default theme to activate and rule out a theme-specific issue (theme functions can interfere like plugins).

Viewing 1 replies (of 1 total)
  • The topic ‘Few Errors’ is closed to new replies.