An error has occurred.
500 Unknown column 'a.skip' in 'field list' SQL=SELECT a.id, a.fromurl, a.tourl, a.skip, a.skip_usergroups, a.redirect, a.case_sensitive, a.request_only, a.decode_url, a.placeholders, a.comment, a.hits, a.last_visit, a.ordering, a.published, a.checked_out, a.checked_out_time,uc.name AS editor FROM xxxxx_redj_redirects AS a LEFT JOIN xxxx_users AS uc ON uc.id = a.checked_out ORDER BY a.ordering asc LIMIT 0, 50
This is after upgrading a site from J2.5 to J3.3 ... Is it ok to delete the redj tables in the database to see if that fixes the problem.