When I go to Video section in ES backend. The pages always show 500 error.
Please help.
Thanks,
Anh
Hello Le Giang,
I have checked your site and it looks like there was some issues with the database (generated from an older version of EasySocial). To fix your site, I have ran the following SQL query,
[gist]
delete from #__social_videos where type='' and `uid`='0';
[/gist]