Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Ich habe noch ein anderes Problem und frage jetzt mal in diesem Thread hinterher, damit ich nicht jedes Mal einen neuen aufmache.

Ich will Folgendes über die CMD ausführen, es ist ein Task in meinem Gulpfile.js:

"gulp.task('serve', ['build:local', 'watch'], function() {
  connectphp.server({
    router: './rewrite.php',
    base: './dist/'
  }, function() {
    browsersync({
      proxy: '127.0.0.1:8000'
    });
  });
  gulp.watch('./dist/site/templates/**/*.*').on('change', function() {
    browsersync.reload();
  });
});"

 

Wenn ich diesen Task aufrufe, bekomme ich folgende Fehlermeldungen:

"Warning: readfile(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in Command Line code on line 1

 Warning: readfile(https://getcomposer.org/installer): failed to open stream: No such file or directory in Command line code on line 1

ls: no such file or directory: C:\Users\Home\AppData\Local\Temp/gulp-composer.phar

Failed to download. All options have been exhausted.
[19:20:07] Installation instructions: https://getcomposer.org/doc/00-intro.md
[19:20:07] 'composer' errored after 381 ms
[19:20:07] Error in plugin "gulp-composer"
Message:
    Composer executable does not exist. Self-install was unsuccessful. Please install before continuing."

 

ich habe composer installiert, einmal in meinem node Ordner und einmal über dieses Projekt. das Projekt enthält auch ein composer.json file und ein composer.lock

trotzdem meint er ja composer sei nicht installiert und irgendwas ist bei php nicht richtig konfiguriert.

 

Könnt ihr erkennen, was ich machen muss?

  • 2 Wochen später...
Am 26.10.2018 um 19:35 schrieb PeterNeuer:

"Warning: readfile(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in Command Line code on line 1

 Warning: readfile(https://getcomposer.org/installer): failed to open stream: No such file or directory in Command line code on line 1

Deine Meldung sagt dir bereits, dass PHP nicht daraus konfiguriert ist HTTPS Seiten aufzurufen.

Öffne bitte deine php.ini und suche nach der Zeile 

Zitat

;extension=php_openssl.dll

Entferne dort das Semikolon am Beginn der Zeile und versuche es erneut.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.