BugLogHQ 1.3 - Beta Available

I've been working this weekend on an update to BugLogHQ, mostly to fix several issues with database access.

Here is the beta release for BugLogHQ 1.3. Download, unzip, try it out, and let me know any bugs you find.

The changes for this release are pretty much all internal to the functioning of BugLog; basically I re-did the way the application interacts with the back end data storages; also added some caching functionality that will improve the performance of the listener and finally made some changes to the main BugLogHQ application (yes, the one with the pretty charts :) ) to improve the performance especially when you have already a lot of bugs.

Enjoy!

Comments
Joe Danziger's Gravatar Hey Oscar,

I'm getting the following error when trying to run the 1.3 beta:
An error occured while Parsing an XML document.
Content is not allowed in prolog.
# Posted By Joe Danziger | 12/13/07 3:56 PM
Oscar's Gravatar Hi Joe,
In which part is that you are getting the error? while sending a bug report or while going into the main application?
Usually when I've seen that error in CF is when trying to do an XMLParse with a file that CF cannot find (it gets a 404 and CF is trying to parse it as xml thus giving that error)
# Posted By Oscar | 12/13/07 4:03 PM
Joe Danziger's Gravatar Getting that error when I try to go the the main application. Not even getting to the login screen..
# Posted By Joe Danziger | 12/13/07 4:23 PM
Joe Danziger's Gravatar Easier to debug if the <onError> method is commented out.

It appears line 16 in Application.cfc should read <cfset this.configDoc = "config/config.xml.cfm">
instead of <cfset this.configDoc = "config/config.xml">.

Also, the model path on the line below that does not seem to exists..
# Posted By Joe Danziger | 12/13/07 4:35 PM
Oscar's Gravatar Yep, you are right!!
That was a big mistake on my part, I'll fix it and replace the download package.
# Posted By Oscar | 12/13/07 4:40 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.9. Contact Blog Owner