Page 1 of 1

fatal error?

PostPosted: 30. June 2017 19:02
by josh
What does this message mean? And what should I do to resolve the issue?


Warning: dir(c:/xxampp/htdocs/SQL,c:/xxampp/htdocs/SQL): The system cannot find the path specified. (code: 3) in C:\xampp\htdocs\SID\sid.php on line 353

Warning: dir(c:/xxampp/htdocs/SQL): failed to open dir: No such file or directory in C:\xampp\htdocs\SID\sid.php on line 353

Fatal error: Call to a member function read() on a non-object in C:\xampp\htdocs\SID\sid.php on line 355

Re: fatal error?

PostPosted: 30. June 2017 19:20
by Altrea
josh wrote:What does this message mean?

Warning: dir(c:/xxampp/htdocs/SQL,c:/xxampp/htdocs/SQL): The system cannot find the path specified. (code: 3) in C:\xampp\htdocs\SID\sid.php on line 353

very self speaking error message i think.

josh wrote:And what should I do to resolve the issue?

Check the path used at the line of code the error message mentioned.

Re: fatal error?

PostPosted: 01. July 2017 11:01
by Nobbie
Cant you see your typo?? I saw it after 1 second - you wrote "c:/xxampp/.." in the dir()-function call, there is an xx in "xxampp" instead of "xampp"! That folder does not exist (and thats what the error says).