View Single Post
  #78  
Old 01-09-2006, 02:12 PM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default

Quote:
Originally Posted by B00MER
Make sure this is set correctly in the cartlab-vb-integrate.php file:
Code:
$vb_usertable = "user"; # vb user table name

As well the proper tables are inserted here as well:
Code:
# other tables that need userid's $vb_userfield="userfield"; $vb_usertextfield="usertextfield";

Sometimes there is a "vb_" in front of the table names.

All database calls selects and opens have a die() condition on them with appropiate errors if there are any problems connecting to the phpBB's database and X-Cart's database you should see an error upon registering.

Are you experiencing any errors at all or are users simply not being created in VB's user table?

All the fields are set right. They're not prefixed with anything, and the defaults are correct for the table names.

Unfortunately, I'm not seeing any errors at all (and no users have reported any). I wish I saw errors! If I got errors, I'd probably know what to do next.

As it is, it's a mystery because the entries just aren't being created. I can't see them in vbulletin, or when I browse the tables directly.
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote