Your Open Source

 
Related Posts
Linux  >>  Mail  >>  Exim

When I try to log into Horde, it simply goes back

When I try to log into Horde, it simply goes back to the page asking for the language

SSH to the server and run the following commands from MySQL prompt:

mysql
mysql> use horde;
mysql> drop table horde_sessionhandler;
mysql> CREATE TABLE horde_sessionhandler (
session_id VARCHAR(32) NOT NULL,
session_lastmodified INT NOT NULL,
session_data LONGBLOB,

PRIMARY KEY (session_id)
) ENGINE = InnoDB;
Reply With Quote

  • hits 119
  • datetime Aug 01 09 04:12:14
  • author Tjrambabu
  • rating

Rating : 12345
Tags :- Exim

Answers

No Answers..
Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: