On Oct 11, 10:29 am, Michael Sharman <[email protected]> wrote: > This happened to me today on a production server. The webtop was > behaving strangely after updating 5.2.7 -> 6.1 with an overridden > richtext.cfc formtool. Basically an exception was being thrown and > wasn't making much sense, the properties being dumped were different > to what I had locally.
It's likely ColdFusion was caching compiled code. Depending on your set up, changing code may require a CF restart. Obviously check the template cache and flush. But sometimes changes in code is not correctly picked up by CF and recompiled -- especially when its changes in code referred via extension in a component. If you can reliably reproduce the issue then let us know -- we can escalate it to Adobe. But its the sort of thing that is hard to catch. Hope that helps, 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
