Quote:
Originally Posted by SkyCatcher
hmm... I'm using 3.6.3 on my test board and I get a mysql error. The usergroupid variable is null for some reason. This is when trying to publish a new article...
from: /vbnews.php?do=edit
Code:
Invalid SQL:
SELECT userid FROM user
WHERE userid=1 AND (usergroupid= OR FIND_IN_SET('', membergroupids));
MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to
use near 'OR FIND_IN_SET('', membergroupids))' at line 2
Any thoughts?
|
What's your PHP and MySQL versions?