1

Topic: No First name or last name option on register

Drupal 6 with SVN.

?q=user/register contains a "Name" section but does not contain a "First name" or "Last name" field (just the "Under 16" tickbox).

Using the form creates Drupal user but no warehouse link and so trying to edit the account once logged in causes a "Fatal error: Uncaught exception 'Exception' with message 'Invalid response received from Indicia Warehouse."

Bizarrely an exact clone of the system elsewhere does show the fields.

Easy Login seems not to have any configurable parameters so I'm at a loss as to why it works on one and not the other.

Anyone got any suggestions?

Just to confirm - my Warehouse connect is functioning correctly.

TIA.

2

Re: No First name or last name option on register

Bizarre, as you say.

I'd start with a look at the user profile settings at /admin/user/profile and see that the first name and last name fields exist.

Jim Bacon.

3

Re: No First name or last name option on register

Yes, the profile fields exist. The profile settings on both systems are identical.

4

Re: No First name or last name option on register

Something has to be different somewhere.
How about clearing all the Drupal caches?
If you have the admin menu module installed then that can be quickly done from the icon-menu at the very left hand end.

Jim Bacon.

5

Re: No First name or last name option on register

Fixed. Checking the permissions for those profile items, they turned out to be hidden. Not sure how that happened since they all came directly from a fresh install - makes me wonder what else gets missed in the database setup :(

Thanks Jim for the pointer...