[resolved] Errors on registration
-
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/welcome-pack/includes/welcome-pack-core.php on line 37Warning: Invalid argument supplied for foreach() in /wp-content/plugins/welcome-pack/includes/welcome-pack-core.php on line 41Which looks like…
if ( $settings && function_exists( 'friends_install' ) )
foreach ( $settings as $friend_id )
…and…
if ( $settings && function_exists( 'groups_install' ) ) {
foreach ( $settings as $group_id ) {So my guess is you’re not checking for the correct variables, or foreach’ing through variables that aren’t forced as arrays.
The forum ‘Welcome Pack’ is closed to new topics and replies.