Back again with another one. Can't get into the backend of my localhost site because of these error messages. I'm guessing, I need to create the missing table and fill it with what I don't know? Help here would be appreciated. Thanks.
( ! ) Fatal error: Uncaught RuntimeException: Error saving action: Table 'jprincedb.wpmrsport_actionscheduler_actions' doesn't exist in C:\wamp64\www\mr-sport\wp-content\plugins\woocommerce\packages\action-scheduler\classes\data-stores\ActionScheduler_DBStore.php on line 75
( ! ) RuntimeException: Error saving action: Table 'jprincedb.wpmrsport_actionscheduler_actions' doesn't exist in C:\wamp64\www\mr-sport\wp-content\plugins\woocommerce\packages\action-scheduler\classes\data-stores\ActionScheduler_DBStore.php on line 75
line 75 has this....
throw new \RuntimeException( sprintf( __( 'Error saving action: %s', 'woocommerce' ), $e->getMessage() ), 0 );
Here's the whole....
return $action_id;
} catch ( \Exception $e ) {
/* translators: %s: error message */
throw new \RuntimeException( sprintf( __( 'Error saving action: %s', 'woocommerce' ), $e->getMessage() ), 0 );
( ! ) Fatal error: Uncaught RuntimeException: Error saving action: Table 'jprincedb.wpmrsport_actionscheduler_actions' doesn't exist in C:\wamp64\www\mr-sport\wp-content\plugins\woocommerce\packages\action-scheduler\classes\data-stores\ActionScheduler_DBStore.php on line 75
( ! ) RuntimeException: Error saving action: Table 'jprincedb.wpmrsport_actionscheduler_actions' doesn't exist in C:\wamp64\www\mr-sport\wp-content\plugins\woocommerce\packages\action-scheduler\classes\data-stores\ActionScheduler_DBStore.php on line 75
line 75 has this....
throw new \RuntimeException( sprintf( __( 'Error saving action: %s', 'woocommerce' ), $e->getMessage() ), 0 );
Here's the whole....
return $action_id;
} catch ( \Exception $e ) {
/* translators: %s: error message */
throw new \RuntimeException( sprintf( __( 'Error saving action: %s', 'woocommerce' ), $e->getMessage() ), 0 );