Hallihallo,
ich probiere gerade ein Plugin zu schreiben um per AJAX Content zu laden,
allerdings wird in den Docs geschrieben das man den Storefront build ausführen muss.
Ich habe das auch gemacht, aber bei mir wird der Storefront nicht erstellt.
Ich benutz folgenden Command dafür:
/opt/plesk/php/7.4/bin/php bin/build-storefront.sh
In der Konsole kommt nur:
Ohne die PHP Version anzugeben kommen nur Fehlermeldungen und Warnings, das gleiche aber auch bei theme:compile oder cache:clear.
Weiß jemand da vielleicht weiter? Habe fast einen halben Tag damit verbracht gehabt aber keine Lösung finden können
Hi, danke erst mal für die Antwort.
Leider klappt das nicht, es kommt dann:
PHP Warning: Unsupported declare 'strict_types' in /var/www/vhosts/shopurlt/httpdocs/bin/console on line 2
PHP Parse error: syntax error, unexpected '?' in /var/www/vhosts/shopurl/httpdocs/bin/console on line 38
./bin/build-storefront.sh: line 10: npm: command not found
./bin/build-storefront.sh: line 11: node: command not found
./bin/build-storefront.sh: line 12: npm: command not found
PHP Warning: Unsupported declare 'strict_types' in /var/www/vhosts/shopurl/httpdocs/bin/console on line 2
PHP Parse error: syntax error, unexpected '?' in /var/www/vhosts/shopurl/httpdocs/bin/console on line 38
PHP Warning: Unsupported declare 'strict_types' in /var/www/vhosts/shopurl/httpdocs/bin/console on line 2
PHP Parse error: syntax error, unexpected '?' in /var/www/vhosts/shopurl/httpdocs/bin/console on line 38
das ist ein Shell-Script und kein PHP Script ! Sprich das läuft direkt nur auf *nix oder Mac OS. Auf Windows sicher nur im Docker. Im Docker ist npm installiert.
Frage wäre erstmal auf welcher Umgebung Du entwickelst ? Danach kann man dann sicher weiterhelfen.