Welcome Guest, Not a member yet? Register   Sign In
codignaiter project error on live server
#1

i am upload a codignaiter project to live server. the home page is loading correctly but all other pages not loading the error in error log is 

[24-Sep-2017 17:46:33 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0.

and my project folder on live server is look like this

-(/home/projectname)
    bin
    logs
+php
-public_html
  +application
  +common
  +system
Reply
#2

Those are PHP config warnings and have nothing to do with CodeIgniter. Basically the errors are saying that suhosin is not installed on your server. Installing Documentation Here https://suhosin.org/stories/install.html
Reply
#3

(09-26-2017, 02:10 PM)dave friend Wrote: Those are PHP config warnings and have nothing to do with CodeIgniter. Basically the errors are saying that suhosin is not installed on your server. Installing Documentation Here  https://suhosin.org/stories/install.html

Not quite. It is saying that PHP is configured to load the suhosin extension, but couldn't find it at the specified location.
That doesn't necessarily mean that it is not installed (though it is likely).

Either way, I'd suggest disabling that instead of trying to make it work.
Reply
#4

(09-27-2017, 01:50 AM)Narf Wrote: Not quite. It is saying that PHP is configured to load the suhosin extension, but couldn't find it at the specified location.
That doesn't necessarily mean that it is not installed (though it is likely).
Good point. So to summarize: Suhosin is failing to load due to one of the following
  1. It is not installed
  2. It is installed, but the required extension (*.so) files are not at the location indicated in php.ini
Reply




Theme © iAndrew 2016 - Forum software by © MyBB