buckyroberts / Social-Network

Open source social network for thenewboston community.
https://www.thenewboston.com/
184 stars 181 forks source link

Failed to read session data #16

Open steveviko opened 6 years ago

steveviko commented 6 years ago

here is the error i keep geting; Warning: session_start(): Failed to read session data: user (path: C:\xampp\tmp) in C:\xampp\htdocs\sites\Social-Network\includes\functions\session.php on line 122

Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in C:\xampp\htdocs\sites\Social-Network\includes\functions\session.php on line 209

am a newbei any idea on how to debug the errors

jonathan-x01 commented 6 years ago

I am also a newbie but not really, I can actually understand php and kind of figure out mistakes but can't create new php though sadly but I think I might help but you do need a program that will show the line number and than go to that line and take a screenshot of the code on line 122 and on line 209.

Heshamnasif commented 6 years ago

in the read function instead of return false; change with return "";