Projekt

Allgemein

Profil

Aktionen

GX-Bug #70162

geschlossen

Phpminiadmin throws unexpected error in Php 8.1

Von Josua Michalak vor mehr als 1 Jahr hinzugefügt. Vor mehr als 1 Jahr aktualisiert.

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:

  1. Install shop on php 8.1
  2. Navigate to Toolbox > SQL
  3. 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

Auch abrufbar als: Atom PDF