Ubuntu Server – LAMP und phpMyAdmin installieren

Von | Mai 6, 2023

Quelle: websiteforstudents.com

Fehler in phpMyAdmin mit PHP 8.0
In Datei ./usr/share/phpmyadmin/libraries/classes/Di/[color=red]ReflectorItem.php[/color] ändern:
- $name = $reflectionParam->getClass();
+ $name = $param->getType() && !$param->getType()->isBuiltin() ? new ReflectionClass($param->getType()->getName()) : null;