Notice: Trying to get property of non-object in signup_alter_node_form() (line 161 of /var/www/pressflow6/sites/all/modules/signup/includes/node_form.inc).

to solve this, i need to change 161 lines to

'#default_value' => ($node) ? $node->signup_user_reg_form : '',

because $node is null.

CommentFileSizeAuthor
#3 1560132-signup-user-reg-form-notice.patch641 bytesdjdevin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dww’s picture

Status: Active » Closed (won't fix)

The 6.x-2.x branch is unsupported, sorry. Try 6.x-1.0 and you'll have more luck.

djdevin’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Status: Closed (won't fix) » Needs review

This happens in 1.x as well, same location.

djdevin’s picture