01-02-2018, 10:55 AM
Backup your DB and then run this query:
UPDATE pages SET re_auth = 0 WHERE re_auth=1;
Let me know if that fixes the issue.
UPDATE pages SET re_auth = 0 WHERE re_auth=1;
Let me know if that fixes the issue.