Fatal error
-
While debugging problem with another plugin, we saw a PHP Fatal error thrown from Route. We have no idea the sequence or circumstance it occurred. Hopefully this information will be helpful for debugging:
[19-May-2020 23:20:26 UTC] PHP Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in /home/customer/www/lordvaperpens.com/public_html/wp-content/plugins/routeapp/includes/class-routeapp-cron-schedules.php:71
Stack trace:
#0 /home/customer/www/lordvaperpens.com/public_html/wp-content/plugins/routeapp/includes/class-routeapp-cron-schedules.php(71): Exception->__construct(Array)
#1 /home/customer/www/lordvaperpens.com/public_html/wp-content/plugins/routeapp/public/class-routeapp-public.php(504): Routeapp_Cron_Schedules::resend_shipment(Array)
#2 /home/customer/www/lordvaperpens.com/public_html/wp-includes/class-wp-hook.php(287): Routeapp_Public->routeapp_send_order_data_api(46391, Object(WC_Order))
#3 /home/customer/www/lordvaperpens.com/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#4 /home/customer/www/lordvaperpens.com/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#5 /home/customer/www/lordvaperpens.com/public_html/wp-con in /home/customer/www/lordvaperpens.com/public_html/wp-content/plugins/routeapp/includes/class-routeapp-cron-schedules.php on line 71The page I need help with: [log in to see the link]
- The topic ‘Fatal error’ is closed to new replies.