Hello,
I am currently using:
IIS 5.0
mysql-4.0.12-win
php-4.3.1-Win32
rrdtool-1.0.35.x86distr
cacti-0.6.8a.tar
I completed the installation process, but I was hoping someone could assist me with the following errors:
Warning: session_start() [function.session-start]: open(/tmp\sess_725461fc608e60e4137c2688ddbe7493, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\cacti\include\auth.php on line 30
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\cacti\include\auth.php:30) in c:\inetpub\wwwroot\cacti\include\auth.php on line 30
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\cacti\include\auth.php:30) in c:\inetpub\wwwroot\cacti\include\auth.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\cacti\include\auth.php:30) in c:\inetpub\wwwroot\cacti\auth_login.php on line 87
Warning: Unknown(): open(/tmp\sess_725461fc608e60e4137c2688ddbe7493, 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
***END***
I am using NTFS and I have checked the security settings, but I'm not sure if I have completed this task properly??? I have assigned an I_USR_cacti to have both RW access to the log/ and rra/ subdir.
A response would be greatly appreciated.
Thanks,
Bdub
Win2K Cacti Login Quetion:
Moderators: Developers, Moderators
RE: Issue Solved!!!
If you have ever encountered this situation here's what I did:
set the session.save_path in the php.ini to your temp directory (e.g. c:\winnt\temp). Otherwise php will crash when calling session_start()
Make sure you give your Internet user account (usually IUSR_MACHINENAME) "Modify" access to the session.save_path directory. Otherwise session_start() will silently - and oh, so slowly - fail.
above solutions provided by: http://www.php.net/manual/en/function.session-start.php
-Bdub
set the session.save_path in the php.ini to your temp directory (e.g. c:\winnt\temp). Otherwise php will crash when calling session_start()
Make sure you give your Internet user account (usually IUSR_MACHINENAME) "Modify" access to the session.save_path directory. Otherwise session_start() will silently - and oh, so slowly - fail.
above solutions provided by: http://www.php.net/manual/en/function.session-start.php
-Bdub
Who is online
Users browsing this forum: No registered users and 5 guests