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.