Page 1 of 1

Mandriva 2010 phpmyadmin session could not be started

PostPosted: 18. January 2010 13:20
by rgoessen
I modified session.inc.php in the following way:

// if ($r !== true || $orig_error_count != $GLOBALS['error_handler']->countErrors()) {
if ($r !== true ) {
setcookie($session_name, '', 1);
PMA_fatalError('strSessionStartupErrorGeneral');


Now I can work with phpmyadmin

roger