ctreeves wrote:
I changed it to this:
<cffunction name="onApplicationStart" output="false" returntype="boolean">
and got this error:
The value returned from the onApplicationStart function is not of type boolean.
Remember that you are currently returning void. Add the following at the end
<cfreturn true>