Closed (fixed)
Project:
Profile Setup
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2010 at 09:22 UTC
Updated:
1 Dec 2010 at 09:20 UTC
hi
not really a bug report but a pointer to a patch on the pageroute module which may help anyone else who is going round in circles trying to get this to work
If you get errors in your watchdog about node_form
Warning: call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'node_form' was given in drupal_retrieve_form() (line 372 of /mnt/ebs_files/theigc_svn/trunk/includes/form.inc).
and/or if when you register and use the profile setup you only see titles and buttons (no form components) then try applying the patch here http://drupal.org/node/760232
It worked for me.
Comments
Comment #1
thomjjames commentedApplied the same fix to this module.
Thanks for the heads up!