Blank page after login

Issue #284 resolved
Trexmaster Trexmaster created an issue

After updating to the latest open version of Poste.io whenever I try to log in I encounter a blank page.

The following error can be found in the /opt/www/webmail/logs/errors file :

[24-Apr-2018 10:24:22 Europe/Berlin] PHP Fatal error:  Uncaught Error: Failed to create(read) session ID: user (path: /var/lib/php/sessions) in /opt/www/webmail/program/lib/Roundcube/rcube_session.php:436
Stack trace:
#0 /opt/www/webmail/program/lib/Roundcube/rcube_session.php(436): session_regenerate_id(false)
#1 /opt/www/webmail/index.php(114): rcube_session->regenerate_id(false)
#2 {main}
  thrown in /opt/www/webmail/program/lib/Roundcube/rcube_session.php on line 436

Comments (5)

  1. Scott MacDonald

    I was able to use the latest Poste.io FREE version (2.0.1) without issue. Make sure you stop and remove your existing docker container before attempting to then start a new container with the updated image.

    You can check your Poste.io image with:

    docker images

    The details of which should match the following

    analogic/poste.io 2.0.1 fd54a8af0138 3 hours ago 638MB

  2. SH repo owner

    Should work now. Previous build was broken - script which downloaded latest release of roundcube - but at present latest release is "old" branch 1.1

  3. Trexmaster Trexmaster reporter

    Hi,

    Image that had troubles was : analogic/poste.io latest 215a4c60bbb7 26 hours ago 638MB

    The following image has no issues (as posted by Scott MacDonald) : analogic/poste.io latest fd54a8af0138 3 hours ago 638MB

    I confirme problem is solved (for me at least).

    Thanks for the assist.

  4. Log in to comment