Issue with load modules

cPanel plugin for php selection
Locked
Mz.Ny
Posts: 0
Joined: Sun Aug 02, 2015 5:27 am

Issue with load modules

Post by Mz.Ny »

Hello,

Recently I have been installed Nixtree PHP Selector but I facing issue while loaded existing module like: suhosin, SourceGuardian or MySQLlite and other.

Main PHP version is PHP5.3
PHP Selector on cPanel account is PHP5.5

I got this error

[01-Aug-2015 23:30:53 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so: undefined symbol: output_globals in Unknown on line 0
[01-Aug-2015 23:30:53 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so: undefined symbol: zval_property_ctor in Unknown on line 0
[01-Aug-2015 23:30:53 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0

[01-Aug-2015 23:30:53 UTC] PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0


Can anybody share how I can fix this issue? I reinstall a plugin, recompile php version like php5.5 and the issue is still going on

Please help me for I can use the plugin without issue.


Best Regards


Anthony
Posts: 1
Joined: Fri May 01, 2015 3:26 pm

Re: Issue with load modules

Post by Anthony »

Do you have any custom php.ini file defined in the document root? If so, please remove it and see if the issue persists.


If you are looking for assistance in server management, please get in touch with our support.
Locked