VPS
Main PagecPanel and DirectAdmin LicensingServer Management PlansVirtual Private ServersDedicated Servers
Control Panel Licensing
ServerTune ResellersResellersSpecial PromotionsServerTune SpecialsHomeAbout ServerTuneContact usTechnical SupportKB
ServerTune Main Page
Space
Space
Our most popular service: Issues, Tips, and Solutions

How is ServerTune different from other companies?

Space
Search:    Advanced search
Browse by category:
When I try to log into Horde, it simply goes back to the page asking for the language
Printer Friendly
email to a friend
Add comment Add comment
Views: 607
Votes: 0
Comments: 0
Posted: 05 Jun, 2007
by: Support T.
* * * * *
Updated: 05 Jun, 2007
by: Support T.

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

Other articles in this Category
document Tips to solve email problem(s)
document MS Outlook/Express Error Codes
document How can I stop Spamassassin from marking all internal emails as spam?
document How do I create an SPF record for my domain?
document How do I enable reverse DNS lookup in Exim?
document Is it possible to purge spoofed email?
document Tips to avoid getting your server blocked by MSN/Hotmail
document Exim, or Postfix, or Qmail, or Sendmail :: MTAs Comparison
document I am wondering if my server is being used to send out or relay spam. How can I check?



RSS