![]() |
PHP warning in error_log - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: PHP warning in error_log (/showthread.php?tid=25144) |
PHP warning in error_log - El Forum - 12-02-2009 [eluser]yabune[/eluser] My CI site looks ok but I'm getting all the time this error in the error_log file: Code: [02-Dec-2009 16:27:01] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/apc.so' - Cannot open "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/apc.so" in Unknown on line 0 Is this normal? Thanks! PHP warning in error_log - El Forum - 12-03-2009 [eluser]CroNiX[/eluser] No. APC is the "Advanced PHP Cache" which is an extension for PHP (I love it). Its misconfigured in the php.ini somewhere. Call your hosting company if you have one. PHP warning in error_log - El Forum - 12-04-2009 [eluser]yabune[/eluser] Does CodeIgniter has this configuration? I get this response from hosting support: Quote:As far as I am aware we do not have APC enabled, do you have your own php.ini file by any chance with those lines? [quote author="CroNiX" date="1259888050"]No. APC is the "Advanced PHP Cache" which is an extension for PHP (I love it). Its misconfigured in the php.ini somewhere. Call your hosting company if you have one.[/quote] PHP warning in error_log - El Forum - 12-07-2009 [eluser]yabune[/eluser] Where do I configure the APC in Code Igniter? Thank you! |