Cannot declare class WP_Object_Cache,
-
Hello,
I have this error that just appeared and causes the site to brake.
[02-Oct-2024 10:33:40 UTC] PHP Fatal error: Cannot declare class WP_Object_Cache, because the name is already in use in .../wp-content/plugins/apcu-manager/includes/api/object-class.php on line 18
The issue appeared after I fixed something in an override where we kept on using $product->id instead of $product->get_id(); That’s not really related I guess but I think it blocked the error before and right after I fixed it, the WP_Object_Cache appeared.
I deactivated the apcu manager plugin in the meantime. Any idea what causes this ? I thought it could be because of another cache plugin but I have only one (Cloudfare) and tried to deactivate it but it doesn’t change anything.
Thank you
- You must be logged in to reply to this topic.