We get this issue when we try to run the Easysocial cron:
HTTP request sent, awaiting response... 500 Column count doesn't match value count at row 1 SQL=insert into `#__social_stream_history` select a.* from `#__social_stream` as a where a.`id` IN (147852,147853,147704,147854,147839) ON DUPLICATE KEY UPDATE id = a.`id`
2016-09-05 22:10:17 ERROR 500: Column count doesn't match value count at row 1 SQL=insert into `#__social_stream_history` select a.* from `#__social_stream` as a where a.`id` IN (147852,147853,147704,147854,147839) ON DUPLICATE KEY UPDATE id = a.`id`.
How do we fix/clear this error?