Hi @thegrouppinnacle
I continue t get this error each time I load the woocommerce plugin, i have tried this many different ways and still even when all other plugins are disabled this is an issue. There is something wrong with this
From what I understand, you’re having trouble with an error that keeps popping up every time you try to load the WooCommerce plugin. It seems like there’s something wrong with the ActionScheduler_DBStore.php file in the plugin. The error message suggests an issue with saving action, which could be due to various reasons.
Let’s try a few steps to fix this:
- Update your WooCommerce plugin and WordPress: Ensure that you’re running the latest versions of WordPress and WooCommerce. Updates often include bug fixes that could resolve your issue.
- Switch themes: Try switching to a default WordPress theme like Storefront. If the issue is resolved, the problem might be with your theme and not WooCommerce.
- Check your PHP version: WooCommerce recommends using PHP 7.4 or higher. If you’re using an older version, it might be causing this issue.
- Increase your PHP memory limit: The error could be due to a lack of resources. Increasing your PHP memory limit could help. You can do this by editing your wp-config.php file and adding the following line of code:
define('WP_MEMORY_LIMIT', '256M');
Here’s a helpful guide on how to do that: ?? Increasing the WordPress Memory Limit Here
Here’s a helpful guide on how to test for conflicts: ?? How to Test for Plugin and Theme Conflicts
If none of these solutions work, it’s possible that there’s an issue with your WordPress Cron system. The Cron system is responsible for running scheduled tasks like the Action Scheduler. To check this, please install the ?? WP Crontrol plugin and send us a screenshot of its pages. This will allow us to see if there are any issues with the Cron events.
You can use https://snipboard.io to share screenshots. Just follow the instructions on the page and paste the URL in your reply.
Also, could you send us a copy of your site’s System Status? This will give us a clearer picture of your site’s setup and help us pinpoint the problem. You can find it via WooCommerce > Status
. Select Get system report
and then Copy for support
.
Once you have that, please paste it inside a Code block in your reply, or use https://pastebin.com/ to paste it and share the link with us.
Thank you for your patience and cooperation in this matter. I’m looking forward to your response so we can solve this issue for you.