Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie needs help


pascal.a

Recommended Posts

Hi

I am installing osComerce for the first time and now getting these errors:

Warning: I am able to write to the configuration file: /data/members/paid/r/a/race-experience.net/htdocs/www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.

 

?Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

 

Can somebody tell me what to do?

 

Thanks

Link to comment
Share on other sites

Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

 

as it says no temp directory this is where the sessions info is stored you do not need to worry about this warning but if you are this can be enabled or disabled from the admin panel

 

the chmod 644 is the read write execute status of the configure.php this needs to be set for both catalog\includes\configure.php and admin\includes\configure.php

 

644 is

individual(user)- read write

group- read

everyone(other)- read

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.

Link to comment
Share on other sites

Thank you for the fast reply

But i don't know what u mean by this, and please tel me wat the second warning means.

Create a tmp directory in your document root, or set the following in your admin and catalog includes/configure.php files:

 

  define('STORE_SESSIONS', 'mysql');

 

Use your FTP program or webserver control panel to set permissions on your configure.php files - set permissions to 644.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...