Hi All, After including a rudimentary email mechanism for errors under farcry/core/application.cfc, I started getting emails whenever somebody logged in to the webtop. This is an error that didn't show up on the webtop itself. In fact, it must have been happening every time, but I only noticed it once emails were being sent. Essentially, the first tab that the user clicked would (apparently) load application.cfc and would throw a (unimportant) error regarding line 26:
25: <cfset this.projectConstructorLocation = getProjectConstructorLocation(plugin="webtop") /> 26: <cfinclude template="#this.projectConstructorLocation#" /> What's confusing is that getProjectConstructorLocation returns the corect path ("/farcryConstructor.cfm") so I don't understand what could be causing the error from the Application.cfc standpoint. This would indicate that the error is in the farcryConstructor file, which I guess I can't see since CFEclipse doesn't notice anything, and nothing seems to be set wrong. Any ideas on what could be happening? Thanks, Tomek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---