I'm excited to try your module. Admittedly I am new to Drupal. However, I get the following fatal error on attempting to install realname:
Cannot access empty property in /home/voporta/public_html/test/sites/all/modules/realname/realname.module on line 256
Of course, deleting the module allows me access to my site again.
Am I being stupid?
Thanks
Comments
Comment #1
tandersonmd commentedComment #2
nancydruBeing new to Drupal often makes you valuable to developers.
Comment #3
nancydruFix committed to 6.x only.
I added a check for no fields set up yet. This will be in the next -dev version that rolls up around midnight GMT.
Comment #4
nancydruAdditional symptom: #340779: The profile load function (profile_load_profile) was not found.
Comment #5
tandersonmd commentedThanks. I'll give it a try and report back.