Composer Client: Unterschied zwischen den Versionen
Aus Contao Community Documentation
(→Fehlermeldung) |
|||
Zeile 1: | Zeile 1: | ||
== Fehlermeldung == | == Fehlermeldung == | ||
− | <br>unter lokalen Umgebungen wie z. B. xampp | + | <br>unter lokalen Umgebungen wie z. B. xampp: |
+ | <br><br> | ||
<nowiki> | <nowiki> | ||
− | Fatal error: Uncaught exception Composer\Downloader\TransportException with message The "http://packagist.org/search.json?q=calendar" file could not be downloaded: failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? thrown in phar://htdocs/contao/composer/composer.phar/src/Composer/Util/RemoteFilesystem.php on line 216 | + | Fatal error: Uncaught exception Composer\Downloader\TransportException with message The "http://packagist.org/search.json?q=calendar" file could not be downloaded: failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? thrown in phar://htdocs/contao/composer/composer.phar/src/Composer/Util/RemoteFilesystem.php on line 216 |
</nowiki> | </nowiki> | ||
==== Lösung: ==== | ==== Lösung: ==== | ||
− | Semikolen vor | + | Semikolen vor folgendem Eintrag in der Datei php.ini entfernen |
<pre> | <pre> | ||
extension=php_openssl.dll | extension=php_openssl.dll |
Version vom 22. Januar 2014, 16:18 Uhr
Fehlermeldung
unter lokalen Umgebungen wie z. B. xampp:
Fatal error: Uncaught exception Composer\Downloader\TransportException with message The "http://packagist.org/search.json?q=calendar" file could not be downloaded: failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? thrown in phar://htdocs/contao/composer/composer.phar/src/Composer/Util/RemoteFilesystem.php on line 216
Lösung:
Semikolen vor folgendem Eintrag in der Datei php.ini entfernen
extension=php_openssl.dll