justingold
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] fatal error after upgrading to wordpress 6.7I resolved this by restoring my db to a time before the WP 6.7 update.
I then proceeded to update all themes and plugins and then finally WordPress 6.7. All is working fine now. I still don’t knwo what caused this though.I managed to resolve this by restoring my db to an earlier date from before the 6.7 update and then re-updating all plugins and then wordpress to 6.7 again, all is working fine now. Still don’t know what caused the issue though.
Forum: Plugins
In reply to: [WooCommerce] fatal error after upgrading to wordpress 6.7As you can see my system report shows I have 512MB PHP memory. I have a copy of the site on the same server and it upgraded fine. So I don’t think its a memory issue, or at least something is leaking memory?
Forum: Fixing WordPress
In reply to: Critical Error on Website After Updating to WordPress 6.7I’ve had the same issue, after upgrading to wordpress 6.7 today, although I updated other plugins as well including woocomerce.
I found this the woocommerce logs.
2024-11-13T19:35:36+00:00 CRITICAL Allowed memory size of 536870912 bytes exhausted (tried to allocate 237303872 bytes) CONTEXT: {“error”:{“type”:1,”file”:”/wp-includes/class-wpdb.php”,”line”:2316},”remote-logging”:true,”backtrace”:[{“file”:”/home/xyz/wp-content/plugins/woocommerce/includes/class-woocommerce.php”,”line”:406,”function”:”critical”,”class”:”WC_Logger”,”type”:”->”},{“function”:”log_errors”,”class”:”WooCommerce”,”type”:”->”}]}I switched to the “storefront” template from woocommerce and it still did the same thing. I then disabled all my plugins except “woocommerce” and “filter everything”, then the filter worked.
So I enabled the theme, filter store works.
I enabled the plugins one by one, and after enabling them all the filter still works.
So its working now, but I don’t know why it didn’t work in the first place or which plugin caused the issue.