View Single Post
  #77  
Old 01-07-2006, 09:26 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

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?
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote