The value returned from the createAppLoader function is not of type coldbox.system.web.loader.AbstractApplicationLoader.

Hi,

on my shared host I get this error message:

btw, this is Coldbox 3.0.0. on CF9

Does the class being returned extend the abstract class in the error message? I’m guessing this is using duck typing where any subclass that extends the abstract class should be able to be returned. I’m driving though, so I can’t check the code right now.

The error occurred in /coldbox/system/web/services/LoaderService.cfc
which extends coldbox.system.web.services.BaseService.

createAppLoader function still does not return type
coldbox.system.web.loader.AbstractApplicationLoader.

This error occurs at my shared host location. Funny thing is, I don't
get this error when this codebase runs on my local development
environment...

Marc

What version of ColdFusion 9? Is this 9.01 or vanilla 9?

I am not able to duplicate it here, and I am sandboxed correctly, and I can
see how that could be a problem. But I don't get the problem here.

Regards,
Andrew Scott
http://www.andyscott.id.au/

From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com] On
Behalf Of marc
Sent: Monday, 25 April 2011 11:24 PM
To: ColdBox Platform
Subject: [coldbox:9754] Re: The value returned from the createAppLoader
function is not of type
coldbox.system.web.loader.AbstractApplicationLoader.

The error occurred in /coldbox/system/web/services/LoaderService.cfc
which extends coldbox.system.web.services.BaseService.

createAppLoader function still does not return type
coldbox.system.web.loader.AbstractApplicationLoader.

This error occurs at my shared host location. Funny thing is, I don't get

this