Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Peutre on October 19, 2007, 04:02:20 AM

Title: Roundcube DB , PHP fatal error !
Post by: Peutre on October 19, 2007, 04:02:20 AM
Heya,

My roundcube worked perfectly and suddenly when i go to the webmail page, a write page appear :(

Here's a the error :

Quote[19-Oct-2007 09:49:34 +0200] DB Error: DB Error: unknown error Query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='0f535d64bd61af91421671028df18d00' [nativecode=145 ** Table './roundcube/session' is marked as crashed and should be repaired] in /var/www/webmail/program/include/rcube_db.inc on line 505
[19-Oct-2007 09:49:34] PHP Fatal error: Call to a member function getMessage() on a non-object in /var/www/webmail/program/include/rcube_db.inc on line 366

I would like to resolve this problem, nobody get an idea of what i can do ?

Many thanks,

Regards,

Peutre
Title: Re: Roundcube DB , PHP fatal error !
Post by: hcl on October 19, 2007, 04:37:19 AM
Hi try on mysql admin console:

DELETE FROM `session` WHERE CONVERT(`session`.`sess_id` USING utf8) = '0f535d64bd61af91421671028df18d00' LIMIT 1;
Title: Re: Roundcube DB , PHP fatal error !
Post by: Peutre on October 29, 2007, 10:15:46 AM
Thanks a lot, it worked perfectly :)