notanonymous
Forum Replies Created
-
Forum: Plugins
In reply to: [atec Cache APCu] New versions – Can’t get to settingsNew version works, thanks!
Forum: Plugins
In reply to: [atec Cache APCu] New versions – Can’t get to settingsI think I found the issue. In your Tools::lazy_require and lazy_require_class functions, the $args parameter is using a type of ‘mixed’ which is only available starting in php 8 where this site is still on 7.4. So either you’d need to change that to something supported by older php or update your Php Version requirement for the plugin.
Forum: Plugins
In reply to: [atec Cache APCu] New versions – Can’t get to settingsI updated again this morning to v2.3.15 and I’m still seeing the error in settings. I completely deleted the plugin and object-cache.php and reinstalled, same error.
Forum: Plugins
In reply to: [WP Super Cache] Full Cache Delete on Post EditSub directory. Separate posts page. I didn’t see anything helpful in the debug log. I have found another working option for our caching needs though, so won’t pursue this further at this time.
Thanks. To follow up in case anyone else comes across this, it seems to be an issue with our hosting environment. It’s running in a container with a virtual file system and I think it’s just not able to keep up with the read/write requests so things get locked. Engineers are investigating.