Using the Rule I sent previous, I cannot get to the pingFU

However, if I use:

RewriteRule ^(.*)$ /index.cfm?furl=$1&%1  [L,PT,QSA]

I can get to the pingFU just fine, but then any other page gives the
following error:

500
ROOT CAUSE:
coldfusion.runtime.UndefinedVariableException: Variable APPLICATION is
undefined.
        at coldfusion.runtime.CfJspPage._get(CfJspPage.java:241)
        at coldfusion.runtime.CfJspPage._get(CfJspPage.java:226)
        at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:
1663)
        at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1600)
        at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1588)
        at cfdisplay2ecfm464451518._factor14(C:\WEBDEV\farcry_root\core\tags
\navajo\display.cfm:42)
        at cfdisplay2ecfm464451518._factor16(C:\WEBDEV\farcry_root\core\tags
\navajo\display.cfm:40)
        at cfdisplay2ecfm464451518.runPage(C:\WEBDEV\farcry_root\core\tags
\navajo\display.cfm:1)

I should also note that I have to force FUs to work by using  <cfset
application.fc.factory.farfu.turnon () />.  If I do not use this the
site goes back to vanilla objectid's

Thanks you!


On Sep 24, 6:56 pm, AJ Mercer <[email protected]> wrote:
> Try going to this page
>     /pingFU
> eghttp://myFarcrySite.com/pingFU
>
> This is what farcry uses internally to see if it can use Furls
>
> 2009/9/25 MJ <[email protected]>
>
>
>
>
>
> > We just updated a site from V4 to V5.2.  Everything went smooth, save
> > for Friendly URLs.  The site is using Apache with mod_rewrite (FUs
> > worked great on V4).  I am using the following to no avail:
>
> > RewriteEngine On
> > RewriteCond %{REQUEST_URI} !(^/farcry|^/webtop|^/flex2gateway|^/
> > flashservices|^/CFIDE)($|/)
> > RewriteRule ^([a-zA-Z0-9\/\-\%:\[\]\{\}\|\;\&lt;\&gt;\?\,\*...@\#\$\ \
> > (\)\^_`~]*)$ /index.cfm?furl=$1 [L,PT,QSA]
>
> > If I force FU's on by using  <cfset application.fc.factory.farfu.turnon
> > () />
>
> > I still cannot get the FU's to work.
>
> > Any thoughts?
>
> > Side note, we have update apps, checked the db for FUs, restarted the
> > server, etc.
>
> --
> AJ Mercer
> Web Log:http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to