Hi guys,
my error log within Mautic is showing the following message:
mautic.ERROR: Fatal: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20100525/apc.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/apc.so: cannot open shared object file: No such file or directory - in file Unknown - at line 0 [] []
Anyone know how to solve it?
Hi guys,
my error log within Mautic is showing the following message:
mautic.ERROR: Fatal: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20100525/apc.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/apc.so: cannot open shared object file: No such file or directory - in file Unknown - at line 0 [] []
Anyone know how to solve it?
Your server’s PHP configuration has the APC extension enabled but it hasn’t been fully installed. In your php.ini file find the extension=apc.so
line and delete it.
Hi, thank you so much for the prompt reply.
I did not find that line in the php.ini file so I went ahead and reported it to my hosting support. They say that it was fixed, which I think it has as I don’t see it till now