framework not found

21 views
Skip to first unread message

Mike Rankin

unread,
Feb 24, 2011, 12:09:24 PM2/24/11
to framew...@googlegroups.com
This may actually be a ColdFusion bug, but I'm not sure yet.

I'm running CF9 Enterprise and setting up a dedicated instance of cf and running the site through IIS7(with 6 tools).

Trying to run my fw/1 app shows that the variables.framwork structure is never created.  Very strange.  I set it up like the example in the docs shows, using the following syntax:

variables.framework = {
 defaultItem = 'index',
 home = 'main.index', 
 error = 'main.err',
 unhandledExtensions = 'css,ico'
};
This doesn't work and doing a writedump(variables.framework) comes back with framework not defined.
If, on the other hand, I use this syntax:
variables.framework.defaultItem = 'index';
variables.framework.home = 'main.index';
variables.framework.error = 'main.err';
variables.framework.unhandledExtentions = 'css,ico';
everything seems to work fine.

The original code worked under 9.0.0.  

Is this a known issue?  Is it by design and I'm coding something wrong? What gives?

Dave Anderson

unread,
Feb 24, 2011, 3:31:13 PM2/24/11
to framew...@googlegroups.com
I'm using FW/1 v1.1.1 on IIS7 and ACF 9.01 Standard, and I haven't seen that problem.

Mike Rankin

unread,
Feb 24, 2011, 3:39:27 PM2/24/11
to framew...@googlegroups.com
I didn't seem to have this problem on cf standard either.  It was the move to enterprise where it showed up.

Joe Brislin

unread,
Feb 25, 2011, 8:51:27 AM2/25/11
to framew...@googlegroups.com
Mike,

I've had the exact same issue configuring ORM. I had submitted it as a bug to Adobe but they were never able to replicate it on their side. This only started happening with the ACF Update to 9.0.1. The only way that it works is by formatting that way you had:

variables.framework.defaultItem = 'index';
variables.framework.home = 'main.index';
variables.framework.error = 'main.err';

You might want to submit another bug so that maybe they'll take a look at it again.

- Joe

On 2/24/2011 3:39 PM, Mike Rankin wrote:
I didn't seem to have this problem on cf standard either.  It was the move to enterprise where it showed up. --
FW/1 on RIAForge: http://fw1.riaforge.org/
 
FW/1 on github: http://github.com/seancorfield/fw1
 
FW/1 on Google Groups: http://groups.google.com/group/framework-one
Reply all
Reply to author
Forward
0 new messages