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