osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

I must be stupid!

This is a discussion on I must be stupid! within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; I read and read and read for the last week, so tonight I try to install max and here's what ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-08-2004, 07:26 PM
Active Member
 
Join Date: Feb 2004
Posts: 174
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
Kristine is an unknown quantity at this point
Default I must be stupid!

I read and read and read for the last week,
so tonight I try to install max and here's what I get:
Store:
It's there but with errors
Quote:
arning: session_start(): open(/tmp\sess_c51a4f6c29609a0df10cbe517a8c4ba4, O_RDWR) failed: No such file or directory (2) in c:\web\catalog\includes\functions\sessions.php on line 67

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\web\catalog\includes\functions\sessions.php:67) in c:\web\catalog\includes\functions\sessions.php on line 67

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\web\catalog\includes\functions\sessions.php:67) in c:\web\catalog\includes\functions\sessions.php on line 67
Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.
Admin:
it's not even there, just a big page of errors!
Quote:
Warning: session_start(): open(/tmp\sess_8a53f8be9144b813291a3ea6df336df4, O_RDWR) failed: No such file or directory (2) in c:\web\catalog\admin\includes\functions\sessions.p hp on line 67

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\web\catalog\admin\includes\functions\sessions.p hp:67) in c:\web\catalog\admin\includes\functions\sessions.p hp on line 67

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\web\catalog\admin\includes\functions\sessions.p hp:67) in c:\web\catalog\admin\includes\functions\sessions.p hp on line 67

Warning: Cannot modify header information - headers already sent by (output started at c:\web\catalog\admin\includes\functions\sessions.p hp:67) in c:\web\catalog\admin\includes\functions\general.ph p on line 86

Warning: Unknown(): open(/tmp\sess_8a53f8be9144b813291a3ea6df336df4, 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
I *thought* I followed the directions to the letter??
this is a local install btw. mysql/phpmyadmin/apache
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-08-2004, 11:53 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,091
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Kristine, you are on windows, you can create a c:\tmp dir and make it writable, or you can store sessions in the database.

Both will solve your issue.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-09-2004, 05:45 AM
Active Member
 
Join Date: Feb 2004
Posts: 174
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
Kristine is an unknown quantity at this point
Default

ok, I'll try that, thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-09-2004, 05:51 AM
Active Member
 
Join Date: Feb 2004
Posts: 174
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
Kristine is an unknown quantity at this point
Default

alrighty, that worked! Thanks again, for some reason I thought the /tmp folder was supposed to be in my c:/web ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-12-2004, 02:33 PM
Anonymous
Guest
 
Posts: n/a
Default sorry does not work

Quote:
Originally Posted by msasek
Kristine, you are on windows, you can create a c:\tmp dir and make it writable, or you can store sessions in the database.

Both will solve your issue.
sorry but i tried to make a dir on c and d (drive:\tmp but nothing seems to work!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 03-13-2004, 09:44 AM
New Member
 
Join Date: Jan 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
obewanz
Default

You'll also need to check your php.ini file located in the winnt directory and make sure it is set correctly as well.
OPTION 1:

[[clipped for brevity]]
; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
session.save_path = D:\inetpub\PHP\
[[clipped for brevity]]

Then you could create your tmp folder under the PHP folder which also would cause the variable files to remain outside your web directory, but not on your system drive.

OPTION 2:
Erase the value in the settings field manually then start the application.

NOTE:
It is NOT recommended to use the store sessions to files if you are running a virtual machine with multiple stores, regardless of whether they are production and/or test stores. <-- I read this somewhere...

Good Luck!
Obewan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Kind of a stupid question andyjamison osCMax v2 Features Discussion 2 09-03-2006 06:58 AM
This might be a stupid question, but... akisok2 osCommerce 2.2 Discussion 3 05-05-2006 11:27 AM
Stupid question on OSC Version Melissa osCMax v1.7 Discussion 1 12-26-2004 03:32 PM
stupid bit of easy code groggory osCMax v1.7 Discussion 7 11-29-2004 02:30 PM
Maybe Stupid Question? Where to Download 1.5? ryanmhubbard osCMax v1.7 Discussion 2 09-05-2004 06:16 AM


All times are GMT -8. The time now is 04:05 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax