I just finished setting up coppermine with bridging support for vbulletin. I used the same db login and password from vB for the installation and it said everything was okay. I was then asked to login but when clicking login, I get a fatal error. I double checked the db settings in the vbulletin30.inc.php file and it's matching my vB config files. I'm clueless on what's wrong. It's not like I can login and enable debug mode.
The url is nyspeed.com/showcase
Actually, I was able to edit the db and here is the error:
While executing query "SELECT userid as user_id, username as user_name, usergroupid as mgroup, password FROM `nyspeed_nyspeed`.vb3_user WHERE userid='4'" on 0
mySQL error: Table 'nyspeed_nyspeed.vb3_user' doesn't exist
Looks like I fixed it. I just deleted the vb_table_prefix even though I copied it directly from the vB file. Oh well.. all good now.