HTTP 500 Fehler trotz Neuinstallation von Keyhelp

For topics beyond KeyHelp. / Für Themen jenseits von KeyHelp.
Post Reply
Muckiland
Posts: 9
Joined: Mon 26. Mar 2018, 20:18

HTTP 500 Fehler trotz Neuinstallation von Keyhelp

Post by Muckiland »

Hallo Liebe Community...

Ich bin sicher, dass die Ursache des Problems bei KeyHelp liegt
JA

Server-Betriebssystem + Version
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye

Eingesetzte Server-Virtualisierung-Technologie
ROOT Server: Debian 11 siehe oben
Testserver Virtualbox: Ubuntu


KeyHelp-Version + Build-Nummer
23.0 (Build 2921)


Problembeschreibung / Fehlermeldungen
ich verzweifle und das leider auch auf einen anderen Server mit einer Neuinstallation von Keyhelp.

Folgendes wollte ich Installieren:
- Nextcloud
- CMS Made Simple
und auch noch andere Sachen aber ich bekomme die meiste Zeit:

Diese Seite funktioniert nicht
www.MEINEWEBSEITE.de kann diese Anfrage momentan nicht verarbeiten.
HTTP ERROR 500

Erwartetes Ergebnis
Setup von der PHP Installationsseite

Tatsächliches Ergebnis
Diese Seite funktioniert nicht
www.MEINEWEBSEITE.de kann diese Anfrage momentan nicht verarbeiten.
HTTP ERROR 500

Zusätzliche Informationen
User Error Log:

Code: Select all

[Tue Feb 21 18:32:26.632551 2023] [proxy_fcgi:error] [pid 29778] [client 85.16.221.244:50345] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught PharException: phar "/home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php" SHA1 signature could not be verified: broken signature in /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php:8\nStack trace:\n#0 /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php(8): Phar::webPhar()\n#1 {main}\n  thrown in /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php on line 8'
[Tue Feb 21 18:32:27.656675 2023] [proxy_fcgi:error] [pid 29781] [client 85.16.221.244:50347] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught PharException: phar "/home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php" SHA1 signature could not be verified: broken signature in /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php:8\nStack trace:\n#0 /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php(8): Phar::webPhar()\n#1 {main}\n  thrown in /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php on line 8'
[Tue Feb 21 18:40:04.942334 2023] [proxy_fcgi:error] [pid 29778] [client 85.16.221.244:50438] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught PharException: phar "/home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php" SHA1 signature could not be verified: broken signature in /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php:8\nStack trace:\n#0 /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php(8): Phar::webPhar()\n#1 {main}\n  thrown in /home/users/MEINEWEBSEITE/www/cmsms-2.2.16-install.php on line 8'
Wäre nett wenn mir einer helfen könnte

Mod-Edit:

Code-Tags eingefügt.
Last edited by Jolinar on Tue 21. Feb 2023, 20:14, edited 1 time in total.
Reason: Mod-Edit
User avatar
24unix
Posts: 1560
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: HTTP 500 Fehler trotz Neuinstallation von Keyhelp

Post by 24unix »

Du musst in Deinem Script schauen, wie die SHA Signatur überprüft wird.

Entweder fehlt die Berechtigung für exec() oder eine Lib.
mfg Micha
--
If Bill Gates had a nickel for every time Windows crashed …
… oh wait, he does.
Muckiland
Posts: 9
Joined: Mon 26. Mar 2018, 20:18

Re: HTTP 500 Fehler trotz Neuinstallation von Keyhelp

Post by Muckiland »

Bescheidene Frage... wie mache ich das ?
User avatar
24unix
Posts: 1560
Joined: Sun 21. Jun 2020, 17:16
Location: Kollmar
Contact:

Re: HTTP 500 Fehler trotz Neuinstallation von Keyhelp

Post by 24unix »

Muckiland wrote: Tue 21. Feb 2023, 19:08 Bescheidene Frage... wie mache ich das ?
a) Das ist kein KeyHelp Problem.
b) Die haben sicher ein Support-Forum für das CMS.
c) Wenn Du die cmsms-2.2.16-install.php in install.txt umbenennst und sie hier als Anhang postest kann ich sie mir mal angucken.
mfg Micha
--
If Bill Gates had a nickel for every time Windows crashed …
… oh wait, he does.
Muckiland
Posts: 9
Joined: Mon 26. Mar 2018, 20:18

Re: HTTP 500 Fehler trotz Neuinstallation von Keyhelp

Post by Muckiland »

24unix wrote: Tue 21. Feb 2023, 19:22
Muckiland wrote: Tue 21. Feb 2023, 19:08 Bescheidene Frage... wie mache ich das ?
a) Das ist kein KeyHelp Problem.
b) Die haben sicher ein Support-Forum für das CMS.
c) Wenn Du die cmsms-2.2.16-install.php in install.txt umbenennst und sie hier als Anhang postest kann ich sie mir mal angucken.
zu a: SEHE ich jetzt ein.. Nextcloud geht jetzt wieder... vielleicht war es ein Update problem.

zu b: OK ich schaue mal

zu c:

Code: Select all

<?php

$web = 'index.php';

if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
Phar::interceptFileFuncs();
set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
Phar::webPhar(null, $web);
include 'phar://' . __FILE__ . '/' . Extract_Phar::START;
return;
}

if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUEST_METHOD'] == 'POST'))) {
Extract_Phar::go(true);
Mod-Edit:

CODE-Tags eingefügt.

Bitte zukünftig darauf achten, Codeschnipsel, Konsolenausgaben, Fehlermeldungen o.ä. der besseren Lesbarkeit wegen immer in CODE-Tags einzuschließen. Danke.
Last edited by Jolinar on Tue 21. Feb 2023, 20:13, edited 1 time in total.
Reason: Mod-Edit
User avatar
Jolinar
Community Moderator
Posts: 3560
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: HTTP 500 Fehler trotz Neuinstallation von Keyhelp

Post by Jolinar »

Moderativer Hinweis:

Thread ins Off Topic verschoben, da der bisherige Threadverlauf darauf schließen läßt, daß das Problem nichts mit KeyHelp zu tun hat.
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
Post Reply