$video_id = explode( “&”, $video_id[1] ); // Deleting any other params
This is the code in line 138…Can anyone help?
Where did you get the “fightmatch” theme from? I can’t find it.
So it’s your programming error? 🙂 OK
The error says you’re looking at $video_id[1] when the array does not a “oneth” element. You need to test to see if the element exists before trying to use it…
Something like
if( isset( $video_id[1] ) ) {
$video_id = explode( “&”, $video_id[1] );
} else {
$video_id = false;
}
I’m not a programmer the site was perfect till a couple of weeks ago…I’ve had some css done on my events page, but can’t see that this would impact this…
That’s irrelevant. You have a coding error, probably because this one author does not have the videos in his profile. Contact the person who developed this custom theme for you.
So contact roots the theme together or the dev who put the site together, the baffling thing is not all users have the problem. Cheers anyway…
Not together, I meant developer…
Contact the developer; it’s not a sage issue.