Hi,
Running CF9, CB M5, Win XP SP3 (also tried on Win 7).
I just installed the CB Platform Utilities Ver 1.9 for CFBuilder,
created a new project, right clicked on it, created a simple CB
scaffold app and tried to run it. I ended up with the following
error...
Error including config file: Variable ADDMODULEROUTES is undefined.
(RAW TRACE REMOVED FOR BREVITY)
The error occurred in C:\Inetpub\wwwroot\coldbox\system
\FrameworkSupertype.cfc: line 423
Called from C:\Inetpub\wwwroot\coldbox\system\interceptors\SES.cfc:
line 779
Called from C:\Inetpub\wwwroot\coldbox\system\interceptors\SES.cfc:
line 36
Called from C:\Inetpub\wwwroot\coldbox\system\services
\InterceptorService.cfc: line 153
Called from C:\Inetpub\wwwroot\coldbox\system\services
\InterceptorService.cfc: line 68
Called from C:\Inetpub\wwwroot\coldbox\system\services
\InterceptorService.cfc: line 42
Called from C:\Inetpub\wwwroot\coldbox\system\services
\LoaderService.cfc: line 78
Called from C:\Inetpub\wwwroot\coldbox\system\Coldbox.cfc: line 71
Called from C:\Inetpub\wwwroot\scaffold\Application.cfc: line 35
421 : <cfargument name="type" type="string" required="no"
default="Framework">
422 : <!---
************************************************************* --->
423 : <cfthrow type="#arguments.type#"
message="#arguments.message#" detail="#arguments.detail#">
424 : </cffunction>
425 :
Am I missing a step to make this work? CB is working fine as my other
CB apps are running without problems.
Thanks