Skip to main content
Participating Frequently
May 10, 2010
Question

<cffeed> error on live server

  • May 10, 2010
  • 1 reply
  • 388 views

I am getting the following error message from the <cffeed> tag on my live server (everything works perfectly on the local testing server).

"There is a problem in the column mappings specified in the columnMap structure.  The query attribute input does not contain any column by the name of strTitle."

Here is my code.

<cfset columnMapStruct = StructNew()>

<cfset columnMapStruct.title = "strTitle">

<cfset columnMapStruct.rsslink = "rsslink">

The problem is, I am using this database column in other queries on other pages in this site, with no problems.  In fact I copied/pasted the bd query from another page that is working fine.

Has anyone else encountered this?

Thanks.

    This topic has been closed for replies.

    1 reply

    lsandell2Author
    Participating Frequently
    May 10, 2010

    I solved my own problem.

    I did not use capital letters following columnMapStruct.title