BugLog 1.2 Rules!!!
Well, it's official, the new release of BugLog is now available at RiaForge. I know I just recently released version 1.1 but I was so excited about the new Rules system that I wanted to share it with anyone that is using BugLog. You can read more about the concept of rules in BugLog here.
The new version includes the rule processing functionality as well as an interface within the BugLog admin for users to manage the rules. New rules still need to be created manually by creating the rule cfc, but the interface allows users to define/modify/remove instances of rules.
Since this is brand new functionality I'm calling this release a "beta" to see if any bugs make their appearance, as well if there is any feedback from the users (anyone? hello?? :) )
Well, check it out and let me know your thoughts.
i think bugloghq is the just the thing i am looking for - but i can't install it.
i am able to start the mysql-script, but that's it.
I get following error:
Attribute validation error for tag CFMAIL.
The value of the attribute FROM is invalid. The length of the string, 0 character(s), must be greater than or equal to 1 character(s).
The error occurred in D:\USER\flammable-cf.de\www\BugLogHQ\hq\Application.cfc: line 117
115 : <!--- notify administrator of the error --->
116 : <cfmail to="#this.topLevelErrorRecipient#"
117 : from="#this.topLevelErrorSender#"
118 : subject="BUG REPORT: [#this.Name#] [#hostName#] #error.message#"
119 : type="html"><cfdump var="#arguments.exception#"></cfmail>
I think my cold-fusion-knowledge is not good enough...
It seems that you did not set the sender and recipient email addresses on the Application.cfc in the hq directory. These values are used to send top-level errors via email. You can set these values by changing lines 13 and 14 on Application.cfc
Let me know how it goes,
Oscar
now i get the next error message:
The following is the information returned:
Attribute validation error for tag CFMAIL.
The value of the attribute FROM is invalid. The length of the string, 0 character(s), must be greater than or equal to 1 character(s).
But why? i filled out the sender and recipient. I even got an error-mail to the recipient-address
By the way, take a look to the readme.txt file, it describes these changes and also how to integrate buglog with your own coldfusion applications.
Let me know if you have any more problems,
Oscar
When you give me your e-mail-address i can send you the complete error message.
Joern
(of course i read the readme-file, but it doesn't helped me)
Read through the read-me file and am getting this error now:
This email is sent because the buglog server could not be contacted. The error was: Error Executing Database Query.[Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert the value NULL into column 'ApplicationID', table 'B21.citm.bl_Application'; column does not allow nulls. INSERT fails.
From the error message I would check on the database that the ApplicationID column on the bl_application table is correctly set as the primary key and that is set to be the Identity field (so that it automatically sets the primary key value when a record is inserted).
I keep seeing that there are a few bugs on the db code that I have been putting off to fix for a while, but I'll use this weekend to find some time and take a look an put up an updated and fixed version of the program.
Sorry for the troubles!