v3 is stable for me. If you are creating a custom type, then you are extending farcry.farcry_core.packages.types.types.
If you do not have a renderOverview method in your type, it will call the version in this base class. Since you are not seeing this, you probably have your own renderOverview that is being called. Most likely, it is erroring out, but the error handling is suppressing the error. Have a look in your debug data at the exceptions that were thrown. Alternative, comment out your renderOverview method entirely, and see if you get the base classes (types.cfc) method to execute. Scott
