SchumacherFM / Magento-OpCache

OpCache (Zend Optimizer) Control Panel (GUI) for the Magento Backend.
100 stars 36 forks source link

[Bug] Apc - contains 3 abstract methods ... #3

Closed mklooss closed 10 years ago

mklooss commented 10 years ago
[20-Jan-2014 13:09:17 UTC] PHP Fatal error:  Class SchumacherFM_OpCachePanel_Model_Types_Apc contains 3 abstract methods and must therefore be declared abstract or implement the remaining methods (SchumacherFM_OpCachePanel_Model_Types_AbstractCache::reset, SchumacherFM_OpCachePanel_Model_Types_AbstractCache::recheck, SchumacherFM_OpCachePanel_Model_Types_AbstractCache::compile) in /home/mathis/web/htdocs/domain/magento.gunah.eu/app/code/community/SchumacherFM/OpCachePanel/Model/Types/Apc.php on line 10
mklooss commented 10 years ago

have installed apcu as apc https://github.com/SchumacherFM/Magento-OpCache/blob/master/src/app/code/community/SchumacherFM/OpCachePanel/Model/Types/Apc.php

SchumacherFM commented 10 years ago

I haven't build in APC yet :-( We're using only OpCache.

I made you a Collaborators. Please commit directly :-)

mklooss commented 10 years ago

APCu ist APC with only the UserCache, so u can use APC Methods with Zend Opcache https://github.com/krakjoe/apcu

okay thanks :)