GX-Bug #66593
geschlossenGambio Updater nicht PHP 5.6 kompatibel, sodass statt des Hinweises auf eine neue PHP Version eine Fehlermeldung angezeigt wird
0%
Der Updater und Installer zeigt jetzt zuverlässig eine Meldung, wenn die PHP-Version zu niedrig ist
Beschreibung
Gambio Updater nicht PHP 5.6 kompatibel, sodass statt des Hinweises auf eine neue PHP Version eine Fehlermeldung angezeigt wird.
Der Updater muss unter jeder PHP Version immer aufrufbar sein und die entsprechende Hinweismeldung anzeigen, dass man PHP 7.1 oder höher benötigt um das Update ausführen zu können.
Gambio Updater is not PHP 5.6 compatible, so instead of the reference to a new PHP version an error message is displayed.
The updater must always be accessible under any PHP version and must display a message that PHP 7.1 or higher is required to run the update.
Parse error: syntax error, unexpected '?' in /system/core/caching/CacheControl.inc.php on line 170
PARSE ERROR(4): "syntax error, unexpected '?'"
Checkliste 0/0
Zugehörige Tickets
Von Daniel Wu vor etwa 5 Jahren aktualisiert
Should be changed directly in the CacheControl
Von Marvin Muxfeld vor etwa 5 Jahren aktualisiert
The mentioned error was solved by the commit ebaa4d96d4a61da7653f93ee50f6a56c68f107b4
Von Moritz Bunjes vor etwa 5 Jahren aktualisiert
Marvin Muxfeld schrieb:
The mentioned error was solved by the commit ebaa4d96d4a61da7653f93ee50f6a56c68f107b4
This commit only solves it for GX 4.0 and it isn't that stable. I implemented an independent solution.
Von Moritz Bunjes vor etwa 5 Jahren aktualisiert
The installer was also considered for this fix