• Resolved langerent

    (@langerent)


    I have Ninja Forms installed and I have updated the app and WordPress to the latest versions. I can see the dashboard (and all the other screens) in the app but when I go into the settings, I receive this error.

    PHP Warning: Invalid argument supplied for foreach() in D:\hshome\durham\slocumchiro.com\wp-content\plugins\ninja-forms\includes\Admin\Menus\Settings.php on line 125

    I have uninstalled and reinstalled the app with no luck.

    Can some one please help?

    • This topic was modified 5 years ago by langerent.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • asandco

    (@asandco)

    Same here. Problem is arround
    $saved_fields = Ninja_Forms()->form()->get_fields( array( 'saved' => 1 ) );
    Which return false when you login into setting.

    asandco

    (@asandco)

    line 125 is foreach( $saved_fields as $saved_field ){
    is literally trying to iterate over false boolean.

    Thread Starter langerent

    (@langerent)

    I can not edit any of my forms either, I receive the same error.

    PHP Warning: Invalid argument supplied for foreach() in D:\hshome\durham\slocumchiro.com\wp-content\plugins\ninja-forms\includes\Admin\Menus\Forms.php on line 568

    Plugin Contributor Justin McElhaney

    (@jmcelhaney)

    @langerent and @asandco
    Our developers are aware of this issue and are currently working on a fix for it. The fix should be included in the next version of the Ninja Forms plugin.

    Thread Starter langerent

    (@langerent)

    I have a second site with this issue.

    PHP Warning: Invalid argument supplied for foreach() in D:\hshome\raemerso\custommainetinyhomes.com\wp-content\plugins\ninja-forms\includes\Admin\Menus\Forms.php on line 568

    Any update about the update?

    pixelpublic

    (@pixelpublic)

    same problem here – is there a patch?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Settings Causes an Error’ is closed to new replies.