skip to Main Content

phpMyAdmin not working After Fresh install with apache2

when i try to access the phpmyadmin page i receive the following error: <?php declare(strict_types=1); use PhpMyAdminRouting; if (! defined('ROOT_PATH')) { // phpcs:disable PSR1.Files.SideEffects define('ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR); // phpcs:enable } global $route, $containerBuilder; require_once ROOT_PATH . 'libraries/common.inc.php'; $dispatcher =…

VIEW QUESTION
Back To Top
Search