• Resolved Safety13

    (@safety13)


    Upgrade to 3.0 Caused White Screen of Death in WP Admin pages. Had to rollback to earlier version. Error

    2022/10/04 13:21:59 [error] 65590#65590: *8046435 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'PPVersionNotices\Module\TopNotice\Module' not found in /www/xxx_329/public/wp-content/plugins/advanced-gutenberg/incl/advanced-gutenberg-main.php:800
    Stack trace:
    #0 /www/xxx_329/public/wp-includes/class-wp-hook.php(307): AdvancedGutenbergMain->upgradeProNotices('')
    #1 /www/xxx_329/public/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #2 /www/xxx_329/public/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #3 /www/xxx_329/public/wp-settings.php(461): do_action('plugins_loaded')
    #4 /www/xxx_329/public/wp-config.php(89): require_once('/www/xxx_329...')
    #5 /www/xxx_329/public/wp-load.php(50): require_once('/www/xxx_329...')
    #6 /www/xxx_329/public/wp-admin/admin.php(34): require_once('/www/xxx_329...')
    #7 /www/xx_329/public/wp-admin/index.php(10): require_once('/www/xxx_329...')
    #8 {main}
    thrown in /www/xxx_329/public/wp-content/plugins/advanced-gutenberg/incl/advanced-guten" while reading response header from upstream, client: 67.167.23.164, server: xxx.org, request: "GET /wp-admin/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php7.4-fpm-xxx.sock:", host: "xxx.org:40739", referrer: "https://xxx.org/wp-login.php?redirect_to=https%3A%2F%2Fxxx.org%2Fwp-admin%2F&reauth=1"
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author htmgarcia

    (@htmgarcia)

    Hi @safety13,
    which PHP and WordPress version are you using?

    Thread Starter Safety13

    (@safety13)

    WP version 6.0.2 and php 7.4

    Plugin Author htmgarcia

    (@htmgarcia)

    Thanks, @safety13 !

    I’m not able to reproduce in my end. Do you have a staging site to reproduce this error? This will help us to figure out the issue faster.

    Plugin Author htmgarcia

    (@htmgarcia)

    I reorganized the code that must load the missing classes that seems to cause the error in your end. May you download this package, install in your site and see if works for you?

    Your feedback is important in order to improve our plugin.

    Regards

    Thread Starter Safety13

    (@safety13)

    Same result but different error messages

    From server error log

    2022/10/04 17:19:49 [error] 65590#65590: *8078094 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'Pimple\Container' not found in /www/xxx_329/public/wp-content/plugins/advanced-gutenberg/vendor/publishpress/wordpress-version-notices/includes.php:47
    Stack trace:
    #0 /www/xxx_329/public/wp-content/plugins/advanced-gutenberg/incl/advanced-gutenberg-main.php(801): require_once()
    #1 /www/xxx_329/public/wp-includes/class-wp-hook.php(307): AdvancedGutenbergMain->upgradeProNotices('')
    #2 /www/xxx_329/public/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #3 /www/xxx_329/public/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #4 /www/xxx_329/public/wp-settings.php(461): do_action('plugins_loaded')
    #5 /www/xxx_329/public/wp-config.php(89): require_once('/www/xxx_329...')
    #6 /www/xxx_329/public/wp-load.php(50): require_once('/www/xxx_329...')
    #7 /www/xxx_329/public/wp-admin/admin.php(34): require_once('/www/xxx_329...')
    #8 /www/xxx_329/public/wp-admin/index.php(10): require_once('/www...PHP message: PHP Notice: Function is_embed was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://www.ads-software.com/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /www/xxx_329/public/wp-includes/functions.php on line 5831PHP message: PHP Notice: Function is_search was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://www.ads-software.com/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /www/xxx_329/public/wp-includes/functions.php on line 5831" while reading response header from upstream, client: 152.26.35.132, server: xxx.org, request: "GET /wp-ad

    From WP Admin page with WP_Debug On

    Fatal error: Uncaught Error: Class 'Pimple\Container' not found in /www/xxx_329/public/wp-content/plugins/advanced-gutenberg/vendor/publishpress/wordpress-version-notices/includes.php:47 Stack trace: #0 /www/xxx_329/public/wp-content/plugins/advanced-gutenberg/incl/advanced-gutenberg-main.php(801): require_once() #1 /www/xxx_329/public/wp-includes/class-wp-hook.php(307): AdvancedGutenbergMain->upgradeProNotices('') #2 /www/xxx_329/public/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #3 /www/xxx_329/public/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #4 /www/xxx_329/public/wp-settings.php(461): do_action('plugins_loaded') #5 /www/xxx_329/public/wp-config.php(89): require_once('/www/xxx_329...') #6 /www/xxx_329/public/wp-load.php(50): require_once('/www/xxx_329...') #7 /www/xxx_329/public/wp-admin/admin.php(34): require_once('/www/xxx_329...') #8 /www/xxx_329/public/wp-admin/index.php(10): require_once('/www/xxx_329...') #9 {main} thrown in /www/xxx_329/public/wp-content/plugins/advanced-gutenberg/vendor/publishpress/wordpress-version-notices/includes.php on line 47
    
    Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /www/xxx_329/public/wp-includes/functions.php on line 5831
    
    Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /www/xxx_329/public/wp-includes/functions.php on line 5831
    
    There has been a critical error on this website.
    
    Learn more about troubleshooting WordPress.
    Plugin Author htmgarcia

    (@htmgarcia)

    The class Pimple\Container loads fine in my tests. In addition we have no other reports about this issue. It could be a problem exclusive to your site.

    That being said, this requires to debug your site to see what’s going on. May you email us to help[at]publishpress.com all the details, including the URL of this forum topic as reference. Once you sent the email, please let us know by posting a new reply here.

    Regards

    Thread Starter Safety13

    (@safety13)

    Email has been sent.

    Plugin Author htmgarcia

    (@htmgarcia)

    Marking as resolved. Fix will be available in the next release: https://github.com/publishpress/PublishPress-Blocks/issues/1074

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Upgrade to 3.0 Caused White Screen of Death’ is closed to new replies.