Hrmm i have an odd problem here and im unsure why its happening.

The module is installed and fine. Yet when a user logs in then tries to access the forum the information is not passed over (ie user not logged in)

Upon login you get "Logging into the website gives you access to as well." Obviously the variable of the forum/db is meant to go in the gap, yet you get exactly what is shown above. There is no other sql errors displayed.

Also when a user creates a new account in drupal, they can login to vbulletin (after a nominal amount of time) with their drupal login. But its not passed over automatically

Im using Drupal 4.7.x and vbulletin 3.6.3. I havent read anywhere that 3.6.3 is a problem, but could this be it? Also i havent been able to find if there is a requirement for install dirs for vbulletin, does it matter?

Cheers

Comments

brookesy’s picture

Forgot to add, im also using the latest drupalvb mod also. (drupalvb-4.7.x-1.x-dev) I tried with previous versions also.

rszrama’s picture

Interesting... my latest tests were that the code was stable for the latest release. I haven't actually got around to updating the release package w/ the new system here at drupal.org, but I thought the code was left in a good state. I'll have to try and check it out this weekend to reproduce the issue.

Do you mind sharing the directory/URL structure for your Drupal and vB installation? (Like, are the forums installed in /www/vb, /www/drupal/vb, etc.)

----------------------
Current Drupal project: http://www.ubercart.org

brookesy’s picture

Sure, as i didnt find anything advising against certain dir structures i just set it up as follows.

/var/www/sitename
/var/www/Sitename/forums

both the forum and drupal are in different databases, no prefix on the tables.

all the links inside the mod work, say i click to the admin link even though im using a non standard admin path (ie not /admin or whatever it is) it still works.

Even with debugging on i dont see anything at all.