--- litchcockbell <[EMAIL PROTECTED]> wrote:
> 
> 
> Hi everyone,
>  
[[snip]]
  
> Now I have a whole new set of weird error notices after installing
> a 
> different version of Apache and PHP (Apache 2.0.47 & php 4.3.3)
> ===========
>  Warning: session_start():
> open(/tmp\sess_54d21fe98c5dad4ff7a80889fcecfabf, O_RDWR) failed: No
> such file or directory (2) in
> C:\Apache2\Apache2\htdocs\examples\login.php on line 1

The is likely caused by PHP trying to write to a directory called
/tmp that does not exist on your system. You have two choices.
Cofigure Apache to use a temp directory you do have, or create a tmp
folder. The later is, IMHO, better becase then you only have apache
session data in your /tmp folder. Just create a folder in your root
directory called tmp. So it would be ither c:\tmp, d:\tmp, or
whatever is root to your apache install.

Don't worry about the slashes. It works fine with the forward slash.

> 
> Warning: session_start(): Cannot send session cookie - headers
> already
> sent by (output started at
> C:\Apache2\Apache2\htdocs\examples\login.php:1) in
> C:\Apache2\Apache2\htdocs\examples\login.php on line 1
> 
> Warning: session_start(): Cannot send session cache limiter -
> headers
> already sent (output started at
> C:\Apache2\Apache2\htdocs\examples\login.php:1) in
> C:\Apache2\Apache2\htdocs\examples\login.php on line 1
> 

I believe James addressed this issue thoroughly.


Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to 
death to defend everyone else's right to the same thing.
***************************************


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.yahoo.com



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to