[ContentBox.1.0. DEV]

I am using railo with latest update for bleeding edge. I tried to install ContentBox with a fresh install of railo, coldbox 3.5 and contextbox.

I get an error on line #55 of setup.cfc in /modules/contextbox-installer/model/setup.cfc.

I changed return hash( variables.toString() , “MD5” );

to

return hash( serializeJSON(variables) , “MD5” );

which allows it to run as a string and then has it. Hopefully that works!?!?!

apparently toString does not have the ability to convert objects to strings within Railo bleeding edge.


Jeremy R. DeYoung
Phone:615.261.8201

RantsFromAMadMan.com

thanks added

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

You mention Railo bleeding Edge, what about normal Railo. Does the same problem exist?