We are experiencing some issues with Roundcube webmail client
- emails cannot be sent,although we can login and it seems to receive emails without problem
This is the software version we are currently running:
- cPanel 11.24.5-R38506 - WHM 11.24.2 - X 3.9
- roundcube version seems to be version 0.2-b
- mysql version 4.1
Tried the following based on reading the forums
a) /usr/local/cpanel/bin/update-roundcube --force
b) /scripts/upcp --forceCode:tar -x -p -z --no-same-owner -f /usr/local/cpanel/src/3rdparty/gpl/roundcube-0.2b.cpanel.tar.gz -C /usr/local/cpanel/base/3rdparty Archiving current Roundcube data to /var/cpanel/roundcube/roundcube.backup.sql.1258577225 mysqldump: unknown variable 'ignore-table=roundcube.cache' Failed to backup existing Roundcube DB. DB likely did not exist.Database "roundcube" dropped Cleaning old Roundcube data archives Creating Roundcube database ERROR 1005 at line 89: Can't create table './roundcube/contacts.frm' (errno: 150) Roundcube updated to 0.2b
doesnt fix the problem
The results of error logs are:
tail -f /var/cpanel/roundcube/log/errors
My understanding is that the tables identities / contacts were not properly created. I tried to run mysql.initial.sql in phpmyadmin but it couldnt create the tables contacts and identities.Code:[18-Nov-2009 15:44:23 -0500] DB Error: MDB2 Error: no such table Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT COUNT(contact_id) AS rows FROM contacts WHERE del<>1 AND user_id='1' AND (`email` LIKE '%info@webmentors.ca%' OR `name` LIKE '%info@webmentors.ca%')] [Native code: 1146] [Native message: Table 'roundcube.contacts' doesn't exist] in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.php on line 540 (POST /3rdparty/roundcube/index.php?_task=&_action=) [18-Nov-2009 15:44:30] MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute statement] [Last executed query: SET NAMES 'utf8'] [Native code: 1193] [Native message: Unknown system variable 'NAMES'] [18-Nov-2009 15:44:31] MDB2 Error: no such table (-18): _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT * FROM identities WHERE del<>1 AND user_id='1' ORDER BY `standard` DESC, name ASC, identity_id ASC] [Native code: 1146] [Native message: Table 'roundcube.identities' doesn't exist] [18-Nov-2009 15:44:31 -0500] DB Error: MDB2 Error: no such table Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT * FROM identities WHERE del<>1 AND user_id='1' ORDER BY `standard` DESC, name ASC, identity_id ASC] [Native code: 1146] [Native message: Table 'roundcube.identities' doesn't exist] in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.php on line 540 (POST /3rdparty/roundcube/index.php?_task=mail&_action=send)
Are the MYSQL problems related to sending mail problem.



LinkBack URL
About LinkBacks
Reply With Quote









