Getting this error when adding a video to my personal gallery. It is a YouTube video link:
8: Undefined variable: rowcat
File: ***/public_html/Sources/Subs-Video.php
Line: 521
And it corresponds to:
if (function_exists('Gallery_TweetItem'))
if ($rowcat['tweet_items'] == 1 && $approved == 1)
Gallery_TweetItem($title,$gallery_pic_id);
Also getting this error at the same time:
8: Undefined variable: sizes
File: ***/public_html/Sources/Subs-Video.php
Line: 263
$extension = isset($extensions[$sizes[2]]) ? $extensions[$sizes[2]] : 'bmp';