Attribute validation error
Hi - all of a sudden, successful code that I've been using daily, is throwing an error that reads:
Attribute validation error. | |
| A duplicate attribute VALUE has been encountered. Attributes with the same name cannot be provided more than once. | |
Now then, I do not understand the above message at all.
In the first instance (on application 1), this is where the code stops:
30 : <cfif next IS 1>
31 : <cfinclude template="admin/admin_tags/_getNames.cfm">
32 : </cfif>
33 :
In the second instance (application 2), this is where it stops:
The error occurred in E:/inetpub/wwwroot/littleviews/blogin.cfm: line 31
29 :
30 : <cfif next IS 1>
31 : <cfinclude template = "_accessName.cfm">
32 : </cfif>
33 :
I'm also having trouble with <cfinclude. I tried "including" a different filename that resides in the same directory and CF tells me that it can't find the file.
As I use <cfinclude in a lot of places on other pages, I am NOT having a problem with it. But I'm am having a problem with the two applications above.
Karen