On Jun 25, 6:53 pm, Phil Kemp <[email protected]> wrote: > The stylesheet "/farcry/core/webtop/css/forms.cfm?fsjv=511c" contains > nothing! I copied the code it should produce into a CSS file and voila, > worked like a charm. Something is wrong, at least for my configuration, but > at least now I know where the problem.
Can you shed some light on how you have deployed FarCry? Importantly, what have you got in the way of web virtuals, is the project run from the webroot or a subdirectory, what is the projectURL value for your project (defined in the farcryConstructor.cfm) and so on? Typically the installer will manage many of these things but if you move servers and the set up is not identical you may need to change some values. For example, in the constructor for your project you should have something like this: <!--- THE VIRTUAL WEBSERVER PROJECT FOLDER ---> <cfset THIS.projectURL = "" /> <cfset THIS.webtopURL = "/webtop" /> This would need to correlate with your actual web server settings. > Why is this CCS generated using a CFM page? would it be different for every > install? There are some elements of the CSS that are programmatically rendered. Although the CSS may be different per installation, it should always be the same for that installation. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
