Quote Originally Posted by Smoge
Line 153:
Code:
$$ModuleFunction = create_function($ParametersDeclaration, $ArrModule[$FuncName]);
This "creates a function" from the values in the DB .... so if you trouble shoot this, you should check the values in your DB - as this is 1/2 of where the "code" is coming from for this function.

Smoge
Thanks Smoge!

I'm not a coder, or even close, so I'm researching that string (and line entry) to make heads or tails.

I did learn that IF I go to VBull and manually enter a user, then register that SAME user name (Nickname) in Dolphin, and log into Dolphin with that user, then select FORUM, that user is taken to VBull without problem. So I know THAT part of the module is working, even though the ID strings are being called from the VBull_USERS section of the database. It's the registration part from Dolphin that is not adding the user info to the VBull_USERS section (if, in fact, it's supposed to go there...or is it supposed to go into the Dolphin PROFILES section....seems it should go there to eliminate redundancy).

When I sign up a new user to Dolphin, the submit page hangs and finally I get an error 403 page (so says my host error file log). I do get the confirmation e-mail from Dolphin, and PROFILES DB entry is updated, user cannot go to FORUM and no entries are made into the VBull_USERS section of the DB.

Anyway, not your headache and I'm going to do some more research on what you gave me....I'm retired, so I have plenty of time.