Skip to main content

Errors on error_log

Comments

3 comments

  • cPanelMichael
    Hello, Please let us know if the following command completes successfully:
    /usr/local/cpanel/bin/update-roundcube --force
    Thank you.
    0
  • Fbarajas
    No, it doesn't: Problem encountered during schema update: schema file: /usr/local/cpanel/src/3rdparty/gpl/roundcube_schema/upgrade/0.7_0.7.1/mysql on statement: ALTER TABLE `contacts` DROP FOREIGN KEY `user_id_fk_contacts`; Error: DBD::mysql::st execute failed: Error on rename of './roundcube/contacts' to './roundcube/#sql2-5e96a-abe73a' (errno: 152) Warning: something's wrong at /usr/local/cpanel/bin/update-roundcube line 225. Restoring previous Roundcube data info [update-roundcube] Error occurred during upgrade
    0
  • cPanelMichael
    You may need to backup the roundcube database, drop it, and then force the roundcube update again. EX:
    mysqldump roundcube > /var/cpanel/roundcube/backup_roundcube1.sql mysql mysql> DROP DATABASE roundcube; Query OK, 15 rows affected (0.63 sec) mysql> quit /usr/local/cpanel/bin/update-roundcube --force
    Then, if you have data you want to preserve from the Roundcube database that you saved, you can restore it. Thank you.
    0

Please sign in to leave a comment.