-
Care of Haus replied to the question The plugin is throwing notices in the forum BuddyBoss Media 9 years, 4 months ago
Hi, the update (3.0.8) dit not fix my notice.
( ! ) Notice: Undefined offset: 1 in /plugins/buddyboss-media/includes/types/photo-hooks.php on line 318
Your row “switch( count( array_filter($media_ids )) )” is not removing the empty values from $media_ids.
The notice happens in the foreach on 318 because $media_id is an empty string in one of the…[Read more] -
Care of Haus replied to the question The plugin is throwing notices in the forum BuddyBoss Media 9 years, 4 months ago
Hi, the update (3.0.8) dit not fix my notice.
( ! ) Notice: Undefined offset: 1 in /plugins/buddyboss-media/includes/types/photo-hooks.php on line 318
Your row “switch( count( array_filter($media_ids )) )” is not removing the empty values from $media_ids.
The notice happens in the foreach on 318 because $media_id is an empty string in one of the…[Read more] -
Care of Haus replied to the question The plugin is throwing notices in the forum BuddyBoss Media 9 years, 4 months ago
Hi, the update (3.0.8) dit not fix my notice.
( ! ) Notice: Undefined offset: 1 in /plugins/buddyboss-media/includes/types/photo-hooks.php on line 318
Your row “switch( count( array_filter($media_ids )) )” is not removing the empty values from $media_ids.
The notice happens in the foreach on 318 because $media_id is an empty string in one of the…[Read more] -
Care of Haus's profile was updated 9 years, 4 months ago
-
Care of Haus started the question The plugin is throwing notices in the forum BuddyBoss Media 9 years, 4 months ago
Hi,
When i upload a file it works fine until it shows up in the media library.
I get this notice:
Notice: Undefined offset: 1 in /plugins/buddyboss-media/includes/types/photo-hooks.php on line 319
When i debug the code I get the following:
$media_ids = array (size=2)
0 => int 887
1 => string ” (length=0)$filesizes = array (size=1)
0…[Read more]