Connecting Tech Pros Worldwide Forums | Help | Site Map

Hi New to PHP and got a probs

Newbie
 
Join Date: Oct 2006
Posts: 1
#1: Oct 9 '06
Hi All,

I m new to PHP and when I loaded my site on local machine gives me error...

Warning: session_start() [function.session-start]: open(/tmp\sess_478fb75ec741f8032b9d415973a2409b, O_RDWR) failed: No such file or directory (2) in C:\web\www.houseofbargains.com\includes\functions\ sessions.php on line 67

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\web\www.houseofbargains.com\includes\functions\ sessions.php:67) in C:\web\www.houseofbargains.com\includes\functions\ sessions.php on line 67

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\web\www.houseofbargains.com\includes\functions\ sessions.php:67) in C:\web\www.houseofbargains.com\includes\functions\ sessions.php on line 67
Warning: I am able to write to the configuration file: C:/web/www.houseofbargains.com/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.
Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.





CAN ANYBODY PLEASE TELL ME WHTS WRONG WITH CODES/FILES.....


THANKS
PR@VIN

Newbie
 
Join Date: Oct 2006
Posts: 1
#2: Oct 9 '06

re: Hi New to PHP and got a probs


Have a look at line 67 of sessions.php there a file or directory name there that the script cannot find (might be miss spelt). Also need to check that yu have permission to access the file or folder.
Reply


Similar PHP bytes