It appears that CF_Location v2.0.1, V1.0 (Jordan Clark). Doesn't work
under CFMX. I could hack it to get it working, but if anyone has the
fixes at their fingertips, would you let me know?

The first thing MX balks at is:
<CFSET equals = "/">
       ^^^^^^
So I changed it to:
<CFSET myEquals = "/"> (and changed all other references to this var)

Next, MX halts at:
<CFSET attributes.url = attributes.url & blocks & #request.URLToken#>
                                                   ^^^^^^^^^^^^^^^^
I don't know where this var is supposed to come from, so I changed it
to:
<CFSET attributes.url = attributes.url & blocks & URLToken>

Also, I have no clue what the following line is supposed to do:
<!--- Write Request Variables to Session and Client Scope --->
<cfmodule template="request.cfm" type="write">

What the heck is request.cfm? I've no clue.

As I said, I could hack this pretty easily to get it to work, but I'd
be a little less confident that it's bulletproof. Has another custom
tag superceded this one? I thought this one was preeminent.

BTW, if it matters, I'm running CFMX on Linux.

Thanks,
Jamie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to