CodeIgniter Forums
Help please with this error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Help please with this error (/showthread.php?tid=64450)



Help please with this error - moh.elogail - 02-21-2016

I'm using codeIgniter 3.0, on the localhost (wamp) server everything is going well, but when I uploaded the website on the live server I encounter this error message.

( Message: 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) 

Although it disappears after refreshing the page but it's not cool at all. Please any help to solve this problem
Thanks in advance


RE: Help please with this error - skunkbad - 02-21-2016

This looks like a cpanel issue:

https://forums.cpanel.net/threads/php-warning-php-startup-unable-to-load-dynamic-library-no-debug-non-zts.207682/

Does the error happen when you load a static PHP (non-codeigniter) page?


RE: Help please with this error - kilishan - 02-21-2016

Sounds like you're using the APC driver for caching? You might try switching to the file driver to see if it goes away. If it does, then it sounds like a server/APC configuration issue, but that's not my speciality.