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. Did you check logs? 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
At the moment this will not work because plugins.roundcube.net is down.