Ok thanks Knut, I'll ask my ISP, also I'll try with plugins disabled..
Cheers
Helen

On Feb 1, 5:45 pm, Knut <[email protected]> wrote:
> Helen,
>
> maybe your ISP runs your webspace in a ColdFusion "Sandbox" where he
> disabled certain "CF Tags" and "CF Functions" !?
>
> 1) Ask your ISP if any "CF Tags" and "CF Functions" are disabled for
> your webspace.
> 2) Ask your ISP if he activated the server setting "Disable access to
> internal ColdFusion Java components".
>
> This maybe can also cause the described issues.
>
> Looking into the "/core/Application.cfc" code (latest svn branch p520)
> shows:
>
> line 416:   <!--- project and plugin request processing --->
> line 417:   <cfif application.sysInfo.bServerSpecificRequestScope>
> line 418:      <cfloop from="1" to="#arraylen
> (application.sysinfo.aServerSpecificRequestScope)#" index="i">
> line 419:         <cfinclude
> template="#application.sysinfo.aServerSpecificRequestScope[i]#" />
> line 420:      </cfloop>
> line 421:   </cfif>
>
> Did you already try to disable all plugins (exept: "farcrycms") ?
>
> Regards .. Knut
>
> Regards .. Knut
>
> On 31 Jan., 12:47, Helen <[email protected]> wrote:
>
>
>
>
>
> > mmm Fu's disabled, upgrade still not working. I even tried to upgrade
> > to version 5.1 instead of 5.2.7 to see if it made any difference. I
> > ended up with the same message: Element FC.FACTORY.FARFU is undefined
> > in a Java object of type class...... but referring to a different a
> > page; \core\tags\navajo\display.cfm, the same as Clay in this 
> > posthttp://groups.google.com/group/farcry-dev/browse_thread/thread/7457cc...
> > lines 40 and 42:
>
> > <cftimer label="NAVAJO DISPLAY">
>
> > <cfset application.fc.factory.farFU.parseURL() />
>
> > I'll try asking my ISP to turn off the "trusted cache" setting you
> > mentioned to Clay in that post and see if it makes a difference -  as
> > my site is on a shared production server that setting might be on..
> > fingers crossed!
>
> > Thanks for the help..
> > Helen
>
> > On Jan 29, 11:00 am, Tomek Kott <[email protected]> wrote:
>
> > > 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 puthttp://www.sheepwool.com.au/pingFUintomybrowser 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/pingFUgivesbackanexpected 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

Reply via email to