ContentBox error message

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.

kk, turns out the dbcreate was set to none.

Once that was sorted, I was able to enter the install details, but then got this error message and cant continue.

The method loadRules was not found in component E:\projects\ColdFusion\ContentBox\Coldbox\system\interceptors\Security.cfc.
Ensure that the method is defined, and that it is spelled correctly.

It needs the latest ColdBox 3.5 from the development branch.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

I am using that too Luis.

The latest commit to the development branch will show the Security interceptor now has the loadRules() methods exposed as public. Make sure it has it.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Luis, I downloaded ColdBox from github today, installed it.

What more do I have to do?

development branch?

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Yes and to make sure I downloaded it just 2 secs ago and restarted ColdFusion, and get the same error.

Hmm, restarted again and get this error now

Application Execution ExceptionError Type: Builder.BuildCFCDependencyException : [N/A]

Error Messages: Error building: coldbox.system.plugins.Renderer -> Complex object types cannot be converted to simple values. The expression has requested a variable or an intermediate expression result as a simple value. However, the result cannot be converted to a simple value. Simple values are strings, numbers, boolean values, and date/time values. Queries, arrays, and COM objects are examples of complex values.

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

Restarted again and get this error

Yea, that is totally weird, looks like it is not the development branch.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Well I don’t know what to tell you Luis, I selected Coldbox-Framework, selected branches and then selected development and hit the download button.

So if that doesn’t download that branch then I don’t know what to say.

So how do I download the development branch or you going to keep that a secret, I would like to know without installing git on my machine.

From what I can tell all branches are not setup to be downloaded.

Ill put it on the ContentBox install. Give me a few

To download any Github repo from github.com, simply append “/zipball/branchName” to the end of the repo URL.

So, the following URL downloads the ColdBox platform development branch:
https://github.com/ColdBox/coldbox-platform/zipball/development

Even easier, is to switch to the branch you want using the “Current branch” drop down and then click the “Zip” button to the left of the Git URL text box.

The “Downloads” button only works if the repo owner has set up downloads. Otherwise, the automatic buttons that appear there always just give you the master branch.

Thanks!

~Brad

Thanks Brad, but every time I switched to development there was no zip option on the drop down. Unless I am not looking in the right spot for it.

Anyway I got it eventually, tried cloning the branch and got someone else to down load it for me.

Luis, is there a release date for this version?

for contentbox or coldbox?

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Oh sorry for ColdBox…

RC1 by cfsummit in february with ContentBox beta.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

It’s entirely possible that I only see the link since I’m logged into GitHub, but here’s a screen shot of where I see the zip download button.

~Brad