• Resolved auraleclipse

    (@auraleclipse)


    The recent update today to 9.0.5 causes a fatal error when logged into wp-admin dashboard. User is unable to configure the plugin due to the same issue. Disabling the plugin removes the error.

    PHP Fatal error: Uncaught Error: Call to a member function easy_updates_manager_url() on null in {redacted}/public_html/wp-content/plugins/stops-core-theme-and-plugin-updates/templates/notices/thanks-for-using-main-dash.php:23\nStack trace:\n#0 {redacted}/public_html/wp-content/plugins/stops-core-theme-and-plugin-updates/main.php(971): include()\n#1 {redacted}/public_html/wp-content/plugins/stops-core-theme-and-plugin-updates/main.php(873): MPSUM_Updates_Manager->include_template(‘notices/thanks-…’)\n#2 {redacted}/public_html/wp-includes/class-wp-hook.php(287): MPSUM_Updates_Manager->show_admin_notice_upgraded(”)\n#3 {redacted}/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)\n#4 {redacted}/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#5 {redacted}/public_html/wp-admin/admin-header.php(289): do_action(‘ in {redacted}/public_html/wp-content/plugins/stops-core-theme-and-plugin-updates/templates/notices/thanks-for-using-main-dash.php on line 23, referer: {redacted}/wp-admin/plugins.php

Viewing 12 replies - 1 through 12 (of 12 total)
  • I’m getting this same error after updating to 9.0.5

    Yep just got this error today.

    Got the same error on my development server.

    Same here.
    Local machine. Windows.
    Updated EUM manually from the Plugins page.
    The following error appears in Thank You notice.

    Uncaught Error: Call to a member function easy_updates_manager_url() on null in [...]\wp-content\plugins\stops-core-theme-and-plugin-updates\templates\notices\thanks-for-using-main-dash.php:23
    Stack trace:
    #0 [...]\wp-content\plugins\stops-core-theme-and-plugin-updates\main.php(971): include()
    #1 [...]\wp-content\plugins\stops-core-theme-and-plugin-updates\main.php(873): MPSUM_Updates_Manager->include_template('notices/thanks-...')
    #2 [...]\wordpress\wp-includes\class-wp-hook.php(287): MPSUM_Updates_Manager->show_admin_notice_upgraded('')
    #3 [...]\wordpress\wp-includes\class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #4 [...]\wordpress\wp-includes\plugin.php(478): WP_Hook->do_action(Array)
    #5 [...]\wordpress\wp-admin\admin-header. in <b>[...]\wp-content\plugins\stops-core-theme-and-plugin-updates\templates\notices\thanks-for-using-main-dash.php</b> on line <b>23</b><br />
    There has been a critical error on your website.

    The rest of the page/EUM interface does not load.

    Thread Starter auraleclipse

    (@auraleclipse)

    Temporary fix was just to back up the offending script and save it as an empty file:

    /wp-content/plugins/stops-core-theme-and-plugin-updates/templates/notices/thanks-for-using-main-dash.php

    cp thanks-for-using-main-dash.php thanks-for-using-main-dash.php.bak && echo "" > thanks-for-using-main-dash.php

    auraleclipse a little more helpl pls ?? i found the thanks-for-using-main-dash.php but i did not uderstand what should i do next. should i change the file name from thanks-for-using-main-dash.php to thanks-for-using-main-dash.php.bak && echo “” and then again thanks-for-using-main-dash.php?

    @auraleclipse That worked beautifully. Thank you.

    @panosakris
    you need to keep the file with the same name – but it needs to be empty.

    @apedog thanks solved

    Plugin Author David Anderson

    (@davidanderson)

    Hi,

    Apologies for the trouble – this is fixed in the just-released version 9.0.6.

    David

    @davidanderson
    Thank you. Upgraded to 9.0.6
    It works!

    Thread Starter auraleclipse

    (@auraleclipse)

    @davidanderson , thanks for the quick fix – update was also successful in resolving the issue on my end.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Latest update to version 9.0.5 causes fatal error in dashboard’ is closed to new replies.