Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Question about installation


kevincheng

Recommended Posts

Posted

After installation, I found the following message. I really don't know how to fix it.

 

Warning: session_start() [function.session-start]: open(/tmp\sess_ed5d9d4a9bcdc7b08dc7a0e77d9d5295, O_RDWR) failed: No such file or directory (2) in D:\usr\www\includes\functions\sessions.php on line 67

Warning: I am able to write to the configuration file: Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

 

Thank you for your help.

Posted
hmm somehow it got fixed by it self www.cgfcreations.net/catalog

 

Not really, look at the red warning on the top of the screen

 

Change this line in includes/configure.php

 

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'

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Archived

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

×
×
  • Create New...