Getting this when logging into roundcube
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [0x01F4]
forced cpanel upgrade did not resolve it either
Getting this when logging into roundcube
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [0x01F4]
forced cpanel upgrade did not resolve it either
You can try the following also - that might help:
Code:/usr/local/cpanel/bin/update-roundcube --force
/Best regards Erik.
www.manufrog.com
Code:root@server [~]# /usr/local/cpanel/bin/update-roundcube --force Updating RoundCube (using cPanel version) 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.1238632810 mysqldump: Got error: 1033: Incorrect information in file: './roundcube/cache.frm' when using LOCK TABLES Failed to backup existing Roundcube DB. DB likely did not exist.Database "roundcube" dropped Cleaning old Roundcube data archives Creating Roundcube database Roundcube updated to 0.2b
/usr/local/cpanel/bin/update-roundcube --force
The above command will force upgrade the roundcube on the server. It will drop your existing roundcube database and will create new one.
Are you still facing the problem after force upgrade?
Kailash
This worked for me, thanks!
Sir~
I have the same question.
But I run " /usr/local/cpanel/bin/update-roundcube --force".
It's show some information like below...
------------------------------------------------
Updating RoundCube (using cPanel version)
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
mysqladmin: DROP DATABASE roundcube failed;
error: 'Can't drop database 'roundcube'; database doesn't exist'
Cleaning old Roundcube data archives
Creating Roundcube database
ERROR 1005 (HY000) at line 11: Can't create table './roundcube/session.frm' (errno: 121)
Roundcube updated to 0.2b
-------------------------------------------------
My RoundCube still not working.
How can I to do something? Please~![]()
Mysql is running, I have run mysqlup force.Code:shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory Updating RoundCube (using cPanel version) 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 mysqladmin: DROP DATABASE roundcube failed; error: 'Lost connection to MySQL server during query' Cleaning old Roundcube data archives mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) Creating Roundcube database shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory ERROR 1049 (42000): Unknown database 'roundcube'
Is this because we are currently running with mysql 4.x?
Anyone have a solution?
Thanks.
Try,
mv /etc/my.cnf /etc/my.cnf.BKP
Then force update MySQL :
/scripts/mysqlup --force
Hello guys!! i have a problem!
When i go to roundcube > webmail, appreciate msg take:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [0x01F4]
After go to shell:
I run:
/usr/local/cpanel/bin/update-roundcube --force
I get:
Updating RoundCube (using cPanel version)
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.1251836223
mysqldump: Got error: 1030: Got error 1 from storage engine when using LOCK TABLES
Failed to backup existing Roundcube DB. DB likely did not exist.mysqladmin: DROP DATABASE roundcube failed;
error: 'Unknown table 'contacts,messages,identities,users,cache,session''
Cleaning old Roundcube data archives
mysqladmin: CREATE DATABASE failed; error: 'Can't create database 'roundcube'; database exists'
Creating Roundcube database
ERROR 1050 (42S01) at line 11: Table 'session' already exists
Roundcube updated to 0.2b
Please help!
thank a lot
For Horde
/usr/local/cpanel/bin/update-horde --force
For SquirrelMail
/usr/local/cpanel/bin/update-squirrelmail --force
For Roundcube
/usr/local/cpanel/bin/update-roundcube --force
Enjoy it
http://dcuong.wordpress.com/category...%87-thong-tin/
[QUOTE=cuongvttt;680314]For Horde
/usr/local/cpanel/bin/update-horde --force
For SquirrelMail
/usr/local/cpanel/bin/update-squirrelmail --force
For Roundcube
/usr/local/cpanel/bin/update-roundcube --force
Enjoy it
Would love to actually see a solution here. Appearantely forcing an upgrade of roundcube does not solve the issue nor does moving the configuration and upgrading mysql.
Very old thread, but it will help for people using google search
mysql -e ‘drop database roundcube’;
Hi Guys,
Finally I resolved the error by making a small entry in my.cnf
skip-innodb
Then I re-installed roundcube via
/usr/local/cpanel/bin/update-roundcube --force
& all is working well now.
P.S - This is the fix for mysql 4.x.
Thanks,
Kanwar Ajit
Sloution of this problem is : ssh root :
1 - run :2- then :mysql -e 'drop database roundcube'/usr/local/cpanel/bin/update-roundcube --force