christamcc
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] BDD FULL wc_delete_related_product_transients_async BDDHello @doublezed2 and @fetenlakhal
Sorry for not having responded earlier.
Unfortunately I have not yet resolved the second part of the problem, that is to say the cause of the creation of lines in the database. I didn’t have time to look at the tracks you indicated to me, plugin conflicts.
I thank you for your advice and will keep you informed of the progress as soon as I have new information.
Have a good day.
Forum: Plugins
In reply to: [WooCommerce] BDD FULL wc_delete_related_product_transients_async BDDHello @mosesmedh
Please, you are the one who is valuable in solving our problems.
As you told me, I just copy/paste my WooCommerce system status on Pastebin.com. To access it, go to this address: https://pastebin.com/3GmU6fCX – Password: minetosse
I hope you find out where the problem is.
Thank you for your support and help.
Forum: Plugins
In reply to: [WooCommerce] BDD FULL wc_delete_related_product_transients_async BDDHello @jonayedhosen and @mahfuzurwp
Thank you for your messages
Concerning the automation solution for line deletions that continue to be generated in my shop’s BDD (logs and actions). Good news, the cron I set up at ovh worked by transforming the shell script into php. Thank you for the link provided.
However as the phenomenon of creating lines persists, I would like to find the source of the problem, not solved. Could you help me?
My current environment: WooCommerce 9.8.4
A month ago, I made several changes on my WooCommerce store:
On 22 April 2025, plugin installations:- Pre-Orders for WooCommerce (by Plugin Bright)
- Customizer for WooCommerce
- WPC Product Bundles for WooCommerce (by WPClever)
On 24 April 2025, plugin installations:
- World Relay – InPost – WordPress
- Hide Shipping Method For WooCommerce
- Update WooCommerce Stripe Gateway plugin
April 27, 2025: OVH’s first warning of the state of my BDD is 80% full.
April 28, 2025: OVH message BDD full and blocked (1GO), no more access to the BAck Office.Could you help me find the source of the problem, please?
Have a good evening.Forum: Plugins
In reply to: [WooCommerce] BDD FULL wc_delete_related_product_transients_async BDDHello,
Thank you for your help, Jonayed!
I use the version Woocommerce 9.8.4, I think I have updated it, about 1 month ago also. So maybe this phenomenon is not supported in this version of WooCommerce?
Otherwise, I looked at your link to clean the logs and actions tables. This looks very good, especially the part to remove the rows from the logs and actions tables, thank you very much.
As I understand it:
- I created a file cleanup_actionscheduler.sh containing the mentioned coding and then I placed this file at the root of my website.
- I went to ovh to create a cron by indicating in the command to execute . /www/cleanup_actionscheduler.sh then I specified php version 8 and then the frequency of execution. (ex: every day at 2am)
-> I have not yet enabled cron. Do you think this is correct?
Thank you for your valuable help