PDA

View Full Version : vb Database errors with vbdrupal


michael_s
04-20-2006, 03:14 PM
Hi,

I have installed both vBulletin and vbdrupal and for the most part it is working. I cannot create blog pages or content though. I get the following database errors from vbulletin when I try to do so:

Blog error:
Database error in vBulletin 3.5.4:

Table 'oscmax_forum.drupal_profile_fields' doesn't exist
query: SELECT f.name, f.type, v.value FROM drupal_profile_fields f INNER JOIN drupal_profile_values v ON f.fid = v.fid WHERE uid = 1

MySQL Error :
Error Number : 0
Date : Thursday, April 20th 2006 @ 03:25:28 PM
Script : http://www.mysite.com/vbdrupal/?q=blog/1
Referrer : http://www.mysite.com/vbdrupal/
IP Address : my.ip.add.ress
Username : michael_s
Classname : vb_database

I see no mention of database modification in the docs, so I am not sure what the issue is. Any ideas?

UPDATE
I figured it out... I enabled the profiles module and that caused all the issues. Disabled and all is well. Now to test... :)

sifuhall
04-20-2006, 08:15 PM
Great! Keep us posted.

michael_s
04-30-2006, 11:53 AM
Ok,

I have incorporated a new vb style and modified the vbdrupal templates to match, and everything is looking good so far.

The only main issue I am having now is that the aggregator is not updating. The cron says it is running/updating in the drupal logs, but it does not update on the site. I am looking into this. I do remember reading something about the cron setup on this site, but I am not finding it now. I will keep looking. If anyone can direct me to the post I am referring to, thanks!

As an aside, I really am impressed with the quality of vbDrupal and how well vbulletin and drupal complement each other... Hopefully I will have a live site to show you soon...