|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Coldfusion 7/8Greetings
My local development environment is Coldfusion 8, but I've been told that the client only has Coldfusion 7. So we've found a server internally that has 7 on and tested everything on there. It still works, but it looks like something has gone terribly wrong with the style and display. Has anyone else had this problem or any clue as to how we can solve this? Cheers -Phil I got bored, so... http://philkemp.white.prohosting.com/farcry/ |
|
|
Re: Coldfusion 7/8Isn't that something due to mappings? On Jun 24, 6:20 pm, Phil Kemp <philipbk...@...> wrote: > Greetings > > My local development environment is Coldfusion 8, but I've been told that > the client only has Coldfusion 7. So we've found a server internally that > has 7 on and tested everything on there. It still works, but it looks like > something has gone terribly wrong with the style and display. Has anyone > else had this problem or any clue as to how we can solve this? > > Cheers > -Phil > -- > View this message in context:http://www.nabble.com/Coldfusion-7-8-tp24187650s621p24187650.html > Sent from the FarCry - Dev mailing list archive at Nabble.com. You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Coldfusion 7/8Usually style is more a problem with web server setup, not ColdFusion. FarCry runs perfectly on 7.0.2, and should run (without the flex UIs) on the other versions of 7.
Blair On Thu, Jun 25, 2009 at 5:01 AM, Marco van den Oever <marcovandenoever@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Coldfusion 7/8I've looked at the mappings and on the Coldfusion 8 Server there are none, and this matches the CF7 server.
Any idea which setting I should be checking? I've looked and it looks like the servers are set up identically apart from one being 8 and one being 7. And yes, we have 7.0.2 so I agree it should work, it's just the style on the backend that's completely out. It seems to just be a problem with the forms, but it will require more digging for me to find out which css isn't being loaded properly I got bored, so... http://philkemp.white.prohosting.com/farcry/ |
|
|
Re: Coldfusion 7/8I've found where the problem lies!
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. Why is this CCS generated using a CFM page? would it be different for every install? I got bored, so... http://philkemp.white.prohosting.com/farcry/ |
|
|
Re: Coldfusion 7/8Awesome :) Watching further comments on this with you. On Jun 25, 10:53 am, Phil Kemp <philipbk...@...> wrote: > I've found where the problem lies! > > 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. > > Why is this CCS generated using a CFM page? would it be different for every > install? > -- > View this message in context:http://www.nabble.com/Coldfusion-7-8-tp24187650s621p24199428.html > Sent from the FarCry - Dev mailing list archive at Nabble.com. You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Coldfusion 7/8Yes. The CSS refers to application url variables, maybe some other stuff.
On Thu, Jun 25, 2009 at 6:53 PM, Phil Kemp <philipbkemp@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Coldfusion 7/8On Jun 25, 6:53 pm, Phil Kemp <philipbk...@...> 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: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |