Hi,
I recently set up phpMyAdmin on my win xp pro and when I click on the following link
http://localhost/phpMyAdmin-2.9.0.2-english/index.php I get the errors:
Warning: session_write_close() [function.session-write-close]: open(C:\Inetpub\wwwroot\sessiondata\sess_dedf7f83f3947b549c85e40fe652fb2c, O_RDWR) failed: Permission denied (13) in c:\inetpub\wwwroot\phpMyAdmin-2.9.0.2-english\index.php on line 44
Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\Inetpub\wwwroot\sessiondata) in c:\inetpub\wwwroot\phpMyAdmin-2.9.0.2-english\index.php on line 44
I’ve tried changing information in the config.ini.php file but nothing seems to get rid of the errors. I’ve tried to search on the net info regarding these errors but nothing has come up so can anyone advise me was to what it going wrong.
I’ve recently set up on my 3 week old win xp pc php 4.4.4 Mysql 5 and myadmin above.
This is what I have in my config file:
$i=0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '*****';
I’m only testing locally and will never venture beyond that.
Thanks
B