I just tried installing contentbox for the 1st time to check it out. Place the contents of the download in a folder called contentbox and created a mysql datasource called contentbox. When I went to http://localhost/contentbox I got the following error.
Requested instance not found: ‘AdminMenuService@cb’
The instance could not be located in any declared scan location(s) (contentbox.model) or full path location
The error occurred in C:\www\contentbox\coldbox\system\core\util\Util.cfc: line 164
Called from C:\www\contentbox\coldbox\system\ioc\Injector.cfc: line 238
Called from C:\www\contentbox\modules\contentbox\modules\Hello\ModuleConfig.cfc: line 135
Called from C:\www\contentbox\coldbox\system\web\services\ModuleService.cfc: line 324
Called from C:\www\contentbox\coldbox\system\web\services\ModuleService.cfc: line 256
Called from C:\www\contentbox\coldbox\system\web\services\LoaderService.cfc: line 84
Called from C:\www\contentbox\coldbox\system\Coldbox.cfc: line 71
Called from C:\www\contentbox\Application.cfc: line 78
162 : <cfargument name="detail" required="false" default="">
163 : <cfargument name="type" required="false" default="Framework">
**164 : <cfthrow type="#arguments.type#" message="#arguments.message#" detail="#arguments.detail#">**
165 : </cffunction>
166 :