Fatal Error
-
I have multisite. And on my main website everything is working properly (i think so), but when i’m trying to open new created site i see fatal error:
PHP Fatal error: Uncaught Error: Call to a member function rest_url() on null in /PUBLIC_PATH/wp-content/plugins/woo-stripe-payment/includes/updates/update-3.0.7.php:13
Stack trace:
#0 /PUBLIC_PATH/wp-content/plugins/woo-stripe-payment/includes/class-wc-stripe-update.php(40): include()
#1 /PUBLIC_PATH/wp-includes/class-wp-hook.php(287): WC_Stripe_Update::update(”)
#2 /PUBLIC_PATH/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#3 /PUBLIC_PATH/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#4 /PUBLIC_PATH/wp-settings.php(546): do_action(‘init’)
#5 /PUBLIC_PATH/wp-config.php(106): require_once(‘/home/…’)
#6 /PUBLIC_PATH/wp-load.php(37): require_once(‘/home/…’)
#7 /PUBLIC_PATH/wp-blog-header.php(13): require_once(‘/home/…’)
#8 /PUBLIC_PATH/index.php(17): require(‘/home/…’)
#9 in /PUBLIC_PATH/wp-content/plugins/woo-stripe-payment/includes/updates/update-3.0.7.php on line 13Can you give me direction how to fix it? Version of woo-stripe-payment is 3.2.1
- The topic ‘Fatal Error’ is closed to new replies.