megan
Perch
Hi - I wanted to use a custom tag for stats for my client so they would not be logging into the web admin and maybe messing with things. The tag (statistex) works fine on my local machine which is cf5, but on this server while it does not throw an error, no variables seem to be being passed to the tag that I can see. the directory for the tag is in the web root. I have added Clientstorage="Cookie" to the application tag and have tried calling the tag 3 ways:
<cfmodule template="/tagdirectory/stats/statistex.cfm">
<cfinclude template="/tagdirectory/stats/statistex.cfm">
<cfimport taglib="tagdirectory/stats/" prefix="tag">
<tag:statistex>
</tag:statistex>
All 3 ways seem to find the tag (there is no error stating it isn't found) but noting gets inserted into the db - does anyone have a clue as to how I might find out what is wrong??? thanks, megan
<cfmodule template="/tagdirectory/stats/statistex.cfm">
<cfinclude template="/tagdirectory/stats/statistex.cfm">
<cfimport taglib="tagdirectory/stats/" prefix="tag">
<tag:statistex>
</tag:statistex>
All 3 ways seem to find the tag (there is no error stating it isn't found) but noting gets inserted into the db - does anyone have a clue as to how I might find out what is wrong??? thanks, megan