Does anyone know why i get this php warning in my site
open(/tmp\sess_03416739e8d8712a1489aa6bb6bdf19d, O_RDWR)" failed ?
I tried everthing i dont know why i keep getting this warning ?
Anything that has to do with website coding, HTML, XHTML, DHTML, CSS, PHP, PERL, ASP, ColdFusion, C++ and so on.
Php Warning
Does anyone know why i get this php warning in my site
open(/tmp\sess_03416739e8d8712a1489aa6bb6bdf19d, O_RDWR)" failed ? I tried everthing i dont know why i keep getting this warning ?
Re: Php Warning
It seems your script has a directory called "tmp" and it has not given the right permissions.
Check your root directory for tmp and apply chmod 777 If that directory does not exists, create it manually and proceed with chmod, that should do the trick
Re: Php Warning
does the warning ever have your site or script not working due to this warning? they are normally a session log (not sure though). chmod as stated above by trusted writer will do the trick
Re: Php Warning
This is not that hard to cope with. If you are running on windows you need to make a change to the default php.ini file to define where session files have to be written. The thing you have to edit look like this:
session.save_path = /tmp You have to make it point to your temp directory. Good luck.
4 posts • Page 1 of 1
Php WarningWho is onlineUsers browsing this forum: No registered users and 0 guests |