i would guess that if you got pingFU working on the current setup, things *should* work on the new....actually, wait, I think in 5.0, the furl is index.cfm?(something not furl)=friendly-url, where as in 5.1+ I think it became index.cfm?furl=.... that might be an issue? Could someone else verify?
Tomek On Thu, Jan 28, 2010 at 6:37 PM, Helen <[email protected]> wrote: > Thanks, yes line 420 is failiing. > > Ok, then if I get rid of the fu's that are working in version 5.0.5 as > well as turn fu's off in the admin then try to upgrade I might have > more luck. Cacheing on the server is not helping me now either... > > Regarding the PingFu, just to add to my confusion though, on the > produciton server even with version 5-0-2 (version that works) and > friendly urls working, I still don't get the expected string. That is, > when I put http://www.sheepwool.com.au/pingFU into my browser I still > get: "Not Found The requested document was not found on this server. > Web Server at sheepwool.com.au" which confuses me as the friendly > urls are clearly there and working. > > Anyway thanks, I'll try to upgrade with the Friendly URLs gone and see > what happens... > Regards > Helen > > > > > On Jan 29, 9:18 am, Tomek Kott <[email protected]> wrote: > > I believe the default is for the FC5 to check whether the the > urlwww.yourdomain.com/pingFUgives back an expected string. If it doesn't, > it > > won't turn on Friendly URL filtering and therefore wouldn't throw errors > for > > it. The lines of code you sent, is the 420 the one that's failing? > > > > However, if the rewrite rule makes it so that /webtop and /farcry aren't > > accessible (i.e., they are also rewirtten) that could very well be the > > problem. > > > > Tomek > > > > On Thu, Jan 28, 2010 at 4:09 PM, Helen <[email protected]> wrote: > > > Hi Tomek, thanks for your reply, I am just working in development on > > > my mac - localhost and apache, and so I don't have the same production > > > environment. The host uses windows for the template files and Linux > > > for the database. I had a lot of trouble with version 4 of FarCry for > > > another site which was full of case sensitively issues so it may be > > > something like that, but in this instance I can't even update the > > > application, get to the webtop or anything.. its not getting past the > > > Application.cfc. That is, I'm getting the following for the > > > Application.cfc: > > > > > line 420 > > > <!--- PARSE THE URL CHECKING FOR FRIENDLY URLS (url.furl) ---> > > > <cfset structAppend(url, > > > application.fc.factory.farFU.parseURL > > > (),true) /> > > > line 257 > > > <!--- Initialize the request as a farcry application ---> > > > <cfset farcryRequestInit() /> > > > line 246 > > > <cffunction name="OnRequestStart" access="public" returntype="boolean" > > > output="false" hint="Fires at first part of page processing."> > > > line 63 > > > <cfset request.fc.hasSessionScope = false /> > > > > > Friendly urls were enabled in the 5.0.2. Before I first tried to > > > upgrade to 5.2.7 my host setup Helicon Rewrite 3 for me and I sent > > > them a new rewrite rule, should I have instead turned fus off while I > > > upgraded before doing this? Could this have created the issue? > > > > > Regards and thanks > > > Helen > > > > > On Jan 29, 4:59 am, Tomek Kott <[email protected]> wrote: > > > > Helen. I haven't tried upgrading to 5.2.7 (I have 5.1.12), so I don't > > > know > > > > how that might work, but the thought occurred to me: is your dev > > > environment > > > > windows and your production linux? If so, I wonder if the problem is > a > > > > case-sensitivity issue.... > > > > > > just a thought, > > > > > > Tomek > > > > > > On Wed, Jan 27, 2010 at 7:37 PM, Helen <[email protected]> wrote: > > > > > Hi > > > > > > > I have upgraded from 5_0 to 5_2_7 in developement with no issue but > it > > > > > is failing in production. My site is on a shared server > environment, a > > > > > linux database. > > > > > > > I am getting the same error as Lenstick from a previous post having > > > > > issues upgrading to 5_1 > > > > > > > Element FC.FACTORY.FARFU is undefined in a Java object of type > class > > > > > [Ljava.lang.String; referenced as '' > > > > > > > I tried to resolve my error the same way as recommended in that > post > > > > > by changing the application timeout > > > > > in "farcryConstructor.cfm" to 0 but that didn't work. > > > > > > > I am currently moving back to 5_0 but really want to get the > upgrade > > > > > working. Does anyone have any ideas of what else I can try, > > > > > remembering I am a bit limited being in a shared server > environment?? > > > > > > > Kind Regards > > > > > Helen > > > > > > > -- > > > > > You received this message cos you are subscribed to "farcry-dev" > Google > > > > > group. > > > > > To post, email: [email protected] > > > > > To unsubscribe, email: > > > > > [email protected]<farcry-dev%[email protected]> > <farcry-dev%[email protected]<farcry-dev%[email protected]> > > > > > <farcry-dev%[email protected]<farcry-dev%[email protected]> > <farcry-dev%[email protected]<farcry-dev%[email protected]> > > > > > > > > > For more options:http://groups.google.com/group/farcry-dev > > > > > -------------------------------- > > > > > Follow us on Twitter:http://twitter.com/farcry > > > > > -- > > > You received this message cos you are subscribed to "farcry-dev" Google > > > group. > > > To post, email: [email protected] > > > To unsubscribe, email: > > > [email protected]<farcry-dev%[email protected]> > <farcry-dev%[email protected]<farcry-dev%[email protected]> > > > > > For more options:http://groups.google.com/group/farcry-dev > > > -------------------------------- > > > Follow us on Twitter:http://twitter.com/farcry > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > -- 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
