Has the method of referencing templates with an absolute path in the cferror tag changed between CF5 and MX? I used to do this:
<cferror type="..." template="#myCFMappinghere#errors/exception.cfm"...> where #myCFMapping# was something like /thenetprofits/. Moving to MX, I'm pretty sure that threw an error, so replaced it with: <cferror type="..." template="/errors/exception.cfm"...> which works in MX. I've uploaded a site from my machine (MX Development) to a the production server at CFX Hosting (think it's CF5) and what's working locally is throwing an error online, saying that it can't find "/mappingname/errors/exception.cfm". I don't know if CFX Hosting haven't set up the mapping, or if it's a version difference issue. -- Aidan Whitehall <[EMAIL PROTECTED]> Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
