After upgrading to EasyBlog 5 on my multisite install (using AlterBrains -MightySites) I am having a SQL issue.
The main site that I have done the upgrade from works fine, but I get a SQL error on the other multisites.
1054 Unknown column 'e.custom_css' in 'field list' SQL=select u.*, e.`id` as `eb_id`, e.`nickname`, e.`avatar`, e.`description`, e.`url`, e.`params` as `eb_params`, e.`published` as `eb_published`, e.`title` as `eb_title`, e.`biography`, e.`permalink`, e.`custom_css` from `wdev2_users` as u left join `ssc_easyblog_users` as e ON u.`id` = e.`id` where u.`id` = 972
It seems like the tables need to be updated for the other multi sites, but I am unsure how to go about this. I've tried going to Extension Manager-> Database -> Fix but this doesn't help.
Thanks.