Hello,
When we try to login Horde is not able to login.
We did try below step.
1) repaired horde database
2) /scripts/fullhordereset
but still not resolved
Please any have solution.
Thanks in advance
Its_fine
Hello,
When we try to login Horde is not able to login.
We did try below step.
1) repaired horde database
2) /scripts/fullhordereset
but still not resolved
Please any have solution.
Thanks in advance
Its_fine
Is there any error message are you receiving while login to Horde Mail?
AccuWebHosting.Com | CPanel Hosting Provider Since 2003
₪ Cloud Powered Hosting | CPanel VPS
₪ Trusted by 20,000+ Clients Worldwide
The login problem is one of the most common problem is Horde.Refer following steps to resolve your issue
But as you mentioned that you have been already run above script due to that you need to refer second solution for your issue/scripts/fullhordereset
Repair a Database (Database name : horde)
Then on shell prompt run commandsroot#mysql
mysql>use horde;
mysql>repair table horde_sessionhandler;
mysql>\q
touch /var/cpanel/usecpphp
/scripts/fullhordereset
Hello,
Thank you for your reply.
I did try wiht provided solution.
But still issue not resloved
When I got below error.
----------------------------------
mysql> repair table horde_sessionhandler;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 2410
Current database: horde
+----------------------------+--------+----------+---------------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+----------------------------+--------+----------+---------------------------------------------------------+
| horde.horde_sessionhandler | repair | note | The storage engine for the table doesn't support repair |
+----------------------------+--------+----------+---------------------------------------------------------+
1 row in set (0.44 sec)
please let us know what can I do now?
Thanks
Its_fine
It seems that INNODb table 'horde.horde_sessionhandler' is corrupted. You would need to repair this table.
Last edited by thewebhosting; 08-31-2009 at 08:21 AM.
AccuWebHosting.Com | CPanel Hosting Provider Since 2003
₪ Cloud Powered Hosting | CPanel VPS
₪ Trusted by 20,000+ Clients Worldwide
"The storage engine for the table doesn't support repair" is a normal error message - INNODB does not support "repair" and does repairing more or less automatically during mysql restarts.
To reset password for roundcube look in :
/usr/local/cpanel/base/3rdparty/roundcube/config/db.inc.php
(line $rcmail_config['db_dsnw']) and then set correct password for user "roundcube" in MySQL (e.g. use phpMyAdmin), reload privileges.
For Horde look in /usr/local/cpanel/base/horde/config/conf.php and do similar steps for mysql user "horde".
Anton.
* http://www.aleksandrov.eu/ - just a simple personal homepage.
Hi,
what is the output of --> ls -al /var/cpanel/userhomes/cpanelhorde
Please do check the folder /var/cpanel/userhomes/cpanelhorde and the ownership of that files.
"grep ^cpanel /etc/passwd" should give the following
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpanel:x:32001:32001::/usr/local/cpanel:/bin/false
cpanelhorde:x:32003:32005::/var/cpanel/userhomes/cpanelhorde:/usr/local/cpanel/bin/noshell
cpanelphpmyadmin:x:32004:32006::/var/cpanel/userhomes/cpanelphpmyadmin:/usr/local/cpanel/bin/noshell
cpanelphppgadmin:x:32005:32007::/var/cpanel/userhomes/cpanelphppgadmin:/usr/local/cpanel/bin/noshell
cpanelroundcube:x:32006:32008::/var/cpanel/userhomes/cpanelroundcube:/usr/local/cpanel/bin/noshell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Change the ownership of files and folders under /var/cpanel/userhomes/cpanelhorde to cpanelhorde. That should fix the issue for you
Regrads,
Sandeep
I have moved this thread from the cPanel Newbies section to the Mail section.
Expanding upon what sankvas has suggested, please check to ensure the following directory exists:
/var/cpanel/userhomes/cpanelhorde/sessions
The following commands will accomplish the task:
Checking if the directory exists (and display access permissions and ownership):
Creating the directory structure, if missing:Code:# stat /var/cpanel/userhomes/cpanelhorde/sessions
Applying correct ownership:Code:# mkdir -pv /var/cpanel/userhomes/cpanelhorde/sessions
Code:# chown -v cpanelhorde:cpanelhorde /var/cpanel/userhomes/cpanelhorde/sessions
cPResources: Submit a Support Request - Submit a Bug Report - Review existing Tickets
- Support Options - Extra Support Options - Documentation - Mailing Lists - Latest cPanel Builds
- cPanel.net Site Search - Documentation Search - Forums Search - Forums Advanced Search
-- Donald cPanelDon Holl - Analyst, cPanel Quality Assurance
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