An error of type E_ERROR was caused in line 44
-
Hi everyone! It’s been a while now since I’ve been trying to debug a recent problem with the WooCommerce plugin that came up on my website which went live recently. The problem happens when I try to activate WooCommerce. Before I post the error I just want to mention that I’ve done a VERY good amount of googling, I spoke to GoDaddy to make sure that it’s not a problem on their side and although they were very helpful, it indeed was out of their hands. Then I started disabling all Plugins I have and re-enabling one by one and as such I ended up disabling every single one. Ultimately, WooCommerce was the only one I left activated, it was the one causing the problem without any other plugin being in conflict with it. That being said here is what I get when I try to Activate WooCommerce:
An error of type E_ERROR was caused in line 44 of the file /var/www/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php. Error message: Uncaught RuntimeException: Error saving action: Error saving action: Table 'ozx644101486711.wp_3ft6atbc0k_actionscheduler_actions' doesn't exist in /var/www/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44 Stack trace: #0 /var/www/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 /var/www/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 /var/www/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action)) #3 /var/www/wp-content/plugins/woocommerce/packages/action-scheduler/functions.php(36): ActionScheduler_ActionFactory->single('action_schedule...', Array,
My last guess ought to be that the plugin doesn’t have ALTER or CREATE capabilities granted but this is a really rough guess. When I first developed my Website, it was on Laragon (Local Virtual Environment for those who might not know) and all was well there. Any support is much appreciated!
- The topic ‘An error of type E_ERROR was caused in line 44’ is closed to new replies.