DougS
Joined: 04/13/09
Posts: 4 |
CFB Extension problem
05/08/10 1:09 PM
Just installed the CFBuilder extension, tried to scaffold a new site by creating the site, then using the Coldbox Platform ->New Application->Simple App for my localhost server, add the subdirectories, etc.
When I ran the new site I got the following error.
Am I missing a step in this or is there really a problem.
Thanks, Doug
"Variable ADDMODULEROUTES is undefined"
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 :
|