Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Just in stall and get this error


Guest

Recommended Posts

Posted

PHP Warning: session_start(): open(/tmp\sess_b96505a74d72108952d6017bdc561d3b, O_RDWR) failed: No such file or directory (2) in C:\Domains\viewcon.co.uk\wwwroot\catalog\includes\functions\sessions.php on line 67 PHP Warning: session_write_close(): open(/tmp\sess_b96505a74d72108952d6017bdc561d3b, O_RDWR) failed: No such file or directory (2) in C:\Domains\viewcon.co.uk\wwwroot\catalog\includes\functions\sessions.php on line 106 PHP Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in C:\Domains\viewcon.co.uk\wwwroot\catalog\includes\functions\sessions.php on line 106

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.

  • 1 year later...
Posted

I am having the same problem.

 

Accept i stated with the error when i had 'mysql' on...

 

Notice: Undefined variable: cPath in C:\Inetpub\Spool_Imports\catalog\index.php on line 12

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Inetpub\Spool_Imports\catalog\index.php:12) in C:\Inetpub\Spool_Imports\catalog\includes\functions\sessions.php on line 76

  • 10 months later...

Archived

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

×
×
  • Create New...