I've got the linpha system going except when I use session.php I get some errors:
Warning: session_start(): open(/tmp\sess_89aeb1212ff340e3d93703dd96c8e812, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php:26) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php:26) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26
I use the following server:
- WINDOWS XP SP2
- APACHE 2.0.52
- MySQL server 4.1
- PHP 4.3.10
- Linpha-1.0beta3
I got the idea that the files that session.php includes create output en that is not accepted.
(sorry for my english)
Any idea????
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-02-21
you probably don't have configured php correctly
change session.save_path in your php.ini to a correct value (/tmp is only for linux)
greets flo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've got the linpha system going except when I use session.php I get some errors:
Warning: session_start(): open(/tmp\sess_89aeb1212ff340e3d93703dd96c8e812, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php:26) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php:26) in C:\Program Files\Apache Group\Apache2\htdocs\linpha-1.0beta3\include\session.php on line 26
I use the following server:
- WINDOWS XP SP2
- APACHE 2.0.52
- MySQL server 4.1
- PHP 4.3.10
- Linpha-1.0beta3
I got the idea that the files that session.php includes create output en that is not accepted.
(sorry for my english)
Any idea????
you probably don't have configured php correctly
change session.save_path in your php.ini to a correct value (/tmp is only for linux)
greets flo