CodeIgniter Forums
issue - 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: issue (/showthread.php?tid=63591)



issue - Ajay_Patel - 11-17-2015

hello Sir..
Give me a replay and any solution form me..I have run the system in server then problem are create the codeingiter 3.0 framwork ..

A PHP Error was encountered
Severity: Core Warning
Message: PHP Startup: Unable to load dynamic library '/usr/local/php54/lib/php/extensions/no-debug-non-zts-20100525/sqlite.so' - /usr/local/php54/lib/php/extensions/no-debug-non-zts-20100525/sqlite.so: cannot open shared object file: No such file or directory
Filename: Unknown
Line Number: 0
Backtrace:


Tanks

Ajay


RE: issue - mwhitney - 11-17-2015

It looks like you are attempting to load the sqlite library, but it is not installed on your server.


RE: issue - Narf - 11-18-2015

That's a PHP startup error; it will be triggered by literally every PHP script executed - nothing to do with CodeIgniter.


RE: issue - InsiteFX - 11-18-2015

Also check your settings in your php.ini file.