1

My phpmyadmin on a USB drive (I'm using EasyPHP Wamp ) is giving the following:

phpMyAdmin - Error
Cannot start session without errors, please check errors given in your PHP and/or webserver log   file and configure your PHP installation properly.

following Cannot start session without errors in phpMyAdmin

I have cleared my browser cache, but its still not working. Now I want to check where session.save_path points to. In php.ini I see

session.save_path = "${path}/tmp"

I have my wamp on a USB key named F:. does the above in this context mean F:/tmp ?

Community
  • 1
  • 1
user1592380
  • 34,265
  • 92
  • 284
  • 515
  • AFAIK `${path}` doesn't get expanded nativly. there must be something else running on top of it to creating a final ini file when the server starts – DevZer0 Jul 18 '13 at 02:00

0 Answers0