Skip to main content
Inspiring
May 15, 2007
Question

Unusual Page not found error..Need Help

  • May 15, 2007
  • 3 replies
  • 339 views
I am trying to enable an old survey form that was developed a long time ago via someone else on CF 4. However, it is a simple HTML form that calls action to a CFM page and displays results. That's it. However, at the end of processing the page, CF immediately comes up with an error of "File not found: /survey/index.cfm" There is no index.cfm, obviously, but none of the code is looking for it, so why if CF trying to load it? I will attach the entire CFM page that does the simple processing, but I am at a loss here...any help would be much appreciated. Thank you.
    This topic has been closed for replies.

    3 replies

    bfinelsenAuthor
    Inspiring
    May 15, 2007
    Awesome, ill keep that in mind for the future, was aware that was an option either! Thanks.
    May 15, 2007
    Another way to fix it is to place an empty file named Application.cfm in the directory that has your survey .cfm pages.
    May 15, 2007
    Do you have an Application.cfm page that is looking for it?
    bfinelsenAuthor
    Inspiring
    May 15, 2007
    Duh, me! There is an application.cfm that controls an app that sits in the parent directory of this application and it is apparently affecting these pages even though they are unassociated. I didn't develop the application.cfm, so it never crossed my mind, but going back and reviewing and adding this page to the exception list has rectified the issue. Thanks for the help and pardon my ignorance :).