Projekt

Allgemein

Profil

GX-Bug #70081

Von Hilke Müller vor mehr als 1 Jahr aktualisiert

Bei den Statistiken tritt eine Fehlermeldung auf unter PHP 8.2 (siehe Anhang) Dies kann wie folgt reproduziert werden: 

 1. In der .htaccess im Hauptverzeichnis des Shops PHP 8.2 aktivieren, indem man dort folgende Zeilen dort einträgt: 

 <FilesMatch ".+\.ph(ar|p|tml)$"> 
         SetHandler "proxy:unix:/run/php/php8.2-fpm.sock|fcgi://localhost" 
 </FilesMatch> 

 2. Die .htaccess speichern und erneut auf den Server laden. 
 3. In den Gambio Admin einloggen. 
 4. Den Bereich "Statistiken" aufrufen. Es erscheint eine Fehlermeldung: 

 ______________________ 

 An error message occurs in the statistics overview, when PHP 8.2 is activated in the server. 

 Steps to reproduce: 

 1. Edit the .htaccess file in the main folder of the shop and add the following code: 

 <FilesMatch ".+\.ph(ar|p|tml)$"> 
         SetHandler "proxy:unix:/run/php/php8.2-fpm.sock|fcgi://localhost" 
 </FilesMatch> 

 2. Safe the file and upload it to the ftp server. 
 3. Log into the Gambio Admin. 
 4. Open the section "Statistiken > Übersicht". An error message occurs: 

 ![](fehlermeldung.png)

Zurück