MickTheFish Posted September 6, 2003 Posted September 6, 2003 Guys I am keen and gettig into this php gear, my problem is I cant get a solid understanding of the layout, I need to edit the pictures and description but i cant fin the links to them, what is the normal page where these are found? sorry if i sound lame :oops: Cheers MickTheFish
Guest Posted September 6, 2003 Posted September 6, 2003 Here's some docs to read 8) http://wiki.oscommerce.com
MickTheFish Posted September 6, 2003 Author Posted September 6, 2003 thankyou, been there and still there, no joy yet, im struggling, i know ioll get there one of these days Cheers MickTheFish
Guest Posted September 6, 2003 Posted September 6, 2003 Read my signature :shock: Yes, you will get there with a little perseverance - if you give a little more information on just what you wish to do, then you have more chance of help on the forums - baby steps - tackle specific problems one at a time Matti
MickTheFish Posted September 18, 2003 Author Posted September 18, 2003 ok... im going great guns, however no matter how many things I try I cannot get rid of the dam error " Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created." Yes I do have the tmp folder in my root with chmod 777 I ahev tried it in every level and even re installed the oscommerce site fully afresh, every thing is sweet, I have checked my permissions and bugger me I still have this error, rrrrrrrrgh lol please help :blink: Cheers MickTheFish
Guest Posted September 18, 2003 Posted September 18, 2003 Hi, I would NOT have a /tmp directory in my root set to chmod 777. The best thing for sessions is to store them in the database. In both catalog and admin includes/configure.php at the bottom change: define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' To: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' And if you read all the information at Wiki, the help docs specifically you will be way ahead.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.