Quote:
Originally Posted by smooth-c
As previously mentioned - Nothing changed prior to these problems. It appears calendarid is there, but it looks slightly out of place. It's underlined, the only one that is out of all of them.
By the way, my table prefix for vBulletin is vb_
|
It looks like the error you are getting is referring to another table, without prefix:
Code:
MySQL Error : Unknown column 'calendar.calendarid' in 'field list'
Because if it referred to the table that you posted at the screenshot, the error message would have said:
Code:
MySQL Error : Unknown column 'vb_calendar.calendarid' in 'field list'
Just like it is mentioned at the query. You see the difference?