Hi there,
I’m getting a weird error every time I hit the SUBMIT button on my register page.
When a user hits the SUBMIT button a POST request is sent to login.register and always returns 500 Internal Server Error when the button is hit first time. When the button is hit second time, there’s no error.
Message | key [FileBrowser] doesn’t exist |
- | - |
Stacktrace | The Error Occurred in
/web/mysite.com/public_html/coldbox/system/web/services/ModuleService.cfc: line 408
> 406:
> 407: // Register the Config as an observable also.
> 408: interceptorService.registerInterceptor( interceptorObject=instance.mConfigCache[ arguments.moduleName ], interceptorName=“ModuleConfig:#arguments.moduleName#” );
> 409:
> 410: // Register Models if it exists
called from /web/mysite.com/public_html/coldbox/system/web/services/ModuleService.cfc: line 340
called from /web/mysite.com/public_html/coldbox/system/web/services/LoaderService.cfc: line 58
called from /web/mysite.com/public_html/coldbox/system/Bootstrap.cfc: line 71
called from /web/mysite.com/public_html/Application.cfc: line 37
called from /web/mysite.com/public_html/Application.cfc: line 53
|
Java Stacktrace | key [FileBrowser] doesn’t exist |
Any ideas?
Thanks,
Michal