• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

HELP: Module 'ionCube Loader' already loaded in Unknown on line 0

kanense

Basic Pleskian
[root@myserver ~]# php -v
Hi all,

After successful upgrade PHP, and not successful with ioncube i get:

Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.4.so: /usr/lib/php/modules/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP 5.4.32 (cli) (built: Aug 21 2014 07:33:35)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd., and

How to can i fix it?

Thank you,
 
Check path to correct ioncube library in /etc/php.d/00-ioncube-loader.ini file. Make sure that path is correct and file is really exists there.
 
Looks like that you have another entry for /usr/lib/php/modules/ioncube_loader_lin_5.4.so in your php configuration files. Try to find and disable it.
 
Thank you IgorG,

i have look for entry at php.ini but not have any entry :s

have do:

php -i | grep php.ini

And get:
Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.4.so: /usr/lib/php/modules/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
Configuration File (php.ini) Path => /etc
Loaded Configuration File => /etc/php.ini

On file php.ini i do not have any entry.
Strange my php.ini under etc are in blank none here:s

How can i fix it?

By run the above I get in same line:
PHP Warning: Unknown: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in Unknown on line 0

I still need help with PHP/ioncube and errors above :)

Thank you

==============================================================================
Now i habe made a full sh*t :s

i have remove php and reinstall it, now i get alot of errors at plesk, and plesk panel have mIssing,

I get when try accessing Plesk:

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1049] Unknown database 'psa' (Abstract.php:144)

I have search forum for fix, but not of solutions work.

The
/usr/local/psa/admin/sbin/autoinstaller
are missing at SSH.

is there any solution for it?

I have try reinstall plesk but give error, with some components already exist.

Resolved I have do according to the follow links:

and a little more explicity

PS: NEVER RUN

yum remove php
 
Last edited:
Back
Top