My system has been running great for the past year. Recently I upgraded the system from Debian 8 to Debian 9. Everything seems to work fine except the API access. When accessed from a browser, I get an HTTP Error 500.
In my apache error.log, I see the following:
Code: Select all
[Mon Jan 29 11:04:32.716667 2018] [:error] [pid 16050] [client 100.x.x.x:39302] PHP Fatal error: Call to undefined function apc_fetch() in /usr/share/php/Cake/Cache/Engine/ApcEngine.php on line 91
Code: Select all
cakephp is already the newest version (2.8.5-1).
php-apcu-bc is already the newest version (1.0.3-2).
Some more info for troubleshooting:
PHP Version: PHP 7.0.27-0+deb9u1 (cli) (built: Jan 5 2018 13:51:52) ( NTS )
Apache2 Verison: 2.4.25
ZM Version: 1.30.4
OS: Debian 9 Stretch
Any help would be greatly appreciated.