By Anthony Comegys on Thursday, 19 November 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 806
Votes 0
When someone receives an email from a discussion and clicks the link in the email, they are taken to a 1054 error page. See attached.

Please feel free to test by posting.
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';
·
Friday, 20 November 2015 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post