Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Element WHEELS.EVENTPATH is undefined in APPLICATION for unamed application #222

Closed
devalnor opened this issue Mar 17, 2014 · 0 comments
Closed
Labels
Milestone

Comments

@devalnor
Copy link

On CF10 - Ubuntu

I you don't give a name to your application in config/app.cfm you will get error when you use .cfm in url (like http://domain.com/thisisanoldscript.cfm)

Element WHEELS.EVENTPATH is undefined in APPLICATION

The error occurred in /vagrant/web/wheels/global/internal.cfm: line 307
305 : {
306 : $header(statusCode="404", statusText="Not Found");
307 : $includeAndOutput(template="#application.wheels.eventPath#/onmissingtemplate.cfm");
308 : $abort();
309 : }

This is because de application scope is empty.

I suggest that CFwheels generate is own default name instead of Coldfusion

@scahyono scahyono added the bug label May 23, 2014
@perdjurner perdjurner modified the milestones: 1.1.9, 1.2.0, 1.3.0 Jul 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants