oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

v1.8 Bug: Couple of valueList() statements that throw syntax errors #25

Closed bcswartz closed 11 years ago

bcswartz commented 11 years ago

There are 3 instances in the BugLog code:

components/hq/appService.cfc, lines 692 and 703 components/bugLogListener.cfc, line 333

...where the variable inside the valueList() function is enclosed in double-quotes. In ColdFusion 9.0.1 (on my box, anyway), those lines throw the error "Complex constructs are not supported with function ValueList" and prevent BugLogHQ from even running.

Removing the double-quotes solves the problem.

oarevalo commented 11 years ago

Fixed