PDA


View Full Version : Table 'cbforums.links' doesn't exist Error Number : 1146


MorrisMcD
10-06-2006, 09:35 AM
After upgrading to the latest vbalinks, I started getting this error a lot... Whenever you try to look at a members profile, it gives you this error.. I tried to revert the memberinfo template and that did not help... Any ideas.. Please!?!?! :(

Database error in vBulletin 3.6.1:

Invalid SQL:
SELECT COUNT(*) AS count FROM links WHERE userid = '433' AND valid = 1;

MySQL Error : Table 'db.links' doesn't exist Error Number : 1146
Date : Friday, October 6th 2006 @ 08:27:46 AM
Script : http://forums.mydomain.com/member.php?u=433
Referrer :
IP Address : x.x.x.x
Username : Unregistered
Classname : vB_Database

MorrisMcD
10-06-2006, 04:59 PM
Anyone???

MorrisMcD
10-06-2006, 11:05 PM
Nevermind.. Got it fixed.. Was a plugin from awhile ago

ichambers
10-13-2006, 11:51 PM
Do you know which plug in that was because I have the same issue?

Brian
10-15-2006, 06:48 PM
It looks like one to display the number of links a user has in their profile. To get it working with v2.0, you would just need to change the table name in the query from 'links' to 'adv_links'.