• Resolved signo

    (@signo)


    When you turn DEBUG on you find that there is a warning on line 80 of class-settings.php, the problem is that $plugins is not an array, i changed line 79 to test if $plugin is an array, this solved the problem for me. Hope this helps.

    79: if( !empty( $plugin_groups['group'] ) && is_array( $plugins) ) {

    https://wordpress.org/plugins/plugin-groups/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘E_WARNING Invalid argument supplied foreach’ is closed to new replies.