0

I got FogBugz 7 installed, and have a message at the top of my page:

Warning: Some errors have occurred in your installation.

Most of these (1900) in total are failed mailing messages, because the mailer settings were not set up correctly.

I can remove them one by one, but it would be a pain to get rid of them that way.

How can i delete these easily, so i don't get the Warning every time i log in?

Thanks!

flag

1 Answer

1

Since it sounds like you're a licensed customer (On Demand customers don't have this option), you can delete these from the 'Notification' table in the FogBugz database.

Unless there are errors you definitely want to keep, the quickest way is to simply DELETE FROM Notification;

If you want to keep errors that aren't about sending mail, something on the order of DELETE FROM Notification where sShortDesc LIKE '%sending mail%'; will remove only the "Errors in sending mail" notifications.

If you're an On Demand customer and have this problem, you should contact us.

link|flag
Yup! Solved the issue... Thanks! – Kovacs Levente Nov 22 2010 at 9:54

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.