Hi,

playing around with this great module I found three more Notices.

When I save a new Form, I get the following notices:

Notice: Trying to get property of non-object in flexiform_form_submit() (line 702 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/flexiform.admin.inc).
Notice: Undefined index: logic in flexiform_form_submit() (line 705 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/flexiform.admin.inc).

When editing an existing form I get another notices:

Notice: Undefined property: Flexiform::$is_new in flexiform_form() (line 612 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/flexiform.admin.inc).

Best regards,

Tobi

Comments

DerTobi75 created an issue. See original summary.

DerTobi75’s picture

When adding a field to a form there is another Notice:

Notice: Undefined index: options in FlexiformElementEntityProperty->configureFormSubmit() (line 215 of /home/drupalpro/websites/drupal.dev/sites/all/modules/flexiform/includes/element/property.element.inc).

Tobi

  • rlmumford committed 41d9d8d on 7.x-1.x
    Issue #2709307 by DerTobi75, rlmumford: More Notices in RC5
    

  • rlmumford committed 93d2a25 on 7.x-1.x
    Issue #2709307 by DerTobi75, rlmumford: More Notices in RC5
    
rlmumford’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

tonka67’s picture

This does not appear to have been fixed. I'm still getting the same error messages. Also appears when I save new form:

Notice: Trying to get property of non-object in flexiform_form_submit() (line 702 of [path]/modules/flexiform/flexiform.admin.inc).

Notice: Undefined index: logic in flexiform_form_submit() (line 705 of [path]/modules/flexiform/flexiform.admin.inc).

tonka67’s picture

I'm also getting the line 612 message on the edit page:

Notice: Undefined property: Flexiform::$is_new in flexiform_form() (line 612 of [path]/modules/flexiform/flexiform.admin.inc).