Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP!, Im a noobi


MickTheFish

Recommended Posts

Posted

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

Posted

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

  • 2 weeks later...
Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...