It is version 6.0.4 with no core modifications, except commented lines
in combine.cfm:

Comment out lines 279 & 283 from \core\packages\farcry\combine
\combine.cfc
                        if(variables.bJsMin and sType eq 'js')
                        {
//                              sOutput =
compressJsWithJSMin(sOutput);
                        }
                        else if(variables.bYuiCss and sType eq 'css')
                        {
//                              sOutput = compressCssWithYUI(sOutput);
                        }


Thanks,

Mika




On Sep 30, 3:19 pm, Geoff Bowers <[email protected]> wrote:
> What version of farcry are you running? Are there any core modifications?
>
> GB
>
> On Thursday, September 30, 2010, smika <[email protected]> wrote:
> > Dear friends,
>
> > we've got some strange error on production site:
> > Element DEFAULTWEBSKINCACHETIMEOUT is undefined in APPLICATION.
>
> > This is a multi-language news portal, hosted  with hostek.com.
> > On our development machines it is running on CF9/MySQL5 on Windows
> > environment with no problem.
> > On a host it runs on CF9 on Windows and MySQL5 on Linux. So we've
> > already fixed errors due to incorrect
> > low-case letters in hosted DB after data transfer.
> > It worked for a day, but than after we've mentioned that we can't
> > enter Unicode characters, we've asked host to fix it, and they said
> > that they added Unicode to jdbc driver for our DSN.
>
> > Now after all it brings an error like this:
> > Element DEFAULTWEBSKINCACHETIMEOUT is undefined in APPLICATION.
>
> > coldfusion.runtime.UndefinedElementException: Element
> > DEFAULTWEBSKINCACHETIMEOUT is undefined in APPLICATION. at
> > coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1724)
> > at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1677) at
> > coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:
> > 1812) at
> > coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:
> > 1805) at
> > cfcoapiadmin2ecfc452776618$funcSETUPPROJECTDIRECTORYS.runFunction(D:
> > \home\arminfo.am\wwwroot\farcry\core\packages\coapi\coapiadmin.cfc:
> > 300) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at
> > coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at
> > coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:
> > 405) at coldfusion.runtime.UDFMethod
> > $ArgumentCollectionFilter.invoke(UDFMethod.java:368) at
> > coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:
> > 55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
> > at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at
> > coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582) at
> > cfcoapiadmin2ecfc452776618$funcGETWEBSKINS.runFunction(D:\home
> > \arminfo.am\wwwroot\farcry\core\packages\coapi\coapiadmin.cfc:378)
>
> > Please help!
>
> > --
> > 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

-- 
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