Results 1 to 10 of 10

Thread: How to solve Horde login issue?

  1. #1
    Member
    Join Date
    Jul 2009
    Posts
    5

    Unhappy How to solve Horde login issue?

    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

  2. #2
    Member
    Join Date
    May 2008
    Posts
    1,203

    Default

    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

  3. #3
    Member linux7802's Avatar
    Join Date
    Dec 2007
    Posts
    232
    cPanel/WHM Access Level

    Root Administrator

    Thumbs up Solution

    The login problem is one of the most common problem is Horde.Refer following steps to resolve your issue

    /scripts/fullhordereset
    But as you mentioned that you have been already run above script due to that you need to refer second solution for your issue

    Repair a Database (Database name : horde)

    root#mysql
    mysql>use horde;
    mysql>repair table horde_sessionhandler;
    mysql>\q
    Then on shell prompt run commands

    touch /var/cpanel/usecpphp
    /scripts/fullhordereset

  4. #4
    Member
    Join Date
    Jul 2009
    Posts
    5

    Default still Horde not working

    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

  5. #5
    Member
    Join Date
    May 2008
    Posts
    1,203

    Default

    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

  6. #6
    cPanel Partner NOC cPanel Partner NOC Badge anton_latvia's Avatar
    Join Date
    May 2004
    Location
    Incukalns, Latvia, Latvia
    Posts
    290

    Default

    "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.

  7. #7
    Member
    Join Date
    Nov 2004
    Posts
    13

    Default

    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

  8. #8
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,307
    cPanel/WHM Access Level

    Root Administrator

    Exclamation Friendly Moderator Note

    I have moved this thread from the cPanel Newbies section to the Mail section.

  9. #9
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,562
    cPanel/WHM Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by sankvas View Post
    Please do check the folder /var/cpanel/userhomes/cpanelhorde and the ownership of that files.
    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):
    Code:
    # stat /var/cpanel/userhomes/cpanelhorde/sessions
    Creating the directory structure, if missing:
    Code:
    # mkdir -pv /var/cpanel/userhomes/cpanelhorde/sessions
    Applying correct ownership:
    Code:
    # chown -v cpanelhorde:cpanelhorde /var/cpanel/userhomes/cpanelhorde/sessions

  10. #10
    Member
    Join Date
    Jun 2008
    Posts
    28

    Default Use these command

    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

Similar Threads

  1. Tomcat heap memory issue -- where to solve?
    By alexheizer in forum cPanel & WHM Discussions
    Replies: 11
    Last Post: 07-04-2011, 10:38 PM
  2. How to solve Horde login issue?
    By its_fine in forum New User Questions
    Replies: 6
    Last Post: 10-19-2009, 02:31 AM
  3. Please solve this issue
    By rajuru in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 03-05-2008, 05:57 PM
  4. Horde issue ... cannot create new folders in horde
    By qwerty in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 03-07-2006, 06:00 AM
  5. Horde Login Issue with New Stable Release
    By Solokron in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 06-25-2005, 04:18 AM