First of all I wanted to say thanks for a fantastic rpm archive that made my life easy a couple of days ago. I followed this tutorial:
http://elliottback.com/wp/archives/2007 ... d-plesk-8/
Which seems to have worked really well (apart from a few dependency issues which I forced).
The only thing that got trashed was Horde/IMP so webmail is completely hosed. After looking at the logs and errors I get, these are the highlights.
On first login attempt, after successful login I get bounced to an empty page (proper empty, not a single word of html). If I try to go back to the login page, it recognizes that I'm authenticated and gets stuck in an infinite redirect loop, which eventually gives up and dies, with the standard The browser redirection can never complete" etc
The web server log shows the following:
Code: Select all
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 368640 bytes) in /etc/psa-horde/horde/prefs.php on line 545, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP Stack trace:, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 1. {main}() /usr/share/psa-horde/imp/redirect.php:0, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 2. IMP_Session::createSession() /usr/share/psa-horde/imp/redirect.php:150, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 3. Auth_imp->authenticate() /usr/share/psa-horde/imp/lib/Session.php:224, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 4. Auth->authenticate() /usr/share/psa-horde/imp/lib/Auth/imp.php:120, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 5. Auth->setAuth() /usr/share/psa-horde/lib/Horde/Auth.php:182, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 6. Auth->clearAuth() /usr/share/psa-horde/lib/Horde/Auth.php:687, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 7. Registry->unloadPrefs() /usr/share/psa-horde/lib/Horde/Auth.php:786, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 8. Registry->loadPrefs() /usr/share/psa-horde/lib/Horde/Registry.php:986, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 9. Prefs_session->retrieve() /usr/share/psa-horde/lib/Horde/Registry.php:944, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 10. Prefs->retrieve() /usr/share/psa-horde/lib/Horde/Prefs/session.php:49, referer: http://webmail.example.co.uk/imp/login.php
[Mon Mar 12 23:58:00 2007] [error] [client xxx.xx.xxx.x] PHP 11. Prefs->_setDefaults() /usr/share/psa-horde/lib/Horde/Prefs.php:538, referer: http://webmail.example.co.uk/imp/login.php
Cheers
T.