Reputation: 1116
I'm using Windows 7 with an Administrator account. I have Xampp installed at C:\xampp.
I have the same problem that this situation, and I tried:
My xampp and tmp folder are now probably the unsafest folder in my computer, but I still get
Warning: session_start() [function.session-start]: open(\xampp\tmp\sess_1fcpeje5cqaopevmlclif9ejc0, O_RDWR) failed: No such file or directory (2)
Which I think it means that the folder is still not writable. My code is just as
<?php
session_start();
....
>
Upvotes: 5
Views: 9417
Reputation: 79
Now, you can do follow some step:
Good luck
Upvotes: 7
Reputation: 1
If all failed try install your wamp or xamp on d drive or any other drive but c. this will guarantee permission on normal drives.
Upvotes: 0