Setting ContentBox up on Centos 6.6 + Apache 2.4.10 + ColdFusion 11 Update 3 Standard + MySQL 5.6.22

I’m trying to setup a vanilla ContentBox install of contentbox-2.0.0.00095-201406201341

Running Centos 6.6
Apache 2.4.10
ColdFusion 11 Update 3 Standard
MySQL 5.6.22 Community Server

When trying to go to the cbadmin I get:

Oops! exception Encountered### Application Execution ExceptionError Type: HandlerService.EventHandlerNotRegisteredException : [N/A]

Error Messages: The event: contentbox-admin:security.login is not valid registered event.

I put on the cfdebug output and I see the following:

CFC[ /www/com/domain/wwwroot/coldbox/system/web/services/DebuggerService.cfc | pushTracer(ERROR 04:11:18.329 PM ContentBox Modular CMS

domain
Invalid Module Event Called: contentbox-admin:security.login. The module: contentbox-admin is not valid. Valid Modules are: contentbox-ui,contentbox-security,contentbox-admin,contentbox-filebrowser,contentbox, ) ] from /www/com/domain/wwwroot/coldbox/system/web/services/DebuggerService.cfc

Very confused about what is actually happening here.

I’m going to try again on a clean install tomorrow, but thought I’d post here and see if anyone else could shed some light on what’s gone wrong.

As I say this is a straight clean install.

unzip the contentbox zip straight into wwwroot
Ran the ContentBox installer
Main site runs
The clicking to login gives this error.

Cheers

Me too. That’s my same stack.

Out of curiosity. Agh I know what it is. It’s those stupid cf11 compat bugs. Can you download our 2.1 prerelease

http://integration.staging.ortussolutions.com/artifacts/ortussolutions/contentbox/2.1.0/contentbox-2.1.0.zip

Thanks Pal,

You’ve saved my sanity :slight_smile:

I’ll try it out with the pre-release tonight, I wonder if this is the reason I was getting issues around duplicate keys in ORM (Fixed once I commented out the update rule in Application.cfc)

Cheers

Same error with the prerelease :frowning:

Unfortunately this leaves me a little stuck, as the download for CF11 for Linux 64bit now comes with the Updater 3 built in and so I can’t roll back.

Unless someone has the Original CF11 for Linux 64bit?

Let me try locally on cf11 one sec

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

ColdBox Platform: http://www.coldbox.org
ContentBox Platform: http://www.gocontentbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

Would seem to be CF 11 Update 3

I was able to get an older CF11 Linux 64bit install and get up to Update 2
ContentBox is broken under Update 3

My other issues with the ORM update was due to the clean install of MYSQL being case sensitive, I fixed this by it no longer be sensitive to table name cases :slight_smile:

Thanks for the help

Hi Kev,

I tried on cf11 update 3 and cannot reproduce this.

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

ColdBox Platform: http://www.coldbox.org
ContentBox Platform: http://www.gocontentbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

It seems to work ok on Update 2 on Centos 6.6

But also works on Update 3 on my mac.

I will see if I can install the update 3 on the Centos machine and see if it works.

Cheers

Thanks kev. Let me know if I need to change something.