Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

/tmp


tunnelvision

Recommended Posts

Posted

Alright just installed osCommerce on my localhost and theres a couple of errors

 

1)Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. --How do you create this?--

 

and 2) Warning: I am able to write to the configuration file: configure.php. This is a potential security risk - please set the right user permissions on this file. --How do you set the user permissions, is it through the config menu?

 

Cheers tv :)

Posted

1.) 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');

 

2.) change the permission for the file using an ftp program set permissions to CHMOD 644 if you still get the message then use CHMOD 444 read only state

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...