Error ionCube Loader after update PHP 74

T-nuz

New member
Joined
Aug 12, 2020
Messages
1
Hi everyone,

After updating PHP 7.4, the following error is shown when starting the service:
ionCube Loader The Loader must appear as the first entry in the php.ini file in Unknown on line 0

After a quick look i have been able to fix it by commenting out the second line in /usr/local/php74/lib/php.conf.d/10-directadmin.ini;
;zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_7.4.so

To use the ioncube loader, i included this line directly in the php.ini (/usr/local/php74/lib/php.ini).

Is this a bug in the custombuild update or have i been doing something wrong?

Best Regards,

T-nuz
 
I'd recommend loading PHP extensions using CustomBuild (simply "./build ioncube"). Without doing any modifications to php.ini (I think you have some custom extensions loaded there).
 
Back
Top