phpmyadmin errors, how to reinstall?

divinelighting

Verified User
Joined
Mar 17, 2008
Messages
108
Server crashed, now have phpmyadmin errors below. Tried ./build phpmyadmin d but didn't work.

Warning in ./libraries/logging.lib.php#62
fopen(./log/auth.log): failed to open stream: Permission denied

Backtrace

./libraries/logging.lib.php#62: fopen(
string './log/auth.log',
string 'a',
)
./libraries/logging.lib.php#90: log_to_file(
string 'divine',
string 'ok',
)
./libraries/common.inc.php#1021: PMA_logUser(string 'divine')
./index.php#12: require_once(./libraries/common.inc.php)
 
Hello,

The issue was fixed with:

Code:
./build rewrite_confs

Somehow apache configuration was missing mod_ruid2 instructions for /var/www/html/phpmyadmin/
 
Back
Top