Following instructions in INSTALL.txt, the initial test of registering a user fails:

The registration form submit went through (user was created), but the browser returned a "page rest" error. Upon reload, the following error was in the message area:

warning: htmlspecialchars() expects parameter 1 to be string, object given in /includes/bootstrap.inc on line 588.

No contact was created in salesforce. Watchdog contains the following error from salesforce.module:

Required fields are missing: [LastName, Company] - for the user %user

I did fill out a lastname and company.

Comments

joshk’s picture

Correction: a contact WAS created in salesforce. I just don't know their UI well enough and I missed where it appeared.

However, the registration process currently does break, and the module did report an error (even though a last name was registered in SF and on the drupal account...)

joshk’s picture

Assigned: Unassigned » joshk
Status: Active » Closed (works as designed)

Answer: i had a dated version of profile.module which was causing the problem. If there's a way to test/force 5.3 or greater, we should do it.