Closed (works as designed)
Project:
Salesforce Suite
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Nov 2007 at 21:15 UTC
Updated:
11 Nov 2007 at 05:46 UTC
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
Comment #1
joshk commentedCorrection: 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...)
Comment #2
joshk commentedAnswer: 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.