tmyonline Posted February 19, 2008 Share Posted February 19, 2008 Guys, my php program outputs this error: Warning: session_start() [function.session-start]: Node no longer exists in C:\Program Files\xampp\htdocs\index.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Program Files\xampp\htdocs\index.php:2) in C:\Program Files\xampp\htdocs\index.php on line 2 Thanks. Link to comment https://forums.phpfreaks.com/topic/91824-do-you-understand-this-error/ Share on other sites More sharing options...
AndyB Posted February 19, 2008 Share Posted February 19, 2008 starting point, in the absence of any of your code: http://www.google.com/search?q=Node+no+longer+exists&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a Link to comment https://forums.phpfreaks.com/topic/91824-do-you-understand-this-error/#findComment-470297 Share on other sites More sharing options...
timmy0320 Posted February 19, 2008 Share Posted February 19, 2008 Is there ANYTHING at all before your session_start(); ? Blank links, etc. even check your includes. Link to comment https://forums.phpfreaks.com/topic/91824-do-you-understand-this-error/#findComment-470300 Share on other sites More sharing options...
cyrixware Posted February 19, 2008 Share Posted February 19, 2008 Can we see the codes? Link to comment https://forums.phpfreaks.com/topic/91824-do-you-understand-this-error/#findComment-470301 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.