Hey,
> When upgrading my debian stable system, roundcube stopped working. We run > roundcube via php5-fpm in nginx. > > Error logs showed: > [02-Jul-2017 16:40:52 Europe/Amsterdam] PHP Fatal error: Class 'Net_IDNA2' > not found in /usr/share/roundcube/program/lib/Roundcube/bootstrap.php on > line 405 > > This was easily resolved by installing package php-net-idna2. Hence, in my > opionion, this should have been a dependency to the roundcube package. this is quite strange, Net_IDNA2 is not needed with a recent version of php. I think you are running an older version of php than 5.3. Php > 5.3 should have the function idn_to_ascii and should not try to create the function in first place. So please make sure, that you have a uptodate version of php running. See the documentation: https://secure.php.net/manual/en/function.idn-to-ascii.php Best Regards, sandro
signature.asc
Description: This is a digitally signed message part.

