Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: LeetDonkey on August 08, 2017, 11:15:47 AM

Title: Ioncube load error
Post by: LeetDonkey on August 08, 2017, 11:15:47 AM
Hi

I keep getting theese in my apache error log:

Cannot load the ionCube PHP Loader - it was built with configuration API320151012,NTS, whereas running engine is API320160303,NTS

It happens pretty much everytime you access a page on the webserver.

I'm running PHP 7.1.7 and have checked the 'ioncube' checkbox.
I've also tried a different version but the error seem to persist.

Any ideas on how to fix this?
Title: Re: Ioncube load error
Post by: studio4host on August 08, 2017, 01:04:07 PM
ioncube is supporting php 7.1 from 2nd. August so you need to update your ioncube and restart apache
Quote
2nd Aug 2017 - Loader 10.0.0 released
Loader 10.0.0 released.
These are loaders to run files produced by the forthcoming version 10 ionCube PHP Encoder.
Included are loaders for PHP 7.1. Those will only run files produced by
the version 10 encoder for PHP 7.1.

Code: [Select]
sh /scripts/update_ioncube
service httpd restart
Title: Re: Ioncube load error
Post by: LeetDonkey on August 08, 2017, 01:44:06 PM
ioncube is supporting php 7.1 from 2nd. August so you need to update your ioncube and restart apache
Quote
2nd Aug 2017 - Loader 10.0.0 released
Loader 10.0.0 released.
These are loaders to run files produced by the forthcoming version 10 ionCube PHP Encoder.
Included are loaders for PHP 7.1. Those will only run files produced by
the version 10 encoder for PHP 7.1.

Code: [Select]
sh /scripts/update_ioncube
service httpd restart
I followed your instructions, and they executed without any errors, but the error still pops up constantly in the error log.
Do you have anything else I could try?
Title: Re: Ioncube load error
Post by: studio4host on August 08, 2017, 09:36:51 PM
I followed your instructions, and they executed without any errors, but the error still pops up constantly in the error log.
Do you have anything else I could try?

try to rebuild php via php switcher in cwp and if this issue continues also after then show output of the
Code: [Select]
php -v
Title: Re: Ioncube load error
Post by: LeetDonkey on August 11, 2017, 07:24:32 PM
Hi

The solution ended up being

- Rebuild PHP with Ioncube enabled

- Run
sh /scripts/update_ioncube
service httpd restart
When the rebuild was complete.

Thank you for helping
Title: Re: Ioncube load error
Post by: grantwilson on June 06, 2019, 06:13:37 AM
Quote
I followed your instructions, and they executed without any errors, but the error still pops up constantly in the error log. buy essay (http://buyessays.cheap/)
Do you have anything else I could try?

try to rebuild php via php switcher in cwp and if this issue continues also after then show output of the
Code: [Select]
php -v

How can I install PHP 7.2 manually on CWP? And then I need to install ionCube PHP loader, if I want to run TestRail on my server?
Thanks.
P.S.: sorry for bumping..