
Originally Posted by
royaldave
Do you have any logs you can share with us?
Nothing in the logs. I think there may be a more basic issue here. Is it some setting in the configuration I'm missing?
I reviewed all the all the mods I did on the old version and especially create_account.php and functions_email.php and they look appropriate.
I'm going to do a fresh install without extrafields and see in the "Company' can be included in the "Office Only" Section
This is additional code I had in the old installation on the new install it creates the account but chokes before displaying the Welcome/Authorization screen.
Works on the old install.
PHP Code:
$extra_info = email_collect_extra_info($name, $email_address, $account->fields['customers_firstname'] . ' ' . $account->fields['customers_lastname'], $account->fields['customers_email_address'], $account->fields['customers_telephone'], $account->fields['customers_fax']);
// Worked on old installation $extra_info=email_collect_extra_info($name,$email_address, $account->fields['customers_firstname'] . ' ' . $account->fields['customers_lastname'], $account->fields['customers_email_address'], $account->fields['customers_telephone'], $account->fields['customers_fax'], $company, $extrafield, $extrafield2, $street_address, $suburb, $city, $state, $postcode, $extrafield4);
LOGS
logmessage
Log reset by {xxxxser[1]}.
Accessed page [admin_activity.php]
Accessed page [index.php]
Accessed page [keepalive.php]
Accessed page [admin_activity.php]
Accessed page [admin_activity.php] with action=save. Review page_parameters and postdata for details.
Admin Activity Log accessed. Output format: CSV. Filter: all. (Download to browser)
Accessed page [index.php]
Accessed page [keepalive.php]
Accessed page [admin_activity.php]
Accessed page [admin_activity.php] with action=save. Review page_parameters and postdata for details.
Admin Activity Log accessed. Output format: CSV. Filter: all. (Download to browser)
Bookmarks