new to Contentbox

That host name doesn’t appear to be mapped to your web root. I get an “Red Hat Application Stack Test Page”.

Also, what version of CF do you have installed?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

This are the maps and files that are in the root on my server:

Maps

.settings
bin
conf
jdk
lib
logs
temp
work
www

Files

APACHE_LICENSE
build.xml
build-package.xml
devbox-buildID-201306190945
CONTENTBOX_RUNNING.TXT
CONTENTBOX_LICENSE.txt
Icon_
tomcat.txt
tomcat_release_notes.txt

Is this correct?

Hi Brad.It is a subdomain for me to test on. Coldfusion 9 is running on the server!

Thanks Donald

The root of your server’s hard drive, or your web root? I’m going to assume the latter since I can access

http://contentbox.sothenwhat.com/CONTENTBOX_RUNNING.TXT

First of all, it appears you have tried to set up a ContentBox Express install in your web root. That’s not really how Express is intended to be used (at least not in the web root anyway). If you are going to use it, PLEASE change all the default passwords that comes with

Frankly though, I’m not sure where to begin. Express is built on Railo, but based on the 404 I get when I type in /randomFileName.cfm you also have ColdFusion running on this machine. I’d have to see your web server virtual hosts and a number of other things to even begin to see if you have ContentBox set up right.

I’d recommend hiring a server admin who’s familiar with Railo/ColdFusion/Whatever you’re planning on using and have them help you get your server running.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hi Brad,

I decided to delete everything and to make a fresh start. So I deleted the previous upload, downloaded the source. instead of the Express and uploaded it to the server! When I hit the domain i get the following error:

Error in executing the DDL.
Specified key was too long; max key length is 1000 bytes

What is the reason for this error, and what can I do about it?

Thank you in advance,
Donald

Hi Martin,

I decided to delete everything and to make a fresh start. So I deleted the previous upload, downloaded the Source. instead of the Express and uploaded it to the server! When I hit the domain I get the following error:

Error in executing the DDL.
Specified key was too long; max key length is 1000 bytes

What is the reason for this error, and what can I do about it?

Thank you in advance,
Donald

What database are you on?

Hi luise.

mySql

What version?

I am also using MYSQL with no issues.

signature0.jpg

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

Hi Luis.

It is mysql version 5.0.95

signature0.jpg

Have you tried Ina local machine. I also use MySQL and have not seen that error before. Really weird

Invalid CFML construct found on line 144 at column 25.
ColdFusion was looking at the following text:

for

The CFML compiler was processing:

A script statement beginning with for on line 144, column 25.
A script statement beginning with { on line 142, column 35.
A script statement beginning with if on line 142, column 17.
A script statement beginning with function on line 114, column 9.

and after debugging it gives me this information:

The error occurred in C:\inetpub\wwwroot\Contentbox\modules\contentbox\model\content\BaseContent.cfc: line 144

142 : if( hasComment() ){
143 : result[ “comments” ] = [];
144 : for( var thisComment in variables.comments ){
145 : arrayAppend( result[ “comments” ], thisComment.getMemento() );
146 : }

Donald

What version of Coldfusion you on

Hi Luis. Its CF 9, both local as on the Server

9.01 or 9.00

What updaters do you have installed? I believe ContentBox will require at least 9.0.1.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

9.00

Tha’ts why, you need the free upgrade to 9.01

signature0.jpg

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

Hi Luis,

I just did a update from this site:

http://helpx.adobe.com/coldfusion/kb/cumulative-hotfix-4-coldfusion-901.html

Is that the right one, or do you have a straight link?

Gr Donald

signature0.jpg

I am not sure,

I always applied the 9.0.1 update from here: http://www.adobe.com/support/coldfusion/downloads_updates.html#cf9

signature0.jpg

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

signature0.jpg