Search found 4 matches

by webGeorg
Tue 23. Dec 2025, 15:37
Forum: Bugs / Issues
Topic: Error 500 in panel after interrupted upgrade from Ubuntu 22.04 to 24.04, ionCube error [SOLVED]
Replies: 4
Views: 516

Re: Error 500 in panel after interrupted upgrade from Ubuntu 22.04 to 24.04, ionCube error [SOLVED]

Hallo, your Dist Upgrade is not ready. You can see it in the PHP Version. Ubuntu comes with PHP 8.3, not 8.1. So you cannot go on before it is not finished. You must make sure that all packages have been upgraded. Run: dpkg --configure -a apt get install -f apt-get dist-upgrade Thank you ...
by webGeorg
Tue 23. Dec 2025, 07:12
Forum: Bugs / Issues
Topic: Error 500 in panel after interrupted upgrade from Ubuntu 22.04 to 24.04, ionCube error [SOLVED]
Replies: 4
Views: 516

Re: Error 500 in panel after interrupted upgrade from Ubuntu 22.04 to 24.04, ionCube error [SOLVED]

Could you please confirm whether you used the KeyHelp upgrade script from the following link? https://www.keyweb.de/de/support/mehr-erfahren/tutorials#os-upgrades If not, please roll back the changes and perform a new upgrade using this script. updated according to these instructions https://www ...
by webGeorg
Tue 23. Dec 2025, 05:21
Forum: Bugs / Issues
Topic: Error 500 in panel after interrupted upgrade from Ubuntu 22.04 to 24.04, ionCube error [SOLVED]
Replies: 4
Views: 516

Error 500 in panel after interrupted upgrade from Ubuntu 22.04 to 24.04, ionCube error [SOLVED]

Hello. After running the standard OS upgrade script (upgrade_operating_system.sh) from Ubuntu 22.04 to 24.04, the KeyHelp control panel has become inaccessible and returns a 500 error. Sequence of events: The upgrade script completed the initial stages (updated ionCube, SourceGuardian, KeyHelp files ...
by webGeorg
Mon 30. Jan 2023, 22:23
Forum: API
Topic: api changing dynamic ip address (A - ip dynamyc)
Replies: 0
Views: 14789

api changing dynamic ip address (A - ip dynamyc)

Hello. Please tell me how to use the api to implement the ip address change (dynamic) Home server - local network, Cyrillic domain I'm not good at code :oops: Thoughts: Getting a public ip address <?php $ip = file_get_contents('https://api.ipify.org'); ?> code api "records": { "soa": { "ttl": 86400 ...