I got the error message "Unable to access database" from "New User's Usergroup:". And the temporary solutions is:
- Make modified of vbulletin database don't use table prefix for all tables
or
- Add table prefix for every statement query in drupalvb.inc (default is not).
So, i think it really need to make a dynamic connect type to vbulletin database intead of depending on hard connect (fix name of default vbulletin table).
Comments
Comment #1
rszrama commentedI believe you're right. The guys at vbdrupal.com recommended bootstrapping vB in the code. I had stopped short of that to prevent yet another application's load time for every page load. Perhaps I can grab the devel module and see if it really affects the load time that much to hook in vB... You are right, though.. the code operates on the assumption of default settings in a lot of places.
Comment #2
rszrama commentedHouse cleaning...