FF3 final and Brief 1.2, I can't mark an RSS-Message (with the star)

Hi,

after the update from FF2 to FF3 final and Brief 1.2, I can't mark messages with the yellow star. It turns for an half second to yellow but switch back.
Any solutions for it ?

Thanks in advance.

Hawke

Re: FF3 final and Brief 1.2, I can't mark an RSS-Mes

Please type about:config in the Location Bar, find javascript.options.showInConsole and switch it to true. Then open the Error Console from the Tools menu and clear any old messages. Finally, try to star an item and see if any errors appear in the console.

ancestor,
creator of Brief

Re: FF3 final and Brief 1.2, I can't mark an RSS-Mes

Hi,

here the text

Brief:
SQL statement: UPDATE OR IGNORE entries SET id = generateEntryHash(feedID, providedID) WHERE rowid IN ( SELECT entries.rowid FROM entries INNER JOIN feeds ON entries.feedID = feeds.feedID WHERE entries.date >= feeds.oldestAvailableEntryDate AND entries.providedID != "" )

Fehler: [Exception... "'Error: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageConnection.executeSimpleSQL] Stack: undefined Database error: no such column: feeds.oldestAvailableEntryDate Stack: Error("Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageConnection.executeSimpleSQL] Stack: undefined Database error: no such column: feeds.oldestAvailableEntryDate","undefined",95)@:0
reportError([object XPCWrappedNative_NoHelper],true)@file:///C:/Dokumente%20und%20Einstellungen/HawkeS/Anwendungsdaten/Mozilla/Firefox/Profiles/e1ybgg6y.default/extensions/brief@mozdev.org/components/nsBriefStorage.js:2420
executeSQL("UPDATE OR IGNORE entries SET id = generateEntryHash(feedID, providedID) WHERE rowid IN ( SELECT entries.rowid FROM entries INNER JOIN feeds ON entries.feedID = feeds.feedID WHERE entries.date >= feeds.oldestAvailableEntryDate AND entries.providedID != \"\" ) ")@file:///C:/Dokumente%20und%20Einstellungen/HawkeS/Anwendungsdaten/Mozilla/Firefox/Profiles/e1ybgg6y.default/extensions/brief@mozdev.org/components/nsBriefStorage.js:99
BriefStorage_recomputeIDs()@file:///C:/Dokumente%20und%20Einstellungen/HawkeS/Anwendungsdaten/Mozilla/Firefox/Profiles/e1ybgg6y.default/extensions/brief@mozdev.org/components/nsBriefStorage.js:449
BriefStorage_migrateDatabase()@file:///C:/Dokumente%20und%20Einstellungen/HawkeS/Anwendungsdaten/Mozilla/Firefox/Profiles/e1ybgg6y.default/extensions/brief@mozdev.org/components/nsBriefStorage.js:260
BriefStorage_instantiate()@file:///C:/Dokumente%20und%20Einstellungen/HawkeS/Anwendungsdaten/Mozilla/Firefox/Profiles/e1ybgg6y.default/extensions/brief@mozdev.org/components/nsBriefStorage.js:178
BriefStorage_observe(null,"profile-after-change","startup")@file:///C:/Dokumente%20und%20Einstellungen/HawkeS/Anwendungsdaten/Mozilla/Firefox/Profiles/e1ybgg6y.default/extensions/brief@mozdev.org/components/nsBriefStorage.js:912
Database error: no such column: feeds.oldestAvailableEntryDate' when calling method: [nsIObserver::observe]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "" data: no]

with best regards

Hawke

Re: FF3 final and Brief 1.2, I can't mark an RSS-Mes

It seems that there was some sort of an error in upgrading when you installed Brief 1.2. Here's what you can do to help me diagnose it.

  • Close Firefox
  • Open your profile directory.
  • You'll find 2 files there : brief.sqlite and brief-backup-*.sqlite.
  • Delete brief.sqlite
  • Rename brief-backup-*.sqlite to brief.sqlite.
  • Open Firefox, check the Error Console and report any messages you can see.

Thanks!

ancestor,
creator of Brief

Re: FF3 final and Brief 1.2, I can't mark an RSS-Mes

Hi,

after this , Brief works like it should :-)

Many thanks for your tool and your help.

With best regards

Hawke

Re: FF3 final and Brief 1.2, I can't mark an RSS-Mes

You are da man!

I feel like I am married to your reader. Horrors when it didn't work after upgrade to 3.0. I feel much better now and appreciate your efforts.