Koozali.org: home of the SME Server

Horde: Headers in message (how to fix)

Offline Smitro

  • *
  • 350
  • +0/-0
Horde: Headers in message (how to fix)
« on: June 09, 2006, 04:27:05 AM »
Hi all,

I've had a problem with Horde where the headers appear in the message and there is not message when trying to read a message. Here is a little more info on the problem:
http://wiki.horde.org/TurckMMCacheTroubleshooting?

To fix it, you need to Clear the cache on php-eaccelerator. To do this, you need to do the following:

Login as root.

Stop httpd:
/etc/rc.d/init.d/httpd stop

Empty Cache:
cd /var/cache/php-eaccelerator
rm -fr *

Start httpd:
/etc/rc.d/init.d/httpd start

I thought I better post this here as it has happened to me twice now (about a month and a bit between times) and I was trying to find how I fixed it last time. So now I should be able to find my own post. But also if any one runs into the same problem, here is a solution.

I'm thinking this way is not the best solution so if anyone has a more permanent solution I'd love to hear it.
.........

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Horde: Headers in message (how to fix)
« Reply #1 on: June 09, 2006, 10:30:55 PM »
Quote from: "Smitro"
But also if any one runs into the same problem, here is a solution.


Most people don't run php-eaccellerator, so won't run into that problem.

Offline Smitro

  • *
  • 350
  • +0/-0
Horde: Headers in message (how to fix)
« Reply #2 on: June 10, 2006, 06:02:04 AM »
I'm supprised, I'm sure it was part of the horde package. I didn't install it on purpose.

Should I just disable it?
.........

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Horde: Headers in message (how to fix)
« Reply #3 on: June 10, 2006, 09:29:21 AM »
Quote from: "Smitro"
I'm supprised, I'm sure it was part of the horde package. I didn't install it on purpose.

Should I just disable it?


It's not part of the horde package, I added it to the horde 3.0 script on someone's recommendation.  You have hit the only side-effect I can see with using this.  I doesn't happen to me too often, but I use the exact steps you have outlined to correct it.  You should be able to remove the template to temporarily disable it while you test.  Removing the rpm should get rid of it permanently.

JB
......

Offline bas

  • *
  • 31
  • +0/-0
Horde: Headers in message (how to fix)
« Reply #4 on: June 22, 2006, 10:18:26 PM »
Hi Smitro,

If you have installed horde using J bennets script the follow file must be on your server:

"/etc/e-smith/events/actions/reset-phpeaccelerator"

***
#!/bin/bash
rm -f /var/cache/php-eaccelerator/*
/etc/e-smith/events/actions/restart-httpd-full
***

Bas
......

Offline Smitro

  • *
  • 350
  • +0/-0
Horde: Headers in message (how to fix)
« Reply #5 on: June 23, 2006, 09:58:00 AM »
your right... it is too. Thanks.
.........