jberry86
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
It’s possible this is from wpcli; my hosting provider is attempting to setup items for me and troubleshoot speed issues, and is unable to due to this stacktrace. It would be reasonable to assume they are using wpcli.
I have unable to find other earlier or PHP errors related, but I was able to get a full stacktrace:
PHP Fatal error: Uncaught Error: Call to a member function check_wpml() on null in /home/wp_9w2zak/mydomain.com/wp-content/plugins/fish-and-ships/fish-and-ships.php:2578 Stack trace: #0 /home/wp_9w2zak/mydomain.com/wp-includes/class-wp-hook.php(303): wocommerce_fish_n_ships_shipping_init('') #1 /home/wp_9w2zak/mydomain.com/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #2 /home/wp_9w2zak/mydomain.com/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #3 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php(122): do_action('woocommerce_shi...') #4 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php(114): WC_Shipping->init() #5 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php(68): WC_Shipping->__construct() #6 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php(165): WC_Shipping::instance() #7 /home/wp_9w2zak/mydomain.com/ in /home/wp_9w2zak/mydomain.com/wp-content/plugins/fish-and-ships/fish-and-ships.php on line 2578 Fatal error: Uncaught Error: Call to a member function check_wpml() on null in /home/wp_9w2zak/mydomain.com/wp-content/plugins/fish-and-ships/fish-and-ships.php:2578 Stack trace: #0 /home/wp_9w2zak/mydomain.com/wp-includes/class-wp-hook.php(303): wocommerce_fish_n_ships_shipping_init('') #1 /home/wp_9w2zak/mydomain.com/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #2 /home/wp_9w2zak/mydomain.com/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #3 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php(122): do_action('woocommerce_shi...') #4 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php(114): WC_Shipping->init() #5 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php(68): WC_Shipping->__construct() #6 /home/wp_9w2zak/mydomain.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php(165): WC_Shipping::instance() #7 /home/wp_9w2zak/mydomain.com/ in /home/wp_9w2zak/mydomain.com/wp-content/plugins/fish-and-ships/fish-and-ships.php on line 2578 Error: There has been a critical error on this website.Learn more about troubleshooting WordPress. There has been a critical error on this website.
No, it’s not something different. That bug in your code happens after Paypal has been successfully charged, and the Forminator code tries to validate the response amount from PayPal of what was charged vs what it expects.
Paypal was successful, but the math code in Forminator is screwing up rounding somewhere, resulting in an error being thrown saying it was an invalid amount even though PayPal did charge the customer.
Viewing 3 replies - 1 through 3 (of 3 total)