I've tried to get my head around this - since there is no user doc.

- I create a content type 'Bio'' and it is set as 'profile_content'.
- the user profile 'edit' now has the 'Bio' tab.
- When I edit this page (either as the user or admin, the form returns success but nothing is saved.) content_profile_user validate is called and returns success - but 'update' is not called.

So I tried to create the bio content under the 'Create Content'. This works (of course) and when I go to the user profile, I see the bio.
BUT when I edit it, I get:

Fatal error: Call to undefined function node_form_submit_build_node() in /mnt/drupal/sites/all/modules/diff/diff.module on line 477

Jsut cannot figure this out. (This module will be very useful - if I can just figure it out).

Comments

nextpulse’s picture

Oh - I realized that the error thrown is another module. (Revision control).

But my real questions:
- Am I supposed to be able to create a new Bio when i the profile page? Or must I always use 'Create Content'?

- Based on the error thrown, it seems this mod may not be compatible with Revision/Workflow. Anyone else had issues with (or can confirm) this? (This becomes an issue only if the Bio content is marked as 'published')

- user 1 (admin) cannot create Bio's for others? Since the module does not check this as a special user?

thanks.

fago’s picture

Status: Active » Fixed

this should be fixed with the fix of this issue: http://drupal.org/node/332998#comment-1123924

So please test the next generated development snapshot and make sure to have your menu cache cleared when testing, e.g. hit submit at the admin modules page after updating the module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.