FedoraForum.org - Fedora Support Forums and Community
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2007
    Location
    Lawrenceville, Georgia
    Posts
    363
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Calendar is broken after update

    Just got today's F12 updates, which included changing Firefox, Thunderbird & Lightning from Beta to full releases (FF=3.5.6; T'Bird=3.0; Lightning=1.0-0.16.20090916hg.fc12.x86_64). My remote calendars from Google come up fine but my local "home" calendar now gets the following errors:

    Error: Error updating timezones: Error: mozIStorageStatement::step() returned an error
    DB Error no such column: recurrence_id_tz

    Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageStatement.reset]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///usr/lib64/thunderbird-3.0/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/modules/calStorageUpgrade.jsm :: ensureUpdatedTimezones :: line 380" data: no]

    I had some events scheduled that I can't access anymore on the local calendar. Any ideas or work-arounds?

    ---------- Post added at 05:20 PM CST ---------- Previous post was at 03:54 PM CST ----------

    Found fix in following bug report: https://bugzilla.redhat.com/show_bug.cgi?id=542736#c5. Apparently there is a problem with sqlite.local not being created correctly on the update. You can just cut and paste the commands from the web page onto the terminal window. Works great now.
    Hey, I was born confused, what's your excuse?!?!?! :D
    AMD Phenom II 965 64 X4, MSI 890FXA-GD70 16 GB (4x4GB) 1600 DDR3 RAM Corsair, Video = AMD HD5770 w/1GB VRAM, SATAIII HDD 1 = 640GB, SATAIII HDD 2 = 1.0TB, SATAII HDD 3 = 1.0TB, SATAIII HDD 4 = 1.0TB, SATA 7 = ASUS DVD/CD, SATA 8 = Panasonic BD/DVD/CD RAM, Corsair HX850W, CoolMaster ATCS840 OS = Fedora 20

  2. #2
    Join Date
    Apr 2004
    Posts
    595
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed! Thanks for posting the answer here!
    Code:
    SOLUTION:
    
    There is a schema problem with the lightning database.
    Do the following:
    
    -Stop thunderbird
    
    -Go to the calendar-data in your thunderbird profile:
    
         cd .thunderbird/???????.default/calendar-data
    
    -Load up sqlite client on database file:
    
         sqlite3 local.sqlite
    
    -Add a few missing columns to two tables:
    
         sqlite>ALTER TABLE cal_relations ADD recurrence_id INTEGER;
         sqlite>ALTER TABLE cal_relations ADD recurrence_id_tz TEXT;
    
         sqlite>ALTER TABLE cal_attachments ADD recurrence_id INTEGER;
         sqlite>ALTER TABLE cal_attachments ADD recurrence_id_tz TEXT;
    
    -Leave client
    
         sqlite>.exit
    
    -Rstart thunderbird

  3. #3
    Join Date
    Jan 2009
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this guys, it worked perfectly for me in both Thunderbird/Lightning and Sunbird.

  4. #4
    Join Date
    Jul 2008
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That fixed the local calendar.

    The network "google calendar" stopped working after the last Thunderbird/Lightning update. When I click on it, it says "the provider for this calendar could not be found."

    ---------- Post added at 12:03 PM CST ---------- Previous post was at 11:43 AM CST ----------

    P.S. I can make the google one work "read-only" as follows but the writing fails; gives
    "error code: "MODIFICATION_FAILED". Any ideas?

    The previous access address (that worked before) was under

    http://www.google.com/calendar/
    Settings -> Calendars -> (name) -> Private Address -> XML

    Now the remote calendar needs to be of iCalendar type and the address should be
    Settings -> Calendars -> (name) -> Private Address -> ICAL

  5. #5
    Join Date
    Jul 2007
    Location
    Zürich
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi erroneus.
    Same thing here. Do you know if there is going to be an automatic update that is going to fix this as well?
    just asking.

    ---------- Post added at 07:49 PM CST ---------- Previous post was at 07:35 PM CST ----------

    In every case. the workaround works great. I am happy to have my going to a concert dates back.
    Signature Removed - Links to commercial sites are not allowed.

  6. #6
    Join Date
    Jun 2005
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This did not.... REDACTED





    Never mind....I'm just not as smart as I think I am.
    Last edited by Emphyrio; 20th December 2009 at 09:42 PM.
    Dan

    *****
    I only sorta, kinda, know what I'm doing. :rolleyes:
    *****

  7. #7
    Join Date
    Jan 2007
    Location
    Lawrenceville, Georgia
    Posts
    363
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=netsuvi;1308515]hi erroneus.
    Same thing here. Do you know if there is going to be an automatic update that is going to fix this as well?
    just asking.[COLOR="Silver"]

    Just found this bug report, the link will take you to the actual report. https://bugzilla.redhat.com/show_bug.cgi?id=548380 By checking it you will see any updates to the status of it. They generally will have a comment that "patch has been posted on {RELEASE}/updates/ and so on or something like that, to indicate that an update is or shortly will be available. Hope that answers your question.
    Last edited by Bad2theBone; 20th December 2009 at 09:41 PM. Reason: Forgot the link
    Hey, I was born confused, what's your excuse?!?!?! :D
    AMD Phenom II 965 64 X4, MSI 890FXA-GD70 16 GB (4x4GB) 1600 DDR3 RAM Corsair, Video = AMD HD5770 w/1GB VRAM, SATAIII HDD 1 = 640GB, SATAIII HDD 2 = 1.0TB, SATAII HDD 3 = 1.0TB, SATAIII HDD 4 = 1.0TB, SATA 7 = ASUS DVD/CD, SATA 8 = Panasonic BD/DVD/CD RAM, Corsair HX850W, CoolMaster ATCS840 OS = Fedora 20

Similar Threads

  1. Replies: 0
    Last Post: 15th December 2009, 12:09 AM
  2. gdm broken during update
    By mbokil in forum Using Fedora
    Replies: 2
    Last Post: 16th July 2006, 09:05 PM
  3. yum just broken on update FC3
    By asg1290 in forum Using Fedora
    Replies: 5
    Last Post: 24th November 2004, 01:44 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •