smokybobo
09-23-2002, 01:24 PM
On a simple demo php site that I've coded, I keep getting the following error when doing anything related to session handling:
Warning: open(/tmp/sess_86f3329f1977ff60ba110fc0a0952c14, O_RDWR) failed: Permission denied (13)
At first I thought that the culprit would be wrong permissions on the /tmp folder on the web server the site is on, but the ISP doing the hosting assures me that the permissions are what they should be. Unfortunately, any and all google searches only show this problem for people running php on windows.
Any ideas on what else to ask the ISP admins to check if it could even remotely be a problem at their end? I've never come up with this problem during the development on my machine. Quite probably it's something really obvious that I'm overlooking here (as is almost always the case when something like this happens to me :( )...
Warning: open(/tmp/sess_86f3329f1977ff60ba110fc0a0952c14, O_RDWR) failed: Permission denied (13)
At first I thought that the culprit would be wrong permissions on the /tmp folder on the web server the site is on, but the ISP doing the hosting assures me that the permissions are what they should be. Unfortunately, any and all google searches only show this problem for people running php on windows.
Any ideas on what else to ask the ISP admins to check if it could even remotely be a problem at their end? I've never come up with this problem during the development on my machine. Quite probably it's something really obvious that I'm overlooking here (as is almost always the case when something like this happens to me :( )...