Menu

#2784 (ok 3.1.1) bad session.save_path not detected

3.0.0
fixed
None
1
2013-06-11
2008-10-22
No

in pma 2.11 a bad configured session.save_path triggers an error page:
"Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly."

No such hint in pma 3.x any more, the login just reloads.

simple test (for .htaccess):
php_value session.save_path "/thisDoesntExist"

Discussion

  • Jürgen Wind

    Jürgen Wind - 2008-10-24

    same in scripts/setup.php :
    pma 2.11 -> "Cannot start session ..."
    pma 3.x -> "seems" to work but obviously can not (only creates an empty config file) .

     
  • Marc Delisle

    Marc Delisle - 2008-11-23
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-11-23

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2008-11-23
    • priority: 5 --> 1
    • summary: bad session.save_path not detected --> (ok 3.1.1) bad session.save_path not detected
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-12-09
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed