Page 2 of 3

Re: PHP Fehler

Posted: Sat 2. Aug 2025, 20:43
by Simmi
Tobi wrote: Sat 2. Aug 2025, 20:40
Simmi wrote: Sat 2. Aug 2025, 20:37 Nur einen Hostname Change
Hast du auch vorab DNS / RDNS angepasst?
Jap

Re: PHP Fehler

Posted: Sat 2. Aug 2025, 20:55
by Tobi
Also wenn das hier 5.180.255.14 tatsächlich deine IP ist, dann stimmt dein RDNS nicht.
https://mxtoolbox.com/SuperTool.aspx?ac ... tworktools

Außerdem verwendest du wohl Cloudflare? Nimm das mal raus.

Re: PHP Fehler

Posted: Sat 2. Aug 2025, 21:00
by Simmi
nutze cloudflare, hab aber den proxy davon aus

Re: PHP Fehler

Posted: Sat 2. Aug 2025, 21:13
by Tobi
Solange Cloudflare aktiv ist kann es auch eine Fehlkonfiguration in CF sein.

Daher: abschalten und DNS direkt routen

Re: PHP Fehler

Posted: Sat 2. Aug 2025, 21:18
by Simmi
also vermutest du einen Fehler seitens cloudflare?

DSas geht net, weil es auch über die IPv4 net geht

Re: PHP Fehler

Posted: Sat 2. Aug 2025, 23:38
by Jolinar
Ich bewundere immer wieder die Hilfsbereitschaft und die Geduld unserer Community... :roll: ;) :geek:

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 11:43
by Simmi
ich auch :)

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:01
by Simmi
Und wat nu?

Kriegen wir den Fehler irgendwie behoben?

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:02
by Tobi
Ist Cloudflare noch aktiv?

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:03
by Simmi
Ja,, weil es daran nicht liegt, da es über die IPv4 das selbe ist vom Fehler und diese ohne läuft

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:05
by Simmi
Simmi wrote: Sun 3. Aug 2025, 13:03 Ja,, weil es daran nicht liegt, da es über die IPv4 das selbe ist vom Fehler und diese ohne läuft
Oder liege ich da falsch?

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:06
by Simmi
_ __ _ _ _ (R)
| |/ /___ _ _| |_| |___| |___
| | / -_) |_/ | _ | -_) | _ \
|_|\_\___|\__, |_| |_|___|_| _/
=========== |___/ ========== |_| =========================================

Server information
Hostname : webhost.ruhrpottmc.eu
IP addresses : 5.180.255.14
Processor : AMD EPYC 7443P 24-Core Processor (amd64)
CPU cores : 4 @ 2.84 GHz
System virtualization : KVM
Server time : August 03, 2025 at 13:05:41
Uptime : Days 0 / Hours 16 / Minutes 36

Server utilization
CPU load : 0.00% (0.00 / 0.01 / 0.00)
Process count : 153
Emails in queue : 0
Disk space : Free: 25.26 GiB Used: 20.15 GiB Total: 47.87 GiB
Memory : Free: 4.85 GiB Used: 2.90 GiB Total: 7.75 GiB
Swap space : Free: 1024.00 MiB Used: 0 B Total: 1024.00 MiB

Applications
Operating system : Debian 12.11 (64-bit)
KeyHelp : 25.1 (Build 3433)
Kernel : Kernel 6.1.0-37-amd64
Web server : Apache 2.4.62
DNS server : BIND 9.18.33
PHP : PHP 8.1.33
Database server : MariaDB 10.11.11
FTP server : ProFTPD 1.3.8
Mail Transfer Agent (MTA) : Postfix 3.7.11
Mail Delivery Agent (MDA) : Dovecot 2.3.19.1
Email security platform : Rspamd 3.12.1
Virus scanner : ClamAV 1.0.7
Database administration : phpMyAdmin 5.2.2
Webmail : Roundcube 1.6.11
Cryptography : OpenSSL 3.0.17
Data transfer : curl 7.88.1
Backup software : Restic 0.18.0
Backup data transfer : Rclone 1.70.0
In-memory database server : Redis 7.0.15

Service/port monitoring
FTP (21/TCP) : Online
SSH (22/TCP) : Online
DNS (53/TCP) : Online
HTTP (80/TCP) : Online
HTTPS (443/TCP) : Online
SMTP (587/TCP) : Online
IMAP (993/TCP) : Online
POP3 (995/TCP) : Online
MariaDB/MySQL (3306/TCP) : Online

Pending package manager updates
Update count : 2
Security update count : 0
Reboot required : No

Hit [ENTER] to return to main menu.

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:08
by Simmi
Wo loggt Keyhelp denn fehler?

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:12
by Simmi
Ehhm ja, habe glaube das Problem:

Code: Select all

[Sun Aug 03 13:07:14.676131 2025] [proxy_fcgi:error] [pid 11734:tid 11737] [remote 94.114.47.68:61061] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected identifier "ionCube" in /home/keyhelp/www/keyhelp/index.php on line 5'
ist aber drin

Code: Select all

root@webhost /var/log/apache2/keyhelp # php -v
PHP 8.1.33 (cli) (built: Jul  3 2025 16:25:40) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.33, Copyright (c) Zend Technologies
    with the ionCube PHP Loader v14.4.1, Copyright (c) 2002-2025, by ionCube Ltd.
    with Zend OPcache v8.1.33, Copyright (c), by Zend Technologies

Re: PHP Fehler

Posted: Sun 3. Aug 2025, 13:23
by 24unix
Simmi wrote: Sun 3. Aug 2025, 13:12 Ehhm ja, habe glaube das Problem:

Code: Select all

[Sun Aug 03 13:07:14.676131 2025] [proxy_fcgi:error] [pid 11734:tid 11737] [remote 94.114.47.68:61061] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected identifier "ionCube" in /home/keyhelp/www/keyhelp/index.php on line 5'
ist aber drin

Code: Select all

root@webhost /var/log/apache2/keyhelp # php -v
PHP 8.1.33 (cli) (built: Jul  3 2025 16:25:40) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.33, Copyright (c) Zend Technologies
    with the ionCube PHP Loader v14.4.1, Copyright (c) 2002-2025, by ionCube Ltd.
    with Zend OPcache v8.1.33, Copyright (c), by Zend Technologies
Ich nutze kein Ubuntu (mit KeyHelp) , aber müsste bei 20.04 nicht PHP 7.1 default sein?