December 19, 2009

When I try to delete a message from webmail it fails with: 'There was an error deleting messages from the folder "Inbox". This is what the server said: [TRYCREATE] Mailbox does not exist.'

RESOLUTION
The most probalby you have switched to "When deleting messages, move them to your Trash folder instead of marking them as deleted?" in Horde IMP preferences under "Options" -> "Deleting and Moving Messages".

Please make sure that trash folder was created and selected under "Trash folder:" option.

Steps

*Login to Horde
*Click on Options
*Deleting and Moving Messages
*Select "When deleting messages, move them to your Trash folder instead of marking them as deleted? "
*Then specify the folder Trash or some one you want to.

?HORDE ERROR IN CPANEL
Reset Horde is a solution

/scripts/resethorde
Or
/scripts/fullhordereset ----------Don't do it until you find another solution. :)

?HORDE LOGIN PROBLEM


Hope you would have got this issue often. The client cannot able to login to his Horde account to check his mail. He would have reached till the login screen and if he click "Login" it will stay back in the same screen instead of going to his inbox. Here is the fix for it,

Check the following first,

1. goto " cd var/lib/mysql/horde " and check if there is a file named " horde_sessionhandler.frm "

2. move all the file named "horde_sessionhandler" with other name

3. Or you can goto mysql and can drop the table "horde_sessionhandler". It will show error message some times. If so use the step 2, so that the table gets moved automatically.(Remember that if you are using step2 skip the step 3)

4. Now type in shell "mysql"

5. It will take to mysql prompt . type "use horde";

6. copy this command and paste there :

CREATE TABLE horde_sessionhandler (session_id VARCHAR(32) NOT NULL, session_lastmodified INT NOT NULL, session_data LONGBLOB, PRIMARY KEY (session_id)) ENGINE = InnoDB;

7. quit from mysql and restart mysql.

8. Try now... Your issue is fixed!!!!!

No comments:

Post a Comment