PHP Fatal error with phastpress_disable
-
Noticed on stage (WAMP) a fatal error when going to checkout:
[03-Apr-2023 14:38:02 UTC] PHP Fatal error: Uncaught Error: Call to a member function cancel() on null in D:\domains\domain.com\wp-content\plugins\phastpress\functions\deployment.php:94 Stack trace: #0 D:\domains\domain.com\wp-includes\class-wp-hook.php(308): {closure}('') #1 D:\domains\domain.com\wp-includes\class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #2 D:\domains\domain.com\wp-includes\plugin.php(517): WP_Hook->do_action(Array) #3 D:\domains\domain.com\wp-includes\template-loader.php(13): do_action('template_redire...') #4 D:\domains\domain.com\wp-blog-header.php(19): require_once('D:\\domains\\evit...') #5 D:\domains\domain.com\index.php(17): require('D:\\domains\\evit...') #6 {main} thrown in D:\domains\domain.com\wp-content\plugins\phastpress\functions\deployment.php on line 94
Had to disable the
phastpress_disable
filter (applicable to cart and checkout) to make it go away.Couldn’t reproduce on live though (LAMP), even though the WP configuration is almost the same in both deployments.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Fatal error with phastpress_disable’ is closed to new replies.