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;
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.