• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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