I recently started to get an error message when logging into my site after years of it working fine. I am more on the marketing/financial side so feel free to talk down to me. Here is the message:
The error occurred in C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91
Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 36
Called from C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91
Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 36
89 :
90 : <cfif #ParameterExists(Caller.FORM.Login)# IS "YES" AND #ParameterExists(Caller.FORM.Password)# IS "YES">
91 : <cfquery name="GetUserRecord" datasource="#Attributes.DATASOURCE#" username="#request.db_username#" password="#request.db_password#">
92 : SELECT * FROM #Attributes.TABLE#
93 : WHERE #Attributes.USERFIELD# = '#Caller.FORM.Login#' AND
There is a much more detailed message below this one which I can post if needed. Any help would be appreciated. I am using Cold Fusion Version 8 and Windows Server 2003.