PHP Fatal error crash
-
Tested this new plugin on two customer sites (luckily staging), on both on them the sites crashed with a PHP Fatal Error.
Fatal error: Uncaught Error: Class ‘BpostShippingPlatform’ not found in /…/wp-content/plugins/bpost-shipping-platform/includes/class-woo-Bpost.php:1134
Stack trace: 0 /…/wp-content/plugins/bpost-shipping-platform/includes/class-woo-Bpost.php(101): BpostWoo::Bpost_check_upgrade() 1 /…/wp-content/plugins/bpost-shipping-platform/Bpost.php(59): BpostWoo::instance() 2 /…/wp-admin/includes/plugin.php(2387): include_once(‘/…/bpost-shipping-…’) 3 /…/wp-admin/plugins.php(194): plugin_sandbox_scrape(‘bpost-shipping-…’) 4 {main} thrown
It seems like the plugin tries to use the BpostShippingPlatform class before it is loaded.
The topic ‘PHP Fatal error crash’ is closed to new replies.