confusedcart Posted February 13, 2007 Share Posted February 13, 2007 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 More sharing options...
jasonabc Posted February 14, 2007 Share Posted February 14, 2007 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 Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.