Error reported to webmaster, but page loads fine

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Error reported to webmaster, but page loads fine

    I have an error handeler in the coldfusion administrator that will let me know
    when an error is generated on any page on the server. If an error is thrown I
    receive an email. The problem is that I am getting this email:

    Diagnostics
    Element THE_PASSWORD is undefined in FORM.
    The error occurred on line 6

    Now this is a very simple error, but the page that generates the error loads
    fine, and the data from form.the_password is properly recorded in my database.
    I can go to the page and process the page, then 2 minuts later get the error
    (with my ipaddress I might add so I know its me doing it) I also added (for a
    short time) a cfdump tag that dumped the whole form variable out, the_password
    was there along with everything else. So I commented out the line of code that
    contained a call the the_password, and the error occurred on the next line
    down, it now said that form.email was undefined. And the page still ran just
    fine.

    Just today I moved my dbase up from access to ms sql, and this is the only
    problem I have noticed so far.

    Any ideas?

    armack5 Guest

  2. Similar Questions and Discussions

    1. #39780 [NEW]: Fatal error reported for recoverable error
      From: pz at mysqlperformanceblog dot com Operating system: Linux PHP version: 5.2.0 PHP Bug Type: GD related Bug...
    2. CF stops sending page - no errors reported
      CFMX 6.1, windows2003 web edition Here are the first seven lines (of 570) of code: <SCRIPT LANGUAGE="JavaScript" > function...
    3. Editing any page for review loads home page
      :confused; One workstation somehow always jumps to the home page of our intranet whenever ANY page sent for review is attempted 2 b opened for...
    4. Fireworks reported an I O error.
      Having trouble with Web Photo Album 2.2.6 for Dreamweaver MX2004. It was working up until a few weeks ago. Now I get this error when trying to...
    5. Error on Page - Line 46 - Character 1 - but everything looks fine!?
      Hi, I have a page, that is giving me a Javascript error: Line: 46 Character: 1 Error: Object Expected Code: 0 Here is line 46 on my page:
  3. #2

    Default Re: Error reported to webmaster, but page loads fine

    I had the same issue. It drove me nutty trying to figure it out because I was
    getting messages saying there was an error, but I could never reprodcuce it. I
    think I took the easy way out and added a CFPARAM at the top for the variable
    that was causing the issue.

    stoobie Guest

  4. #3

    Default Re: Error reported to webmaster, but page loads fine

    yea im afrade to do that because if the error realy did exist then i may send blank info to the d-base and not even know it
    armack5 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139