johnnyo wrote:

I finally found the source of the problem.  In
farcry_core/packages/types/dmImage.cfc, rendorURLImagePath was setting
the image path as /images/filename.  By prepending
application.url.webroot to the image path as follows corrected the
problem for those projects where the installation is in a subdirectory:

<cfset imagePath = Insert(application.url.webroot, imagePath, 0)>
Thanks for that. Please raise a ticket at http://bugs.farcrycms.org:8080/ to make sure it makes it into the next release.

-- 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


Reply via email to