![]() |
apc.so warning - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: apc.so warning (/showthread.php?tid=1550) |
apc.so warning - zjorge - 03-20-2015 I'm getting this warning and can't find a solution (on a shared hosting). Code: A PHP Error was encountered I tried to solve this by enabling APC on php.ini but that didn't do any difference. Has anyone solved this? Is this a warning that can be ignored? RE: apc.so warning - rocks - 03-20-2015 (03-20-2015, 08:16 AM)zjorge Wrote: I'm getting this warning and can't find a solution (on a shared hosting). That has nothing to do with CodeIgniter. Your php.ini is not loading the file, so you should contact your host service. RE: apc.so warning - zjorge - 03-20-2015 Thank you... you rock(s)! (03-20-2015, 11:57 AM)rocks Wrote:(03-20-2015, 08:16 AM)zjorge Wrote: I'm getting this warning and can't find a solution (on a shared hosting). |