PDA

View Full Version : Error: Deelte from moderation where type = 'thread'


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?

Lynne
08-24-2010, 02:55 AM
It's from an add-on or you didn't upload the correct files your your version of vbulletin.

jnrdavo
08-24-2010, 08:22 PM
It's from an add-on or you didn't upload the correct files your your version of vbulletin.

Thanks, gathered that much :)

Just search the xml content in all my addins and it was the following one:

product-bbr_vb_eventforums.xml

Will look for a solution (see if they have an update).... Hopefully this will help somebody else :-)