• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Webmail Blank Pages

L

ldejager

Guest
Hi,

I have been having problems with blank pages showing up on the webmail (Horde). I have searched the forums, horde mailling lists etc with no clear fix for this.

I have turned error reporting on via php.ini and the only error ever being reported is the
PHP Fatal error: session_start(): Failed to initialize storage module: user error.

I have since encountering these blank pages recompiled PHP from source and reinstalled it.

When I restart httpd - the problem seems to go away for approximately 10 minutes or so then it reappears.

In general when clients and myself get the blank pages error_log and psa-horde.log shows no errors.

When I refresh (CTRL F5) approximately 5 times I get the horde login screen up - and a error is logged in error_log;

PHP Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0

PHP Fatal error: session_start(): Failed to initialize storage module: user (path: /var/lib/php/session) in /usr/share/psa-horde/test.php on line 14

Anyone else experiecing these errors? This is only happening on one 7.5.4 server.

php.ini

session.save_handler = files
session.save_path = /var/lib/php/session

Am I missing something obvious? Any pointers/comments appreciated.
 
Same problem here. On Plesk 7.5.4 with Horde and recently whith other PHP application... always the same message:

[client 83.76.58.207] PHP Fatal error: Unknown(): Failed to initialize storage module: user (path: /var/lib/php/session) in Unknown on line 0

And then a blank page.
 
We're running PHP 4.3.9

The problem is still there. As soon as session.auto_start is on we get blank pages.
 
Back
Top