Search found 4 matches

by josuedugg
Tue 29. Oct 2024, 01:33
Forum: Usage
Topic: Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]
Replies: 5
Views: 4700

Re: Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]

Finally update was successfully solved by performing the following: apt update apt upgrade apt dist-upgrade apt autoremove apt clean apt install php8.2-mysqli phpenmod -v 8.2 mysqli systemctl restart apache2 systemctl restart php8.2-fpm root@cloud:~# wget --no-check-certificate https://install ...
by josuedugg
Tue 29. Oct 2024, 00:27
Forum: Usage
Topic: Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]
Replies: 5
Views: 4700

Re: Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]

After applying the shared commands and rebooting the node this is the result: root@cloud:~# wget --no-check-certificate https://install.keyhelp.de/scripts/upgrade_operating_system.sh -O upgrade_operating_system.sh && bash upgrade_operating_system.sh --2024-10-28 17:25:48-- https://install.keyhelp.de ...
by josuedugg
Sat 26. Oct 2024, 01:29
Forum: Usage
Topic: Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]
Replies: 5
Views: 4700

Re: Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]

It is still failing, now with this error: root@cloud:~# phpenmod -v 8.2 ioncube root@cloud:~# phpenmod -v 8.2 sourceguardian root@cloud:~# php --version PHP Warning: PHP Startup: ^(text/|application/xhtml\+xml) (offset=0): unrecognised compile-time option bit(s) in Unknown on line 0 PHP 8.2.24 (cli ...
by josuedugg
Fri 25. Oct 2024, 03:08
Forum: Usage
Topic: Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]
Replies: 5
Views: 4700

Upgrade auf Debian 12: "cannot be decoded by this version of the ionCube Loader" [SOLVED]

Hi support, please your help I had an issue during upgrade from debian 11 to 12, basically ssh session frozen when I was installing with the script, thus, I come back to the server and killed the upgrade process and now this is the result when I try to run the script again: root@cloud:~# php ...