Am 29.08.2014 09:37, schrieb A.L.E.C:
On 08/28/2014 08:37 PM, Michael Heydekamp wrote:
Any idea why we can't login to git-master anymore...? After login, I'm seeing ... nothing. RC attempts to load the page ****/?_task=login rather than ****/?_task=mail (which would be the correct one).
Works for me.
Works not for us.
Did you check logs?
In RC\Log\error I found: -------------- snip ---------------------- [31-Aug-2014 08:02:41 Europe/Berlin] PHP Fatal error: Class 'Net_IDNA2' not found in /kunden/xxxxxx_xxxxx/webseiten/webmail-beta/program/lib/Roundcube/bootstrap.php on line 438 -------------- snip ----------------------
Maybe you didn't notice we removed external libraries. Now you need to use composer:
cp composer.json-dist composer.json curl -sS https://getcomposer.org/installer | php php composer.phar install
That hasn't change something.