evandoc
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] sm_cloudDropped the table after disabling the plugin and no issues
Forum: Plugins
In reply to: [Facebook for WooCommerce] Old items in Facebook CatalogApparently, sv_wc_facebook_delete_all_products.php will only delete products in the catalog, so it’s not relevant as these are old products from an old website version.
Facebook support was helpful – they enabled me to delete my commerce account and start again.
They also had an option to clear out the catalog for me once I sent them written confirmation.
I opted to start again and I have a lovely clean catalog now ??
Forum: Plugins
In reply to: [Facebook for WooCommerce] Old items in Facebook CatalogI can’t delete the catalog because it is linked to a Facebook shop – also no way to delete the Facebook shop
Spent 8 hours on this already.
Tried adding sv_wc_facebook_delete_all_products.php
As far as I can tell it has done nothing.
There is no option to manually delete or archive the products.
These are really old items that were created from an initial upload.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Memory ErrorsLine 2135 of wp-db.php
while ( $row = mysqli_fetch_object( $this->result ) ) {
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Memory Errors[27-Aug-2022 07:03:11 UTC] PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 105609608 bytes) in /home/creativeit/public_html/wp-includes/wp-db.php on line 2135
I have increased memory limit but I am getting this now
When wp-stateless is disabled, I stop getting the error
Forum: Plugins
In reply to: [LiteSpeed Cache] Misc issues with Litespeed cache pluginAfter disabling the object cache I get this error in the log
[25-Aug-2022 10:38:51 UTC] PHP Fatal error: Out of memory (allocated 3253374976) (tried to allocate 12288 bytes) in /home/******/public_html/wp-includes/wp-db.php on line 2135
Forum: Plugins
In reply to: [LiteSpeed Cache] Misc issues with Litespeed cache pluginHi
Thanks for coming back to me
1) please try disable object cache , and see how it goes
– Looks like this was already off?
2) you can add this code into your wp-config.php
if (strops($_SERVER[‘REQUEST_URI’], ‘xxxx) !== FALSE) {
define(‘LSCWP_V’, ‘1’);
}
}
where the xxxx is the URL that plugin runs , this will completely disable LSCWP from loading up when WP is started upWill pass to developer
3) please provide the report number, you can get it in toolbox -> report -> click “send to LiteSpeed”
Report number: FJWGYJIA
Report date: 08/25/2022 06:23:21Do you have an option to log on to our system to configure the plugin correctly for us?