RE: [coldbox:9499] CB3.0 doesn't work in a shared env with sandboxing REVISITED

Luis, have you ignored this or are you looking at this?

I had to make the following change to the binder.cfc for this to work in a sandboxed environment.

if(arguments.locations[x] != ‘’) {

instance.scanLocations[ arguments.locations[x] ] = expandPath( “/” & replace(arguments.locations[x],".","/",“all”) & “/” );

}

Now although this appears to work, I am not sure what other consequences this might have.

Regards,

Andrew Scott

http://www.andyscott.id.au/

Where is this? What line?

Luis F. Majano
President
Ortus Solutions, Corp

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

foudn it and fixed. It should only register ones that have length

Luis F. Majano
President
Ortus Solutions, Corp

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

Cool thanks Luis, so far that is the only problem I have found with sandboxing.

Regards,

Andrew Scott

http://www.andyscott.id.au/

Excellent! Thanks for testing!!

Luis F. Majano
President
Ortus Solutions, Corp

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

Lol I had no choice Luis moved over to a new host with the ColdBox 3 app I am working on, and everything just fall apart. It was actually the host that found this problem, I just provided the code to fix it.

And if this application wasn’t a CF9.01 ORM app I might have never known so soon.

Regards,

Andrew Scott

http://www.andyscott.id.au/