when i try to run setup.php I'm getting following errors:
Warning: session_start(): open(/tmp\sess_411b6e896f057a93eb94e332015db2ab, O_RDWR) failed: No such file or directory (2) in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 7
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\localhost\www\mailinglist\phpemaillist\include\header.php:7) in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 7
Notice: Undefined index: userid in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 9
Notice: Undefined index: admin in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 15
Any Idea??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sessions data is stored by default in /tmp your apache seems to be trying to write the session data to /tmpsss.... looks like a mistage in your php.ini file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, I have a similar problem, this is the error message i am getting;
Warning: Smarty error: problem writing temporary file './templates_c//%%200/%%2001463753/45472c1f429be' in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1042
Warning: touch(): Unable to create file ./templates_c//%%200/%%2001463753/index.html.php because No such file or directory in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1575
Warning: fetch(./templates_c//%%200/%%2001463753/index.html.php): failed to open stream: No such file or directory in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1158
Warning: fetch(): Failed opening './templates_c//%%200/%%2001463753/index.html.php' for inclusion (include_path='.:/usr/local/lib/php/') in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1158
Any ideas?
I would really appreciate the help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
when i try to run setup.php I'm getting following errors:
Warning: session_start(): open(/tmp\sess_411b6e896f057a93eb94e332015db2ab, O_RDWR) failed: No such file or directory (2) in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 7
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\localhost\www\mailinglist\phpemaillist\include\header.php:7) in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 7
Notice: Undefined index: userid in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 9
Notice: Undefined index: admin in c:\localhost\www\mailinglist\phpemaillist\include\header.php on line 15
Any Idea??
Sessions data is stored by default in /tmp your apache seems to be trying to write the session data to /tmpsss.... looks like a mistage in your php.ini file
Actually... it looks like you're trying to run this on a Windows box?
c:\localhost\www\mailinglist\phpemaillist\include\header.php
If so, you might want to make sure your sessions directory has the right permissions and it actually exists!
Also,... when using PHP scripting on a Windows box - other include path problems can sometime occur depending on the author.
Cheers
Yeah, I have a similar problem, this is the error message i am getting;
Warning: Smarty error: problem writing temporary file './templates_c//%%200/%%2001463753/45472c1f429be' in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1042
Warning: touch(): Unable to create file ./templates_c//%%200/%%2001463753/index.html.php because No such file or directory in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1575
Warning: fetch(./templates_c//%%200/%%2001463753/index.html.php): failed to open stream: No such file or directory in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1158
Warning: fetch(): Failed opening './templates_c//%%200/%%2001463753/index.html.php' for inclusion (include_path='.:/usr/local/lib/php/') in /usr/www/users/wdynee/mailroom/include/Smarty-2.5.0/libs/Smarty.class.php on line 1158
Any ideas?
I would really appreciate the help.