Clay, In the error you report above is the following: Message PLEASER: The cfproperty tag for imgPower does not have a type
Have you been going through the FarCry jumpstart and made some errors with the new content types? imgPower is in this guide as a property of superPower.cfc If so, and there are errors this may stop the FarCry application from starting. Have a look in /projects/your_project_name/packages/types/ superPower.cfc and see if there is something missing on the imgPower property. If you can not find a problem delete the file /projects/ your_project_name/packages/types/superPower.cfc and try to access the FarCry site again. Chris. On Sep 9, 11:42 pm, Clay <[email protected]> wrote: > The only thing I have been doing is going through the documentation on > the site, lab work and such. Perhaps it has to do with that? > > As far as the cache, I do not know what you are referencing. Can you > direct me on how to check that please? > > On Sep 9, 5:10 pm, Tomek Kott <[email protected]> wrote: > > > is the trusted cache on and the code been changed recently? That's the only > > other way I can see things failing somewhere... > > > On Wed, Sep 9, 2009 at 6:00 PM, Blair McKenzie <[email protected]> wrote: > > > I'm out of ideas. The errors you're getting are typical for an app where > > > the core has been upgraded but the app hasn't been restarted, but using > > > updateapp would have fixed that. > > > > On Wed, Sep 9, 2009 at 11:19 PM, Clay > > > <[email protected]>wrote: > > > >> I just tried it and it did not work. I tried in on the main index page > > >> and the webtop. > > > >> Here was the error on the index page... > > > >> Element FC.FACTORY.FARFU is undefined in a Java object of type class > > >> [Ljava.lang.String; referenced as > > > >> The error occurred in D:\Inetpub\webolutiondesigns\farcry\core\tags > > >> \navajo\display.cfm: line 42 > > >> Called from D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo > > >> \display.cfm: line 40 > > >> Called from D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo > > >> \display.cfm: line 1 > > >> Called from D:\Inetpub\webolutiondesigns\index.cfm: line 22 > > > >> 40 : <cftimer label="NAVAJO DISPLAY"> > > >> 41 : > > >> 42 : <cfset stURLVars = application.fc.factory.farFU.parseURL() /> > > > >> Here was the error in webtop... > > > >> Detail An exception occurred when invoking a event handler > > >> method > > >> from Application.cfc The method name is: onApplicationStart. > > >> Message Event Handler Exception. > > > >> Detail The type attribute of the cfproperty tag is required for > > >> the > > >> fourq persistence layer. > > >> ErrorCode [empty string] > > >> ExtendedInfo [empty string] > > >> Message PLEASER: The cfproperty tag for imgPower does not have a > > >> type > > >> attribute. > > > >> Again...any help is appreciated. > > > >> On Sep 8, 6:50 pm, Blair McKenzie <[email protected]> wrote: > > >> > Have you tried an updateapp? > > > >> > On Tue, Sep 8, 2009 at 11:12 PM, Clay <[email protected] > > >> >wrote: > > > >> > > ok...then what would be the best way to handle it? Is there a way to > > >> > > re-initialize the app w/o re-installation? > > > >> > > On Sep 6, 6:53 pm, Blair McKenzie <[email protected]> wrote: > > >> > > > Sorry, I've never seen this kind of error before. It looks like the > > >> > > > application initialisation didn't run correctly. > > > >> > > > On Sun, Sep 6, 2009 at 11:08 AM, Clay < > > >> [email protected] > > >> > > >wrote: > > > >> > > > > Haven't heard...does anyone have thoughts on this? > > > >> > > > > On Sep 1, 8:44 am, Clay <[email protected]> wrote: > > >> > > > > > I was until this error. Now I when I browse to the Mollio page, > > >> I > > >> > > > > > receive the following error (which may or may not be related to > > >> my > > >> > > > > > other issue)... > > > >> > > > > > Element FC.FACTORY.FARFU is undefined in a Java object of type > > >> class > > >> > > > > > [Ljava.lang.String; > > > >> > > > > > The error occurred in > > >> D:\Inetpub\webolutiondesigns\farcry\core\tags > > >> > > > > > \navajo\display.cfm: line 42 > > >> > > > > > Called from > > >> > > > > > D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo > > >> > > > > > \display.cfm: line 40 > > >> > > > > > Called from > > >> > > > > > D:\Inetpub\webolutiondesigns\farcry\core\tags\navajo > > >> > > > > > \display.cfm: line 1 > > >> > > > > > Called from D:\Inetpub\webolutiondesigns\index.cfm: line 22 > > > >> > > > > > 40 : <cftimer label="NAVAJO DISPLAY"> > > >> > > > > > 41 : > > >> > > > > > 42 : <cfset stURLVars = application.fc.factory.farFU.parseURL() > > >> /> > > >> > > > > > 43 : <cfset StructAppend(url, stURLVars, "true") /> > > >> > > > > > 44 : <!--- environment variables ---> > > > >> > > > > > On Sep 1, 7:24 am, Blair McKenzie <[email protected]> wrote: > > > >> > > > > > > Are you able to browse the basic Mollio website after > > >> installing? > > > >> > > > > > > On Tue, Sep 1, 2009 at 10:07 PM, Clay < > > >> > > [email protected] > > >> > > > > >wrote: > > > >> > > > > > > > 5.1.6...which I believe is the latest community release. > > > >> > > > > > > > On Aug 29, 7:12 am, Blair McKenzie <[email protected]> > > >> wrote: > > >> > > > > > > > > What version of FarCry are you running? > > > >> > > > > > > > > Blair > > > >> > > > > > > > > On Sat, Aug 29, 2009 at 7:36 AM, Clay < > > >> > > > > [email protected] > > >> > > > > > > > >wrote: > > > >> > > > > > > > > > Greetings, > > > >> > > > > > > > > > I am new to FarCry and am just digging into it. I am > > >> > > intrigued > > >> > > > > with > > >> > > > > > > > > > what I see thus far. I have run into an error though > > >> > > > > > > > > > and > > >> > > could > > >> > > > > not > > >> > > > > > > > > > find anything in the archives about it. I am simply > > >> > > attempting to > > >> > > > > > > > > > login to the webtop. > > > >> > > > > > > > > > It looks like a cfdump of the error... > > > >> > > > > > > > > > arguments - struct > > > >> > > > > > > > > > Typename is not available: farLogin > > > >> > > > > > > > > > The tag context arguments array templates are as > > >> follows... > > >> > > > > > > > > > farcry\core\tags\webskin\view.cfm > > >> > > > > > > > > > farcry\core\webtop\login.cfm > > > >> > > > > > > > > > For the sake of space, I am not listing everything that > > >> was > > >> > > > > dumped to > > >> > > > > > > > > > the screen, but if you want to see more, let me know. > > > >> > > > > > > > > > Any thoughts are appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
