I observed similar behavior on a fresh install of v6.1.0. Enabling ColdFusion Debugger, this error was shown: java.io.IOException - in E:/farcry/core/packages/farcry/combine/ combine.cfc : line 354
Line 354 is: joJSMin.jsmin(); Near the top of that file (combine.cfc) you can configure "enableJSMin" to "false" which appears to correct the error. Brett On Aug 3, 8:13 pm, David Faircloth <[email protected]> wrote: > Didnt know if you could/could not provide a basic reason for this > error in FarCry 6.0.11 > > This is at the bottom of mywww.domainname.com/farcry > > (Admin Area) > > No errors during install however, > > struct > APPEND var $j = jQuery.noConflict(); var $ = jQuery.noConflict(); > DELIMITER , > FILES /farcry/core/webtop/thirdparty/jquery/js/jquery-1.4.3.min.js > ID jquery > PREPEND [empty string] > TYPE js -- 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
