Perad Posted January 9, 2008 Share Posted January 9, 2008 Warning: session_start() [function.session-start]: open(/var/folders/mH/mHXoxuzxE0yqfx22D7YRD++++TI/-Tmp-//sess_090eb824927d276bf53153f40d2aeb90, O_RDWR) failed: Permission denied (13) in /Applications/xampp/xamppfiles/htdocs/JasonHome/index.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /Applications/xampp/xamppfiles/htdocs/JasonHome/index.php:2) in /Applications/xampp/xamppfiles/htdocs/JasonHome/index.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /Applications/xampp/xamppfiles/htdocs/JasonHome/index.php:2) in /Applications/xampp/xamppfiles/htdocs/JasonHome/index.php on line 2 Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/ Share on other sites More sharing options...
revraz Posted January 9, 2008 Share Posted January 9, 2008 Sounds like you can't write to the session save path. Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/#findComment-434588 Share on other sites More sharing options...
Perad Posted January 9, 2008 Author Share Posted January 9, 2008 How would I resolve this problem. I just updated my OS Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/#findComment-434593 Share on other sites More sharing options...
revraz Posted January 9, 2008 Share Posted January 9, 2008 Allow write permissions to that path or change the path that has write permissions. Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/#findComment-434625 Share on other sites More sharing options...
drummer101 Posted January 9, 2008 Share Posted January 9, 2008 Cannot send session cookie - headers already sent turn on ob_start() Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/#findComment-434644 Share on other sites More sharing options...
redarrow Posted January 9, 2008 Share Posted January 9, 2008 Cannot send session cookie - headers already sent turn on ob_start() sorry but ob_start() is a buffer function for php and it does not solve the problam but it corrects the error..........please remember that if using session please have no <?php<<< whight spaces and never have any html above the session_start() function Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/#findComment-434655 Share on other sites More sharing options...
revraz Posted January 9, 2008 Share Posted January 9, 2008 Once he can write the session, the header error should go away. Cannot send session cookie - headers already sent turn on ob_start() Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/#findComment-434662 Share on other sites More sharing options...
Perad Posted January 9, 2008 Author Share Posted January 9, 2008 Thanks for the help. In the end I uninstalled XAMPP and restarted and reinstalled it. Quote Link to comment https://forums.phpfreaks.com/topic/85182-solved-what-does-this-mean/#findComment-434673 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.