sjledet wrote: > I upgraded to 3.01 successfully, and followed the instructions above > precisely. Everything from within Farcry admin looks correct as I can > now pick all of the mollio display methods. However, when I view > content the display methods don't work correctly. The HTML generated > references the mollio css pages as: > > <link rel="stylesheet" type="text/css" href="/css/main.css" > media="screen" /> > <link rel="stylesheet" type="text/css" href="/css/print.css" > media="print" /> > > > when they should be, in my case > > <link rel="stylesheet" type="text/css" href="/cms/css/main.css" > media="screen" /> > <link rel="stylesheet" type="text/css" href="/cms/css/print.css" > media="print" /> > > as we are running farcry in a virtual directory named "cms" not in the > root. > > I do have my _serverSpecificVars.cfm file correctly configured to: > > application.url.webroot = "/cms";
You'll need to update the webskin templates for your project ie. correct the path to the path that is relevant for your project. -- geoff http://www.daemon.com.au/ -- Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering. http://www.mailguard.com.au/mg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
