customtags can also be access from the same directory as the calling page, so if the "SelectOffices.cfm" file is in the same directory as he is working with, then it can be accessed
Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nick Gorst Sent: Thursday, January 22, 2004 12:06 PM To: CFAussie Mailing List Subject: [cfaussie] RE: custom tag weirdness CF Administrator specifies paths where custom tags are able to be placed. If a custom tag is not placed in one of the specified paths it will not work. You need to get your administrator to tell you where to place the tag, put it there and try again. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Dickinson Sent: Thursday, 22 January 2004 10:56 AM To: CFAussie Mailing List Subject: [cfaussie] RE: custom tag weirdness > Some questions > What is the file name of your custom tag? SelectOffices.cfm , called as <cf_SelectOffices> - no probs there, all as per the book. As I said, probs start with the parameters. > Is it in a path specified in the administrator? I don't have access, but I'd be amazed if it did. However, I just tried changing the path/tag name to "FlyingPurplePeople" , which I'm sure we don't have as a path, and it made no difference. And, for Steve, here's the full text of the error " The error occurred in C:\Inetpub\wwwroot\Main System\ManagerReports\IntStatsRangeMenu.cfm: line 21 19 : So far unsuccessful in converting cfinclude to custom tag, so .... 20 : ---> 21 : <cf_SelectOffices SelectedOfficeID="#SelectedOfficeID#" Debug="true"> 22 : <form action="IntStatsRange.cfm" method="post"> ---------------------------------------------------------------------------- ---- Please try the following: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Remote Address 192.168.0.11 Referrer http://192.168.0.3/main%20system/Managerreports/index.cfm?pagename=MIS Date/Time 22-Jan-04 11:53 AM Stack Trace (click to expand) " > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andrew > Dickinson > Sent: Thursday, 22 January 2004 10:18 AM > To: CFAussie Mailing List > Subject: [cfaussie] RE: custom tag weirdness > > > Yes, there is no specific error message. It just says > > "The error occured in <path/file>" > > then quotes the line, > > then says check the manual. > > All very helpful ! > > > Andrew, > > > > You have not posted the actual error message that CF is throwing > > when it stops on that tag. > > > > > > Regards > > Andrew Scott > > Technical Consultant --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
