Try adding <cfsetting requesttimeout="3600" /> to Application.cfc or .cfm (or to index.cfm before the cfinclude tag) in the translator folder.
Sometimes you will get timeouts like that when loading an app for the first time... it depends on many factors, but adding that cfsetting is a good troubleshooting first-step. J On Dec 10, 2009, at 11:10 AM 12/10/09, Jeremy Rottman wrote: > I am switching from PureMVC to Model-Glue for various reasons. So far > I have been having a hell of a time getting the framework up and > running. > > I have been following the Quickstart example and I have followed the > steps one by one. After each step I test the page /translator/ > index.cfm. Every time I test this page I the following time out > exception. ... -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
