This is a discussion on Error? within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I cant find this one out... Help? The directory /tmp/ has 777 on it, so everything should be accessible. So ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I cant find this one out... Help? The directory /tmp/ has 777 on it, so everything should be accessible. So I thought Warning: SAFE MODE Restriction in effect. The script whose uid is 12571 is not allowed to access /tmp/ owned by uid 0 in /xxx/cache.php on line 82 Fatal error: Call to a member function on a non-object in /xxx/cache.php on line 83 |
|
#2
| ||||
| ||||
| You have php running in safe mode on your server. You have a couple of options, one, dont run php in safe mode. Two, store your mysql sessions in the database, not as files. Both will correct the problem.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Thanks! The sessions are now stored as files. Works GREEAT! |