Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sessions.php


Guest

Recommended Posts

Posted

hi on installing oscommerce that was included on my host server on opening the admin tool i get this error..

 

warning: session_start(): open(/temp/sess_69c5507ba85f33ce6d6340fb10c67793, 0_RDWR) failed permission denied (13)in /home2/simfree/public_html/oscommerce/admin/includes/functions/sessions.php on line 67

 

i have searched the help pages but no luck can anybody help please

'i havent much hair left and i seem to be losing that thanks paul

Posted

two things you could try.

 

1) download oscommerce from this site and install it manualy.

or...

2) chmod your /temp/ directory to 777

 

It looks to me as if your /temp/ folder permissions are wrong so it is it is not able to write to your session directory.

 

Hope this helps

 

Sam

Posted

cheers sam

 

i will give this a go paul.....

Posted

SESSION DIRECTORY DOES NOT EXIST

 

change the last line in the following files

 

catalog/includes/configure.php

admin/includes/configure.php

 

from

define('STORE_SESSIONS', '');

to

define('STORE_SESSIONS', 'mysql');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

hi steve

 

 

thanks that has done the trick if i could ask one more question the site i am building is called http://www.simfree-mobiles.co.uk how do i get the shop to load as the first page . the directory i have stored oscommerce is called oscommerce thanks again ... paul......

Posted

move everything down one directory so at the moment you have www.simfree-mobiles.co.uk/oscommerce/

 

If you move everything down one directory you will have www.simfree-mobiles.co.uk/

 

you then need to alter the two configure.php files admin/includes and oscommerce/includes to reflect the path changes i.e. remove all instances of oscommerce from the path.

 

If you pm me your configs I will ammend the paths for you.

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

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

×
×
  • Create New...