Fatal error “Undefined constant ‘AUTH_KEY'” and APCUIterator issues
-
After activating Atec Cache APCu, I consistently encounter a fatal error:
PHP Fatal error: Uncaught Error: Undefined constant "AUTH_KEY" in /wp-content/object-cache.php:75. This error seems to prevent the site from loading correctly.Additionally, I’m seeing warnings and fatal errors related to
APCUIteratorwhen certain actions are performed on the site, specifically:PHP Warning: APCUIterator::__construct(): Unknown modifier '_' in /wp-content/object-cache.php on line 129PHP Fatal error: APCUIterator::__construct(): Could not compile regular expression: /[some pattern]/ in /wp-content/object-cache.php on line 129Deactivating the Atec Cache APCu plugin resolves the ‘AUTH_KEY’ error and the
APCUIteratorissues disappear. It appears there might be a conflict or incompatibility causing these problems.Has anyone else experienced this, or are there any known solutions or configurations I should be aware of?
The topic ‘Fatal error “Undefined constant ‘AUTH_KEY'” and APCUIterator issues’ is closed to new replies.