Guest Posted March 10, 2003 Share Posted March 10, 2003 Hi, Almost got it! :shock: But I get these errors on top of the page: Warning: is_dir() [function.is-dir]: SAFE MODE Restriction in effect. The script whose uid is 548 is not allowed to access /tmp owned by uid 0 in /home/virtual/site46/fst/var/www/html/catalog/catalog/includes/header.php on line 30 Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. If someone is interested to help, you can see for your self at: skrall.com/catalog/catalog/ Thank you a lot! (In advance) :wink: :wink: -L Link to comment Share on other sites More sharing options...
toolcrazy Posted March 10, 2003 Share Posted March 10, 2003 It's not OSC. It is your shared server. OSC is looking for a tmp/ dir in the server root dir. And PHP Safe Mode won't allow that. You need to contact your provider with the error message and see if they can add /tmp/ to your open_basedir path in your php.conf file. You also need to place a /tmp/ dir in your catalog root and chmod it to 777. You also may want to change your install so all your catalog files are in your space root dir and get rid of the /catalog/catalog. So you get yourdomain.com/default.php instead of yourdomain.com/catalog/catalog/default.php Steve ------------------------- Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.