Undefined variables
I use xampp and sometimes when I try to load up a page I get a weird SQL error. It doesn't happen every time but is still annoying. I use PHP 5.6.36.
I also get some of these on some pages: Notice: Undefined variable: p in C:\xampp\htdocs\ch\imgboard.php on line 259
Notice: Undefined variable: accname in C:\xampp\htdocs\ch\imgboard.php on line 1320
Notice: Undefined variable: accpassword in C:\xampp\htdocs\ch\imgboard.php on line 1320
Notice: Undefined variable: acccapcode in C:\xampp\htdocs\ch\imgboard.php on line 1320
Notice: Undefined variable: accdel in C:\xampp\htdocs\ch\imgboard.php on line 1320
Notice: Undefined variable: accban in C:\xampp\htdocs\ch\imgboard.php on line 1320
Notice: Undefined variable: acccap in C:\xampp\htdocs\ch\imgboard.php on line 1320
Notice: Undefined variable: accacc in C:\xampp\htdocs\ch\imgboard.php on line 1320
Can you tell me the specific SQL error? The undefined variables are something that I've been aware of for a while. They're quite an easy fix: go through the code and make sure they exist before using them, which I intend on doing sometime in the future. You can safely ignore the errors for now.
Your first and main error should now be resolved. I'm keeping this issue open for the undefined variables, which I really should fix some time.
Thank you! It works now.