Internal server error

Hello,
I get this kind of error when e click on Login button (upper right corner). The error appears only when I click on login button.
500 Internal Server Error - Internet Explorer_2.jpg - Photos.jpg
I try to fix it with:
- .htaccess file
- delete plugin folder and install all plugin again,
but without success.
Here is the error from Error_Log
"[27-Aug-2017 10:35:06 UTC] WordPress database error Unknown column 'email.status' in 'field list' for query SELECT
hour(TIMEDIFF('2017-08-27 10:35:06', email.date)) - (datediff('2017-08-27 10:35:06', email.date) * 24) as hours,
DATEDIFF('2017-08-27 10:35:06', email.date) as days,
email.id emailId,
email.email,
email.status,
email.hash cartHash,
email.template_id,
email.date,
template.template,
template.subject,
template.id templateId
FROM Mb5_ads_abandoned_emails email CROSS JOIN
(
SELECT hours, days, id, template, subject FROM Mb5_ads_email_templates WHERE status = 1
) template
WHERE
hour(TIMEDIFF('2017-08-27 10:35:06', email.date)) - (datediff('2017-08-27 10:35:06', email.date) * 24) = template.hours
AND
DATEDIFF('2017-08-27 10:35:06', email.date) = template.days
AND
email.status = '1'
AND
(email.template_id <> template.id
OR
email.template_id IS NULL) LIMIT 0, 60 made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, ads_action_abandoned_scheduler, models\abandoned\AbandonedScheduler->sendEmails, models\abandoned\Mail->getEmailWithTemplate"

Anyone to know how to fix this issue?
 
Top