Author Topic: PHP Fatal error with IonCube encoder after manual update  (Read 6359 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
PHP Fatal error with IonCube encoder after manual update
« on: June 19, 2018, 04:32:01 PM »
Hi,

We were facing the same problem discussed here: http://forum.centos-webpanel.com/e-mail/roundcube-error-404/.
I followed the manual update steps like showed by the Administrator in that other topic, but after that, we are no more able to access the admin control panel, PHP throws the following error:

"PHP Fatal error:  The file /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php was encoded by the ionCube Encoder for PHP 5.4 and cannot run under PHP 7.0. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 5.6. in Unknown on line 0"

User Panel are not working too, when trying to log in, the message 'Account Suspended' is displayed.

Our server is running PHP 7.1.9 by default, installed via PHP Switcher.

I tried to install PHP 5.4 and run /scripts/cwp_update, but recieved another error message saying that there's an [obfuscated] undefined function in /usr/local/cwpsrv/htdocs/resources/admin/includes/cron.php on line 0

How can we proceed to correctly run admin and user panel after that?