Application variables in site-wide error page
We have just started using coldfusion 8 on redhat 5. I have a sitewide error page that uses Application scope variables. I get an error when trying to access the application scope variables. Any suggestions?
FYI,
we currently do not use an Application.cfc but we use the old Application.cfm (with an uppercase "A"). We will be changing that soon.
The offending code is:
<cfmodule name="#Application.controllerModDirectory#mwRegController"
method="getSystemValue"
code="PORTAL_ADMIN_EMAIL"
rValue="adminEmail">
This code called independently works just fine but on redhat 5 it doesn't work. Feels like I am missing something fundamental.
TIA,
Steve
