Quote:
Originally Posted by Nirjonadda
Not working get database error ?
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT authon FROM vbliam_sll WHERE userid='3';
MySQL Error : Table 'user_forumdata.vbliam_sll' doesn't exist
Error Number : 1146
Request Date : Sunday, October 21st 2012 @ 11:14:12 PM
Error Date : Sunday, October 21st 2012 @ 11:14:13 PM
Classname : vB_Database
MySQL Version : 5.1.65-cll
|
Hmm. I shall look into this.
It looks like the table has been made without the prefix. Should be an easy fix.
Please could you open phpmyadmin and do a table search for liam_sll and tell me what it is actually called, and then execute this SQL query, then try using the mod again?
Code:
RENAME TABLE `liam_sll` TO `vbliam_sll`