Aktionen
GX-Bug #70162
geschlossenPhpminiadmin throws unexpected error in Php 8.1
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Marvin Muxfeld
Kategorie:
Adminbereich
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.7.2.0 beta1
Release Notes Langtext:
Toolbox > SQL behandelt unter PHP 8.1 fehlerhafte SQL-Befehle wieder so, wie unter PHP 8 oder kleiner, so dass die Seite weiterhin funktioniert
Beschreibung
In php 8.1, the Phpminiadmin at Toolbox > SQL throws an mysqli_sql_exception when the query is invalid or the given table name does not exist.¶
Steps to reproduce:
- Install shop on php 8.1
- Navigate to Toolbox > SQL
- Run an invalid query like:
SELECT * FROM INVALID_TABLE_NAME
Expected:
The error message is properly displayed.
Actual:
An "unexpected error" is shown with a stacktrace.
Aktionen