So I have downloaded this, and created the datasource. As per the connection video
Then browsed to the site and get this error message
Table cb_setting defined for cfc contentbox.model.system.Setting does not exist.
--
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543
--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To post to this group, send email to col...@googlegroups.com
To unsubscribe from this group, send email to coldbox-u...@googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/coldbox
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org
The most likely cause of the error is that you tried to use a complex value as a simple one. For example, you tried to use a query variable in a cfif tag. with constructor arguments: {controller={[(Component=coldbox.system.web.Controller)]}}
Mapping: {MIXINS={[]},DIPROPERTIES={[]},PROVIDERMETHODS={[]},DSL={},DISCOVERED={true},DISETTERS={[]},VALUE={},ONDICOMPLETE={[]},AUTOWIRE={true},CACHE={{KEY={},PROVIDER={default},LASTACCESSTIMEOUT={},TIMEOUT={}}},DIMETHODARGS={[]},TYPE={cfc},DICONSTRUCTORARGS={[{JAVACAST={null},NAME={controller},ARGNAME={},DSL={null},REQUIRED={true},SCOPE={variables},VALUE={[(Component=coldbox.system.web.Controller)]},REF={null}}]},NAME={coldbox.system.plugins.Renderer},SCOPE={noscope},AUTOASPECTBINDING={true},VIRTUALINHERITANCE={coldbox.system.Plugin},PATH={coldbox.system.plugins.Renderer},AUTOINIT={true},EAGERINIT={false},ALIAS={[coldbox.system.plugins.Renderer]},EXTRAATTRIBUTES={{PLUGINPATH={coldbox.system.plugins.Renderer},MODULE={},CUSTOM={false},ISPLUGIN={true}}},METADATA={{NAME={coldbox.system.plugins.Renderer},FULLNAME={coldbox.system.plugins.Renderer},FUNCTIONS={[Ljava.lang.Object;@2dd29d13},HINT={This service renders layouts, views, framework includes, etc.},PATH={E:\projects\ColdFusion\ContentBox\Coldbox35\system\plugins\Renderer.cfc},CACHE={false},EXTENDS={{NAME={coldbox.system.Plugin},FULLNAME={coldbox.system.Plugin},FUNCTIONS={[Ljava.lang.Object;@5e4661e5},SERIALIZABLE={false},HINT={This is the plugin base cfc.},PATH={E:\projects\ColdFusion\ContentBox\Coldbox35\system\Plugin.cfc},EXTENDS={{NAME={coldbox.system.FrameworkSupertype},FULLNAME={coldbox.system.FrameworkSupertype},FUNCTIONS={[Ljava.lang.Object;@5ec531bd},SERIALIZABLE={false},HINT={This is the layer supertype cfc for all ColdBox related objects.},PATH={E:\projects\ColdFusion\ContentBox\Coldbox35\system\FrameworkSupertype.cfc},EXTENDS={{PATH={C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cftags\component.cfc},NAME={WEB-INF.cftags.component},FULLNAME={WEB-INF.cftags.component},TYPE={component}}},OUTPUT={false},TYPE={component}}},OUTPUT={false},TYPE={component}}},OUTPUT={false},TYPE={component}}},CONSTRUCTOR={init},METHOD={},ASPECT={false}}, Stacktrace: coldfusion.runtime.CfJspPage$ComplexObjectException: Complex object types cannot be converted to simple values. at
Variable BINDER is undefined. | |
| The error occurred in E:\projects\ColdFusion\ContentBox\modules\contentbox\ModuleConfig.cfc: line 52 Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 462 Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 194 Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 101 Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 40 Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\LoaderService.cfc: line 81 Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\Coldbox.cfc: line 71 Called from E:\projects\ColdFusion\ContentBox\Application.cfc: line 57 | |
50 :
51 : // Security/System
52 : binder.map("securityService@cb").to("contentbox.model.security.SecurityService");
53 : binder.map("settingService@cb").to("contentbox.model.system.SettingService");
54 : binder.map("authorService@cb").to("contentbox.model.security.AuthorService"); | |
----- Original Message -----From: Andrew Scott
--