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).
We reverted back to the stage of Aug 26th, and everything is working again.
Win7/64, FF 27.0.1.
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
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.
On 29 Aug 2014, at 09:37, A.L.E.C alec@alec.pl wrote:
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.
It's back up,
Cor
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.
On 31 Aug 2014, at 08:23, Martin Wodrich listuser@freexp.de wrote:
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 had an old composer file? Make sure you get the latest composer.json-dist from git, and run 'composer update'
Cor
Am 31.08.2014 10:16, schrieb Cor Bosman:
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 had an old composer file? Make sure you get the latest composer.json-dist from git, and run 'composer update'
I got the next error:
------------------- snip --------------------------
xxxxx@xxxxxx ~/webseiten/webmail-beta $ ./composer.phar update
Loading composer repositories with package information
Initializing PEAR repository http://pear.php.net
Updating dependencies (including
require-dev) Your requirements could not be resolved to an installable set
of packages.
Problem 1 - pear-pear.php.net/Net_LDAP2 2.0.12 required ext-ldap * -> the requested PHP extension ldap is missing from your system. - pear-pear.php.net/Net_LDAP2 2.1.0 required ext-ldap * -> the requested PHP extension ldap is missing from your system. - Installation request for pear-pear.php.net/net_ldap2 >=2.0.12 -> satisfiable by pear-pear.php.net/Net_LDAP2[2.1.0, 2.0.12].
xxxxx@xxxxxx ~/webseiten/webmail-beta $ ------------------- snip --------------------------
On Sun, Aug 31, 2014 at 11:40 AM, Martin Wodrich listuser@freexp.de wrote:
Am 31.08.2014 10:16, schrieb Cor Bosman:
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 had an old composer file? Make sure you get the latest composer.json-dist from git, and run 'composer update'
I got the next error: ------------------- snip -------------------------- xxxxx@xxxxxx ~/webseiten/webmail-beta $ ./composer.phar update Loading composer repositories with package information Initializing PEAR repository http://pear.php.net Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1 - pear-pear.php.net/Net_LDAP2 2.0.12 required ext-ldap * -> the requested PHP extension ldap is missing from your system. - pear-pear.php.net/Net_LDAP2 2.1.0 required ext-ldap * -> the requested PHP extension ldap is missing from your system.
^^^^ The error seems obvious. You want to install code that requires a PHP extension which you don't have.
Till
Am 31.08.2014 11:46, schrieb till:
On Sun, Aug 31, 2014 at 11:40 AM, Martin Wodrich listuser@freexp.de wrote:
Am 31.08.2014 10 [1]:16, schrieb Cor Bosman:
In RCLogerror 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 had an old composer file? Make sure you get the latest composer.json-dist from git, and run 'composer update'
I got the next error: ------------------- snip -------------------------- xxxxx@xxxxxx ~/webseiten/webmail-beta $ ./composer.phar update Loading composer repositories with package information Initializing PEAR repository http://pear.php.net [2] Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1
- pear-pear.php.net/Net_LDAP2 [3] 2.0.12 required ext-ldap * -> the
requested PHP extension ldap is missing from your system.
- pear-pear.php.net/Net_LDAP2 [3] 2.1.0 required ext-ldap * -> the requested
PHP extension ldap is missing from your system.
^^^^ The error seems obvious. You want to install code that requires a PHP extension which you don't have.
I see, but that doesn't help me. The System is a management server from DF, not a full dedicated server. So I can't install a PHP Extension, but I doesn't want to install a PHP Extension. I only want to install/update the composer to run RC from git-master.
On 09/01/2014 08:44 PM, Martin Wodrich wrote:
I see, but that doesn't help me. The System is a management server from DF, not a full dedicated server. So I can't install a PHP Extension, but I doesn't want to install a PHP Extension. I only want to install/update the composer to run RC from git-master.
You can remove ldap2 and ldap3 from composer.json file if you don't want to use LDAP.
Am 02.09.2014 08:11, schrieb A.L.E.C:
On 09/01/2014 08:44 PM, Martin Wodrich wrote:
I see, but that doesn't help me. The System is a management server from DF, not a full dedicated server. So I can't install a PHP Extension, but I doesn't want to install a PHP Extension. I only want to install/update the composer to run RC from git-master.
You can remove ldap2 and ldap3 from composer.json file if you don't want to use LDAP.
Now it works. Thanks.
On Tue, Sep 2, 2014 at 8:11 AM, A.L.E.C alec@alec.pl wrote:
On 09/01/2014 08:44 PM, Martin Wodrich wrote:
I see, but that doesn't help me. The System is a management server from DF, not a full dedicated server. So I can't install a PHP Extension, but I doesn't want to install a PHP Extension. I only want to install/update the composer to run RC from git-master.
You can remove ldap2 and ldap3 from composer.json file if you don't want to use LDAP.
I just moved the LDAP modules to an optional 'suggest' block in composer.json: https://github.com/roundcube/roundcubemail/commit/b3cca2e
~Thomas