PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
well it didn't take me that long to find out what the problem was. It seems that the default PHP installation session variables weren't correct in the php.ini file.
i have the same problem with you.
I received the same error
Warning: open(/tmp\sess_0d0265cae92fee731444d2a6e03b7f6f, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\test\ptixiaki\index.php on line 4
So i edit the php.ini file
session.save_path = c:/winnt/temp;
I restarted apache web server and i hava again thios error msg
Warning: open(/tmp\sess_0d0265cae92fee731444d2a6e03b7f6f, O_RDWR) failed: m (2) in c:\program files\apache group\apache\htdocs\test\ptixiaki\index.php on line 4
Why the folder tmp didn;t change?
I changed it in the php.ini to c:/winnt/temp;
a restart is only needed if using php as module (in opposition to cgi) and refers to the webserver-software (e.g. apache process) not the entire computer