By Jonathan Thompson on Saturday, 08 July 2017
Posted in Technical Issues
Likes 0
Views 543
Votes 0
Title

When I click on the video link on the backend it is a blank page. All the other items seem to work normally.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Actually that was known issue in previous version which generate those empty data in #__social_videos table, I've help you run this following SQL query into your database, it should load fine now.

// Replace #__ to your table prefix
delete FROM `#__social_videos` where `type` = '' and `user_id` = 0;

·
Saturday, 08 July 2017 10:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks!
·
Saturday, 08 July 2017 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Saturday, 08 July 2017 11:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post