Hi MIka, Yes, I do remember this when I wanted to upgrade to FC 6.0.6 to 6.0.8. I have tried your fix with FC 6.0.10 and it worked. Thanks for reminding. I need to find the main cause this issue on my production server now. It might be one of the CF Server Lockdown practices!
Regards, Tunc On 2 Mar 2011, at 17:03, smika wrote: > Hi Tunc, > > this helped me a while ago: > https://groups.google.com/group/farcry-dev/browse_thread/thread/d577fa7beac91269/74d9a2ff9bd15827?hl=hy&lnk=gst&q=combine#74d9a2ff9bd15827 > > > 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); > } > > Mika > > On 2 մար, 17:04, "[email protected]" <[email protected]> wrote: >> I have checked the permission issue even for the root Farcy folder and no >> problems there. Anything else I can try? >> >> Thanks >> >> Tunc >> >> On 2 Mar 2011, at 00:46, Blair McKenzie wrote: >> >>> The error is being generated in >>> /core/packages/farcry/combine/combine.cfc:288. I'm not sure why it's >>> dumping the arguments and not the actual error, but I'd suggest adding it >>> to see if it adds any information to the situation. It may be something >>> like ColdFusion not having permission to write out compressed JS to the >>> /cache directory. >> >>> Blair >> >>> On Wed, Mar 2, 2011 at 11:21 AM, [email protected] <[email protected]> >>> wrote: >>> Thanks for reply , Blair. >> >>> What I cannot figure out is Farcry codes and the project files on my local >>> server and production server are identical. Problem is at the webtop/admin >>> area. Website works fine without problems. I have attached the screen >>> capture for the test project based on Mollio. >> >>> <fc 6010 error.png> >> >>> On 2 Mar 2011, at 00:03, Blair McKenzie wrote: >> >>>> Are there any JS files linked in the page but not being loaded? >> >>>> Blair >> >>>> On Wed, Mar 2, 2011 at 11:00 AM, Tunc <[email protected]> wrote: >>>> Hi >> >>>> I am trying to upgrade to FC 6.0.10 on my production server. >>>> Everything works well on my development server. I have downloaded the >>>> core from Jeff's website. I keep getting this error below. When I >>>> revert back to 6.0.6 the errors goes away. I have tested same core >>>> folder on my development server and uploaded to the production. >> >>>> Login page error: >> >>>> struct >>>> APPEND jQuery(function() >>>> { >>>> jQuery('a[title],div[title],span[title],area[title]').not('.fancybox,.nojqtooltip').tooltip({ >>>> delay: >>>> 0, showURL: false }); }); >>>> DELIMITER , >>>> FILES [empty string] >>>> ID jquery-tooltip-auto >>>> PREPEND [empty string] >>>> TYPE js >>>> struct >> >>>> APPEND jQuery(function() >>>> { >>>> jQuery('a[title],div[title],span[title],area[title]').not('.fancybox,.nojqtooltip').tooltip({ >>>> delay: >>>> 0, showURL: false }); }); >>>> DELIMITER , >>>> FILES [empty string] >>>> ID jquery-tooltip-auto >>>> PREPEND [empty string] >>>> TYPE js >> >>>> Editing any of the site tree items generates this error and I cannot >>>> edit anything: >> >>>> Webpage error details >> >>>> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; >>>> x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET >>>> CLR 3.0.30729) >>>> Timestamp: Tue, 1 Mar 2011 17:13:25 UTC >> >>>> Message: '$fc' is undefined >>>> Line: 198 >>>> Char: 1 >>>> Code: 0 >>>> URI:http://fctest/webtop/edittabOverview.cfm?objectid=E689D670-0AE7-CB8A-... >> >>>> It fails for FC 6.0.6 websites and new test project based on Mollio >>>> template. >> >>>> I have restarted ColdFusion Server, IIS etc and cleared the Cache >>>> folder. >> >>>> Windows 2008 R2 64 bit, IIS 7.5. >> >>>> What am I doing wrong? >> >>>> Thanks >> >>>> Tunc >> >>>> -- >>>> 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 >> >>> -- >>> 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 > > -- > 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
