• Resolved squallhajime

    (@squallhajime)


    Dear support, I have update to v3.4.17. However the Saved Fields is not working.

    After you saved, it is not appearing under saved fields or anywhere!

    Please see this Apache error whenever entering to edit the forms.

    mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/…./…./wp-content/plugins/ninja-forms/includes/Abstracts/ModelFactory.php on line 252, referer: https://……/wp-admin/admin.php?page=ninja-forms

    Below the script that causing the error :
    ?
    “foreach( $form_cache[ ‘fields’ ] as $cached_field ){
    $field = new NF_Database_Models_Field( $this->_db, $cached_field[ ‘id’ ], $form_id );
    $field->update_settings( $cached_field[ ‘settings’ ] );
    $this->_fields[$field->get_id()] = $field;
    $field_by_key[ $field->get_setting( ‘key’ ) ] = $field;
    }
    }”

    Please look into it.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Curtis

    (@curtisbrownlee)

    Hi,

    I’m sorry to hear that you are experiencing this. On Ninja Forms v3.4.17, I added a new field, clicked the star to save this as a Saved Field, but this worked on my website.

    If you would, can you reach out to us at https://ninjaforms.com/contact so that our support team can help identify the issue?

    Best Regards,
    Curtis
    WP Ninja

    Thread Starter squallhajime

    (@squallhajime)

    this is not solved yet

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ver: 3.4.17 Update – Saved Fields is not working’ is closed to new replies.