Koozali.org: home of the SME Server
Obsolete Releases => SME 6.x Contribs => Topic started by: Smitro 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.
-
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.
-
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?
-
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
-
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
-
your right... it is too. Thanks.