Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SESSION ERROR PLUS A WHOLE MESS OF CODE!!!


confusedcart

Recommended Posts

Hi,

 

I just purchased an OS commerce template. I installed on a LOCAL server with no problem. Sorted out the configuration and install problems. But get left with this:

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

 

 

Also tried accessing http://localhost/shop/admin and I get this mess:

 

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

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\wamp\www\shop\admin\includes\functions\sessions.php:67) in C:\wamp\www\shop\admin\includes\functions\sessions.php on line 67

 

Fatal error: Cannot re-assign $this in C:\wamp\www\shop\admin\includes\classes\upload.php on line 31

 

Warning: Unknown: open(/tmp\sess_fc749a9c00060aa87f30f6c90fa71a7c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

 

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

 

 

On the index page my site displays but I get code around the Categories and code around the cart and currency. It is so CONFUSING. This is what it looks like:

catalog_languages); while (list($key, $value) = each($lng->catalog_languages)) { $languages_string .= $languages_string ? ' ' : ''; $languages_string .= '' . tep_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name']) . ' '; } echo $languages_string; ?>

 

 

And theres more around the categories section...

 

PLEASE HELP ME SOMEONE, ANYONE!!!

Link to comment
Share on other sites

You will not get much support for OSC templates here. Most templates are buggy, badly coded and use old versions of OSC.

 

See here for the session directory problem: http://www.oscommerce.com/forums/lofiversion/i...php/t79683.html

 

and here for the fatal error: http://www.oscommerce.com/forums/index.php?showtopic=177004

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...