Log in

View Full Version : Profile: Go Advanced issue


crkgb
07-23-2008, 02:48 AM
Hello. Please help to solve this thing which I have no explanation for. I have not changed anything in the DB.

To the problem.

In the user profile in the area where personal messages are left there is a button "Go Advanced". Well now istead of taking me to the full size editor it gives me an error

Database error in vBulletin 3.7.1:

Invalid SQL:
SELECT userid, relationid, type from userlist where userid=1 AND relationid=2;

MySQL Error : Table 'russianwavbdb.userlist' doesn't exist

Please help

PaulSonny
07-23-2008, 05:38 AM
Basically that error message means that there is no userlist table or it cannot find it.

I would suggest going into your database manager (most likely phpmyadmin) and check whether the userlist table still exists.

Thanks, Paul.

Marco van Herwaarden
07-23-2008, 08:03 AM
Can you please provide the URL so we can see the full error message?

crkgb
07-24-2008, 01:53 AM
The table does exist
rwvb_userlist

PM sent to Marco Van Herwaarden due to the test site being password protected in accordance with vb instructions

Marco van Herwaarden
07-24-2008, 09:24 AM
If you can not post the URL here, then a copy of the full error message might also do.

PS If the table rwvb_userlist does exist, then i guess that you have installed a modification that does not work with table prefixes. Contact the author for a solution.

crkgb
07-24-2008, 11:58 PM
Thank You,

Here is a complete error message:

Database error in vBulletin 3.7.1:

Invalid SQL:
SELECT userid, relationid, type from userlist where userid=1 AND relationid=2;

MySQL Error : Table 'russianwavbdb.userlist' doesn't exist
Error Number : 1146
Request Date : Wednesday, July 23rd 2008 @ 07:46:50 PM
Error Date : Wednesday, July 23rd 2008 @ 07:46:51 PM
Script : http://www.russianwa.com/testvb/visitormessage.php?do=message
Referrer : http://www.russianwa.com/testvb/member.php?u=1
IP Address : 76.121.xxx.xx
Username : User1
Classname : vB_Database
MySQL Version : 5.0.51a-3ubuntu5.2-log

Marco van Herwaarden
07-25-2008, 12:50 PM
To troubleshoot this, please remove any hacks and disable your plugins, then 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);

crkgb
07-26-2008, 06:45 AM
After putting this define('DISABLE_HOOKS', true); in config everything started to work again.

I guess gonna have to see which one of the plugins causes this weird issue.

Thank you very much.