Hello Duds, I am running a ISPConfig3 Server on Debian 9 and I'm using Roundcube for webmail. It worked fine for several years. But after an Debian system update I can't login anymore to the webmail. I get an Error 500. Here is the Apache error log. I checked the Roundcube installation but didn't find any errors. Can anyone help please Thanks OLI
Did you try to reboot your server? (Seems to work for some users: https://github.com/roundcube/roundcubemail/issues/6955)
Thanks for the fast Answer. But, yes I restarted the Server, but didn't had any effect. Someone any other sugestions?
It could have been due to the upgrade. Do try to run all steps in the tutorial for your latest debian. I suspect an incompatible php version with roundcube version but that is just a guess.
Check your config: Code: nano /etc/roundcube/config.inc.php I guess there is different: $config vs $rcmail_config And check the plugins, mine looks like: $config['plugins'] = array("jqueryui", "zipdownload","ispconfig3_account", "ispconfig3_autoreply", "ispconfig3_spam", "ispconfig3_fetchmail", "ispconfig3_filter","ispconfig3_forward","ispconfig3_wblist");
This reminded me of a issue I had a while ago, they removed rcmail from the config files if I reckon correctly.
I guess that is why we need to check and do all the steps as advised by the tutorial immediately after the OS version update as the $config part is also clearly mentioned in there: There could be others that are overlooked after the update so I think checking them all is the best.
Thanks for all the answers, but nothing worked out. I post my /etc/roundcube/config.inc.php Any other sugestions?? Thanks OLI
Code: // this key is used to encrypt the users imap password which is stored // in the session record (and the client cookie if remember password is enabled). // please provide a string of exactly 24 chars. // YOUR KEY MUST BE DIFFERENT THAN THE SAMPLE VALUE FOR SECURITY REASONS $config['des_key'] = 'YwAu'; This should be a string of 24 chars, generate one and place it here. I don't think this is what's causing the issue, but it is a misconfig
Oh ... Yes .. I deleted most of it ... before posting. I didnt know, if it is a security reason if I Post the whole Key
It already worked. So I think I installed it right, with all the plugins needed. As I mentioned in the first post, after a update it stoped working. Here is the pphp error:
Was it an update (same Debian version) or an upgrade (new Debian version). Just asking, because a new debian version will install a new php version. Have you done something else (activating http2, changing apache MPM, php-fpm?) What roundcube version do you have installed? Looks like a specific roundcube problem, maybe ask the experts at https://www.roundcubeforum.net/ or https://github.com/roundcube/roundcubemail/issues