I am a web developer, born in PERU and now living in PDX. My platform of choice is CFML but I'm always open to learn anything. I currently work for Mentor Graphics.

I also do freelance web development and have a few open source projects that I maintain.

Where To Find Me:

BugLogHQ 1.3 - Beta Available

December 03, 2007

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!


Posted on December 03, 2007      5 Comments

Related:
Joe Danziger's Gravatar Joe Danziger ...
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.
December 13, 2007 03:56 PM
Oscar's Gravatar Oscar ...
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)
December 13, 2007 04:03 PM
Joe Danziger's Gravatar Joe Danziger ...
Getting that error when I try to go the the main application. Not even getting to the login screen..
December 13, 2007 04:23 PM
Joe Danziger's Gravatar Joe Danziger ...
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..
December 13, 2007 04:35 PM
Oscar's Gravatar Oscar ...
Yep, you are right!!
That was a big mistake on my part, I'll fix it and replace the download package.
December 13, 2007 04:40 PM

All comments are moderated to prevent spam
Leave a comment