My test app started from the Advanced template. I added security/
login. http://localhost gives the login screen as it should then on
doLogin event it throws the event error. After a successful login it
should go to next event: general.home. the exception page shows that
session and client variables where set and user is logged in. But i'm
not sure why its trying to run /CFIDE/GraphData/cfm as an event.
+wwwroot
+---CFIDE
+---coldbox
+---config
+---handlers
etc...
Event error:
CFIDE.GraphData is not valid registered event.
Also, I don't have any SES, and if i hit: http://localhost/CFIDE/GraphData/cfm
my login view is loaded. Technically it should give 404 - i don't even
see that graphdata exists.
What a shame. I still had a lurking web.config trying to rewrite. All
is good now. I'll try to post more serious questions next time.
I want to add, that after a couple weeks of studying and testing CB
I'm still excited about it and hopefully soon i will deploy my first
CB site. Thanks.
Are you using SES rewrite rules? If so make sure that the cfide is exempt
from these rules.
Regards,
Andrew Scott
http://www.andyscott.id.au/
From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com] On
Behalf Of Daniel Mejia
Sent: Saturday, 12 March 2011 7:02 AM
To: ColdBox Platform
Subject: [coldbox:8699] FW, CFIDE and my app code on localhost root
directory is causing event errors
My test app started from the Advanced template. I added security/ login.
http://localhost gives the login screen as it should then on doLogin event
it
throws the event error. After a successful login it should go to next
event: