You are not logged in.
Pages: 1
Rhel6
After running a yum upgrade against remi's repo. this started happening (root of the glpi website here)
[Fri Feb 26 11:58:14 2016] [error] [client 128.40.73.30] PHP Fatal error: Uncaught exception 'Zend\\Cache\\Exception\\ExtensionNotLoadedException' with message 'Missing ext/apc' in /usr/share/php/Zend/Cache/Storage/Adapter/Apc.php:48\nStack trace:\n#0 /usr/share/php/Zend/ServiceManager/Factory/InvokableFactory.php(62): Zend\\Cache\\Storage\\Adapter\\Apc->__construct()\n#1 /usr/share/php/Zend/ServiceManager/Factory/InvokableFactory.php(98): Zend\\ServiceManager\\Factory\\InvokableFactory->__invoke(Object(Zend\\Cache\\Storage\\AdapterPluginManager), 'Zend\\\\Cache\\\\Stor...', NULL)\n#2 [internal function]: Zend\\ServiceManager\\Factory\\InvokableFactory->createService(Object(Zend\\Cache\\Storage\\AdapterPluginManager), 'zendcachestorag...', 'Zend\\\\Cache\\\\Stor...')\n#3 /usr/share/php/Zend/ServiceManager/ServiceManager.php(936): call_user_func(Array, Object(Zend\\Cache\\Storage\\AdapterPluginManager), 'zendcachestorag...', 'Zend\\\\Cache\\\\Stor...')\n#4 /usr/share/php/Zend/ServiceManager/AbstractPluginManager.php(330): Zend\\ServiceManager\\ServiceManager->createServiceViaCallback(Array, 'zendcachestorag...', 'Zend\\\\Cach in /usr/share/php/Zend/ServiceManager/ServiceManager.php on line 943
Does anyone have any ideas?
Last edited by stoatwblr (2016-02-26 14:02:54)
Offline
have you apc extension?
Have you reload Apache after upgrade?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
php-pecl-apc-devel and php-pecl-apc (both from remi's repo)
Staff rebooted the entire machine to try and get it working, so yes.
The issue is that this was working until a yum upgrade was run (which should be relatively safe). Repos haven't been changed around.
Last edited by stoatwblr (2016-02-26 16:39:52)
Offline
ok, more digging:
I needed php56-php-pecl-apcu-devel.x86_64 0:4.0.10-1.el6.remi (and dependcies), not the base one.
If dependencies change around during updates then the updates should pull the new dependencies in.
Offline
Please reports this on http://forum.remirepo.net
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Done.
Offline
Pages: 1