I switched the following on
coldbox.debugMode = false;
coldbox.handlersIndexAutoReload = false;
coldbox.configAutoReload = false;
coldbox.handlerCaching = true;
coldbox.eventCaching = true;
And started getting the following type of error, not all the time but enough to be a nuisance.
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.
| |
| |
The error occurred in C:\projects\ColdFusion\dev.andyscott.id.au\coldbox\system\web\services\PluginService.cfc: line 141 | |
139 : //end else if instance not in cache. 140 : else{ 141 : oPlugin = refLocal.oPlugin; 142 : } 143 : | |
Regards,
Andrew Scott
--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To post to this group, send email to col...@googlegroups.com
To unsubscribe from this group, send email to coldbox-u...@googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/coldbox
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org