Variable BINDER is undefined.

I used gitBash to pull the latest out of github for contentBox and
coldBox and when i go to /contentBox I get the following error:

Variable BINDER is undefined.

The error occurred in \\vmware-host\Shared Folders\UAOCode
\builderWorkspaces\sandbox\contentbox\modules\contentbox
\ModuleConfig.cfc: line 40
Called from \\vmware-host\Shared Folders\UAOCode\builderWorkspaces
\sandbox\coldbox\system\web\services\ModuleService.cfc: line 462
Called from \\vmware-host\Shared Folders\UAOCode\builderWorkspaces
\sandbox\coldbox\system\web\services\ModuleService.cfc: line 194
Called from \\vmware-host\Shared Folders\UAOCode\builderWorkspaces
\sandbox\coldbox\system\web\services\ModuleService.cfc: line 101
Called from \\vmware-host\Shared Folders\UAOCode\builderWorkspaces
\sandbox\coldbox\system\web\services\ModuleService.cfc: line 40
Called from \\vmware-host\Shared Folders\UAOCode\builderWorkspaces
\sandbox\coldbox\system\web\services\LoaderService.cfc: line 81
Called from \\vmware-host\Shared Folders\UAOCode\builderWorkspaces
\sandbox\coldbox\system\Coldbox.cfc: line 71
Called from \\vmware-host\Shared Folders\UAOCode\builderWorkspaces
\sandbox\contentbox\Application.cfc: line 57

38 :
39 : // Security/System
40 :
binder.map("securityService@cb").to("contentbox.model.security.SecurityService");
41 :
binder.map("settingService@cb").to("contentbox.model.system.SettingService");
42 :
binder.map("authorService@cb").to("contentbox.model.security.AuthorService");

Did you pull coldbox development branch or master 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 had that error when using an old version of coldbox. Sure you got the
latest 3.5 source?

First I am new to gitHub and git clients. But I believe I am using
the "remotes/origin/master"; which "branch" should i be using?

or should i be using the tag 3.5.0.beta?

thanks.

Switch to the development branch.

That worked! Although, I would like to start the process over, so I
deleted the database, deleted my folder i pulled contentbox github.
and started over by downloading contentbox from github and then tried
to hit the site, but i'm getting the following error.

Table cb_author defined for cfc contentbox.model.security.Author does
not exist.

is there a flag somewhere that gets set when the installation is
complete?

thanks,
Craig

I would remove the database completely to start again. Also, make sure you either restart CF or do an ?ormreload=1 in the URL, so whatever is in memory is removed.

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

is there a specific version of Adobe CF 9 that needs to run this ? I
am now getting the error:

Error building: authorService@cb -> Parameter validation error for the
ORMFLUSH function. The function takes 0 parameter. with constructor
arguments: {}

The 9.0.1 update that added support for multiple datasources is required.

Michael McKellip