Log in

View Full Version : Error table "threads"


yeku
12-31-2008, 01:44 PM
Database error in vBulletin 3.7.4:

Invalid SQL:
UPDATE user SET
posts = posts + 1,
lastpost = 1230737930,
lastpostid = 0,
threads = 1
WHERE userid = 1;

MySQL Error : Unknown column 'threads' in 'field list'
Error Number : 1054
Request Date : Wednesday, December 31st 2008 @ 04:38:50 PM
Error Date : Wednesday, December 31st 2008 @ 04:38:50 PM
Script : http://www.mi foro.com/info/newthread.php?do=postthread&f=77
Referrer : http://www.miforo.com/info/newthread.php?do=newthread&f=77
IP Address : xx.xx.xx.xx.x
Username : Admin
Classname : vB_Database
MySQL Version : 5.0.51a-community-log

Hello friends

I have this error in my forum, how can I create this table does not exist?

Thank you

UKBusinessLive
12-31-2008, 02:54 PM
Not saying that it will work, but have you tried to repair / optimize your tables in your AdminCP > Maintenance > Repair / Optimize Tables

Failing that you could also try and repair your database in CPanel

Those are the first two things i'd try

Good luck

;)

Lynne
12-31-2008, 03:20 PM
Try disabling your plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

yeku
01-01-2009, 02:03 AM
<div align="left">Thanks, has been solved by creating a table with mysql</div>

Paul M
01-02-2009, 11:53 AM
Thanks, has been solved by creating a table with mysql
How does creating a table fix a missing column in an existing table ?