Hey Anthony,
I am sorry for the delay of this reply,
UNKNOWN COLUMN 'HEADER' IN 'FIELD LIST' SQL=SELECT `NEW_URL`,`HEADER`,`PUBLISHED` FROM `JOOM_REDIRECT_LINKS` WHERE `OLD_URL` = 'HTTP://NCAGGMEMBER.ORG/MEMBER-INTERACTION/NCAGG-GLASS-FORUM' LIMIT 0, 1
Based on what i see on that error message is actually point to this table `JOOM_REDIRECT_LINKS` missing `header` columns then causing this error.
Try run this following query for add that `header` column back and see how it goes?
ALTER TABLE `joom_redirect_links` ADD `header` smallint(3) NOT NULL DEFAULT '301';