jnrdavo
08-23-2010, 07:32 PM
Hi guys,
Just got this popped up today..
Invalid SQL:
DELETE FROM moderation
WHERE type = 'thread'
AND threadid = 29049;
MySQL Error : Unknown column 'threadid' in 'where clause'
Error Number : 1054
Script : http://www.ozaudi.com/forums/calendar.php?do=update&e=
Referrer : http://www.ozaudi.com/forums/calendar.php?do=add&type=single&c=1&f=18
Looks like since the sql is wrong as 'threadid' doesn't exist anymore, it's called 'primaryid'...
Is this the 'normal' code (calendar.php), or do you think it's an addon?
Just got this popped up today..
Invalid SQL:
DELETE FROM moderation
WHERE type = 'thread'
AND threadid = 29049;
MySQL Error : Unknown column 'threadid' in 'where clause'
Error Number : 1054
Script : http://www.ozaudi.com/forums/calendar.php?do=update&e=
Referrer : http://www.ozaudi.com/forums/calendar.php?do=add&type=single&c=1&f=18
Looks like since the sql is wrong as 'threadid' doesn't exist anymore, it's called 'primaryid'...
Is this the 'normal' code (calendar.php), or do you think it's an addon?