Results 1 to 4 of 4

Thread: Horde is not remembering message sort order

  1. #1
    dxm
    dxm is offline
    Member
    Join Date
    Aug 2007
    Posts
    21

    Default [SOLVED] Horde is not remembering message sort order

    When I change the sort order of messages in my inbox, i.e. newest messages at the top, and then log out, when I log back in the messages are sorting with the oldest messages first.
    I would expect horder to 'remember' my preference here.
    Is this not the case?


    thanks

    Last edited by dxm; 05-15-2009 at 02:27 AM. Reason: problem resolved

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2005
    Location
    New Jersey, USA
    Posts
    395

    Default

    Did this just start recently or has it always been like this?

    Your browser cache and cookie settings may also have something to do with this.

    You can also update cpanel and horde just in case.

  3. #3
    dxm
    dxm is offline
    Member
    Join Date
    Aug 2007
    Posts
    21

    Default

    This was initially reported by a customer, and I checked my own webmail interface and it is the same there (although I'd never noticed).
    So it's two different people on two different accounts.
    So horde is having difficulties somewhere along the line...

  4. #4
    dxm
    dxm is offline
    Member
    Join Date
    Aug 2007
    Posts
    21

    Default

    I've resolved this.
    The problem was that the horde horde_sessionhandler table was broken.
    I think this was caused by a mysql update a few months back that nuked all of the innodb tables on the server (what a great day that was).
    So what I did was:

    Code:
    mv /usr/lib/mysql/horde /usr/lib/mysql/horde.backup
    /etc/init.d/mysql restart
    (in mysql client) create database horde
    from the command line: /scripts/fullhordereset
    That last command recreated the horde database.
    /etc/init.d/mysql restart
    Now message sorting preferences are remembered and the Last Login text is working too.

    This worked for me. I don't know where users address books are stored, so this solution might nuke people's address books, and so a less destructive approach might be to just delete the files in /usr/lib/mysql/horde/ for the horde_sessionhandler table and the recreate that table (although I'm unsure where the sql for that might reside).

Similar Threads

  1. Parked Domains - Sort Order
    By cpanel-novice in forum Feature Requests for cPanel & WHM
    Replies: 2
    Last Post: 07-30-2010, 02:27 PM
  2. File manager V3 - Sort Order problem
    By dodmo in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 06-17-2007, 12:41 PM
  3. Addon Sort Order
    By _jman in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 01-21-2007, 09:52 AM
  4. Sort Order of Displayed Addons
    By _jman in forum cPanel Developers
    Replies: 0
    Last Post: 01-17-2007, 10:16 AM
  5. Error Message in Horde
    By rqsweat in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 07-12-2006, 05:25 PM