The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Database error, plz help me
My website is working but when I login to admincp and click on Scheduled Task Manager, it say:
Code:
Database error in vBulletin 3.7.4: Invalid SQL: SELECT cron.*, IF(product.productid IS NULL OR product.active = 1, cron.active, 0) AS effective_active FROM cron AS cron LEFT JOIN product AS product ON (cron.product = product.productid) ORDER BY effective_active DESC, nextrun; MySQL Error : Unknown column 'cron.active' in 'field list' Error Number : 1054 Request Date : Monday, November 17th 2008 @ 11:45:37 PM Error Date : Monday, November 17th 2008 @ 11:45:37 PM Script : http://forum.xxxx.com/admincp/cronadmin.php?do=modify Referrer : http://forum.xxx.com/admincp/index.php?do=nav IP Address : 117.xxx.xxx.xxx |
#2
|
||||
|
||||
Take a look at your database (using phpMyAdmin or whatever your webhost has supplied for you) - the cron table. Do you have a column named active in there?
|
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Hmmmm, perhaps try optimize/repair on the table? That's a standard vb query and if the column is there, I'm not sure why you would get the error.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|