On Sun, Aug 31, 2014 at 11:40 AM, Martin Wodrich <[email protected]> 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
_______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
