PHP Error on homepage - 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: PHP Error on homepage (/showthread.php?tid=1660) |
PHP Error on homepage - netenabled - 03-30-2015 Hi Guys, I am getting the following error, any ideas why? A PHP Error was encountered Severity: Core Warning Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/imagick.so: cannot open shared object file: No such file or directory Filename: Unknown Line Number: 0 Backtrace: RE: PHP Error on homepage - CroNiX - 03-30-2015 Check your php.ini file. You're trying to load a php extension that isn't at that location. This isn't caused by CI. |