Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

running a test shop on home computer


acharme

Recommended Posts

I got a little tired of blowing my online shop sky high every time I wanted to install a contribution, and after hunting the forums, easyphp or xampp looked like the way to go. So. I have easy php installed, tested and working lovely. I have a fresh install of oscommerce and a clean database. But I am getting errors on the home page! Errors follow:

 

Warning: session_start(): open(/tmp\sess_90f896009c11a0a1d5382d44514b1563, O_RDWR) failed: No such file or directory (2) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 97

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at k:\easyphp1-8\www\shop\includes\functions\sessions.php:97) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 97

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at k:\easyphp1-8\www\shop\includes\functions\sessions.php:97) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 97

Warning: session_write_close(): open(/tmp\sess_90f896009c11a0a1d5382d44514b1563, O_RDWR) failed: No such file or directory (2) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 136

Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in k:\easyphp1-8\www\shop\includes\functions\sessions.php on line 136

 

I have similar errors on the admin page. I have hunted the functions\sessions.php for spaces and line breaks. This is a completely fresh install. Would love a clue where I am supposed to go with this? :'(

learn...love...laugh...live

Link to comment
Share on other sites

Look at these two files

catelog/includes/configure.php

catelog/admin/includes/configure.php

 

for this line:

 

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

If it is not set to mysql change it and see if that works.

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...