Jump to content

phpMyAdmin On Vista slight glitch with sessions


nadeemshafi9

Recommended Posts

hello guys

 

i have installed on vista IIS all the stuff and PHP binary and MySql, php_info() shows, mysql is ok

 

when i put in phpMyAdmin with a solid config cookies are set

 

i get the error

 

phpMyAdmin - canot start session without errors please check you php or webserver log file and configure your php installation properly

 

any help thanks

Link to comment
Share on other sites

After some googling, it appears that this error is due to a problem with the session.save_path directive in php.ini.

 

Make sure that it's set to a valid directory and that the IIS guest user (IUSR_yourcomputername) has permission to write to that directory.

Link to comment
Share on other sites

on mu iis6 it created session data on xp in the c:\tmp dir and it didnt need permissions, anyways i created a directory and pointed the session.savpath c:/intpub/wwwroot/session to it, phpmyadmin is showing a different more better fuller error latley.

 

i whent to the dir c:/intpub/wwwroot/session and gave IIS_IUSR full permission on it by right click th dir and properties.

 

this is what php admin says now

 

Cookies must be enabled past this point.

Warning: Unknown: open(c:\intpub\wwwroot\session\sess_m8qhbkglag6fge1mk09qsh7ml5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

 

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (N;c:\intpub\wwwroot\session) in Unknown on line 0

PHP Warning: Unknown: open(c:\intpub\wwwroot\session\sess_m8qhbkglag6fge1mk09qsh7ml5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (N;c:\intpub\wwwroot\session) in Unknown on line 0

Link to comment
Share on other sites

i put that there myself, it tells u to, but i removed it and it still does the same, it just cant create the sessions, it wont allow it, the wwwroot directory is so protected even when i create a directory or delete a file in wwwroot it asks me to grant permissions to my own action

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.