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

The STARTDATE argument passed to the searchEntries function is not of type date. #45

Closed nischi closed 11 years ago

nischi commented 11 years ago

I get allways this error on the dashboard page.

in the criteria struct i have follow startdate "Mai, 22 2013 09:27:02"

Any reason why?

Thanks

oarevalo commented 11 years ago

Yes, this is caused by a bug in ColdFusion's parsing of JSON data. This was fixed by a recent commit to the 1.8 branch. This is described on issue #29

On Thu, May 23, 2013 at 12:28 AM, Thierry Nischelwitzer < notifications@github.com> wrote:

I get allways this error on the dashboard page.

in the criteria struct i have follow startdate "Mai, 22 2013 09:27:02"

Any reason why?

Thanks

— Reply to this email directly or view it on GitHubhttps://github.com/oarevalo/BugLogHQ/issues/45 .

Oscar Arevalo http://about.me/oarevalo http://www.coldbricks.com - Content Management System http://www.oscararevalo.com - My Blog

nischi commented 11 years ago

ah okay, cool. thanks, i will update to 1.8 :)