The problem is that, to cfserver, you have two custom tags with the same
name in them. Since PLPs will call your tag using CFMODULE, and will pass in
the right handler folder, it is not an issue.

Basically, you can ignore this error. If you want to get rid of it, just
change the name of one of the files.

I use this format for plp files:

step1_XXXX.cfm, where XXXX is the function of the file. For example:

step1_intro.cfm
step2_gettext.cfm
step3_foo.cfm

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 22, 2001 11:28 AM
> To: Spectra-Talk
> Subject: application.log error
>
>
> Hi,
>
> this error often appears in my application.log file (coldfusion server).
> the plp's run without problems. what's the error here?
>
> "Warning","TID=84","04/19/01","00:53:11","In a CF_TagName construct custom
> tag file 'c:
> \programme\allaire\spectra\applications\radix\plp\changeprofile\step1.cfm'
> will occlude custom tag file 'c:
> \programme\allaire\spectra\applications\radix\plp\events\step1.cfm'."
>
> There are 2 PLP's: changeprofile and events (and some more). i never
> reference from first plp to the second plp.
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to