v6.0.0 Early Access Kein Default Theme vorhanden

Hallo zusammen,

ich hab das Problem, dass ich kein einziges Theme zur Auswahl habe. Wo alle Themes aufgelistet werden sollten, auch das Default Theme, ist komplett leer. Warum ist das so? 

Über jede Hilfe bin ich sehr dankbar.

Im welchem Ordner muss den das default Theme liegen? Kann man es sich ihrgendwo runterladen und es dann in den Ordner rein packen?

Beste Grüße Dallem

Schon mal neu installiert?

Ja, gerade eben. Gleiches Resultat. 

  1. aggregations: 
  2. data: 
  3. included: 
  4. links: {first: “http://localhost/api/v1/search/theme?limit=25&page=1”,…}
  5. meta: {totalCountMode: 1, total: 0}
  6. total: 0
  7. totalCountMode: 1

 

Kannst du mal in der console bin/console theme:refresh ausführen?

2 „Gefällt mir“

Vielen dank. Das hilft etwas weiter. Er wirft mir Fehler

Aber Invalid theme name???

EDIT: Nachdem ich das doppelte Bild gelöscht habe, kommt jetzt eine andere Fehlermeldung.

GELÖST

Ich habe einmal console theme:compile durchgeführt, dannach  console theme:refresh  als Antwort bekam ich die Antwort dass das „Favicon.png“ doppelt sei. Hab das doppelte gelöscht. Than => again  console theme:refresh  dann ist es durch gelaufen. Anschließend  console theme:change  Theme zugewissen und console theme:compile. Lief alles durch. Keine Fehler mehr. Im Backend wird das Theme jetzt auch anzeigt und meine Storefront sieht endlich vernünftig aus! Danke für den Tipp nochmal !

Soo, jedoch habe ich jetzt ein anderes Problem.

Es wird in der Storefront kein Content geladen   Undecided 

 

Leider ist etwas schief gelaufen

Egal wo ich mich befinde, er will nichts laden. Was ist den bloß los, von einem Fehler zum anderen  Foot-in-Mouth

 

 

Schau doch mal in den Logs unter /var/log

 [2019-07-19 10:27:07] php.WARNING: User Notice: Key file "file://C:\xampp3\htdocs\shopware6/config/jwt/public.pem" permissions are not correct, recommend changing to 600 or 660 instead of 666 {"exception":"[object] (ErrorException(code: 0): User Notice: Key file \"file://C:\\xampp3\\htdocs\\shopware6/config/jwt/public.pem\" permissions are not correct, recommend changing to 600 or 660 instead of 666 at C:\\xampp3\\htdocs\\shopware6\\vendor\\league\\oauth2-server\\src\\CryptKey.php:59)"} []
 [2019-07-19 10:27:07] php.WARNING: User Notice: Key file "file://C:\xampp3\htdocs\shopware6/config/jwt/private.pem" permissions are not correct, recommend changing to 600 or 660 instead of 666 {"exception":"[object] (ErrorException(code: 0): User Notice: Key file \"file://C:\\xampp3\\htdocs\\shopware6/config/jwt/private.pem\" permissions are not correct, recommend changing to 600 or 660 instead of 666 at C:\\xampp3\\htdocs\\shopware6\\vendor\\league\\oauth2-server\\src\\CryptKey.php:59)"} []
 [2019-07-19 10:27:07] request.INFO: Matched route "frontend.account.login.page". {"route":"frontend.account.login.page","route\_parameters":{"\_route":"frontend.account.login.page","\_controller":"Shopware\\Storefront\\Controller\\AuthController::loginPage"},"request\_uri":"http://localhost/account/login","method":"GET"} []
 [2019-07-19 10:27:07] request.CRITICAL: Uncaught PHP Exception Shopware\Core\Content\Category\Exception\CategoryNotFoundException: "Category "718a14b52ed24cfaab744e763ffb84e8" not found." at C:\xampp3\htdocs\shopware6\vendor\shopware\core\Content\Category\Service\NavigationLoader.php line 59 {"exception":"[object] (Shopware\\Core\\Content\\Category\\Exception\\CategoryNotFoundException(code: 0): Category \"718a14b52ed24cfaab744e763ffb84e8\" not found. at C:\\xampp3\\htdocs\\shopware6\\vendor\\shopware\\core\\Content\\Category\\Service\\NavigationLoader.php:59)"} []

Kann es sein, dass ich die ganzen Fehler bekomme wegen dem JwT? 
Ich habe auch bei der Installation die eine Stelle in der app.php auskommentiert. Da er mir da einen False beim create() zurück gegeben hat und deswegen einen Error geworfen hat. Anders bin ich nicht durch den Setup Wizard gekommen.  Undecided

 

Windows ist generell eine mutige Wahl, weil dann einiges nicht funktionieren wird. Aber den jwt brauchst du mit den korrekten permissions.

Aber auf jeden Fall erstmal die System Voraussetzungen erfüllen und ein Unix System nutzen. Unter Windows dann Vagrant oder Docker im Linux Subsystem. 

Habe auch ein Problem beim kompilieren des Standard Themes:

 

08:51:36 ERROR [console] Error thrown while running command "theme:compile". Message: "Undefined variable $spacer: /var/www/sw6/vendor/shopware/storefront/Resources/src/style/abstract/variables/_custom.scss on line 19, at column 1" ["exception" => ScssPhp\ScssPhp\Exception\CompilerException^ { …},"command" => "theme:compile","message" => "Undefined variable $spacer: /var/www/sw6/vendor/shopware/storefront/Resources/src/style/abstract/variables/_custom.scss on line 19, at column 1"]

In Compiler.php line 4184:
                                                                               
  Undefined variable $spacer: /var/www/sw6/vendor/shopware/storefront/Resourc  
  es/src/style/abstract/variables/_custom.scss on line 19, at column 1         
                                                                               

theme:compile [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] 

Die Datei enthält die folgenden Daten:

/*
Custom variables
==================================================
Contains custom non bootstrap variables.
*/

$search-suggest-zindex: 1000;
$offcanvas-zindex: 1050;
$cookie-msg-zindex: 1100;
$scroll-up-zindex: 700;
$menu-flyout-zindex: 750;
$zoom-modal-action-zindex: 1051;

$icon-base-size: 22px;
$icon-base-color: #878787;

$element-backdrop-bg: rgba(#fff, 0.5);

$spacer-xs: ( $spacer * 0.25 );
$spacer-sm: ( $spacer * 0.5 );
$spacer-md: $spacer;
$spacer-lg: ( $spacer * 1.5 );
$spacer-xl: ( $spacer * 3 );

Der variable $spacer scheint zu fehlen - konnte ich auch mit der IDE Suche nicht im Projekt finden.

 

EDIT: Ebenfalls media-breakpoint-only() Mixin nicht - kann es sein das Bootstrap nicht mit geladen wurde?

@Moritz Naczenski schrieb:

Windows ist generell eine mutige Wahl, weil dann einiges nicht funktionieren wird. Aber den jwt brauchst du mit den korrekten permissions.

Aber auf jeden Fall erstmal die System Voraussetzungen erfüllen und ein Unix System nutzen. Unter Windows dann Vagrant oder Docker im Linux Subsystem. 

Danke für die Info. Konnte problemlos shopware6 mit vagrant aufsetzen. Das ist auch Klasse das Shopware6 dann auch bereits vollständig als DEV eingerichtet ist. Alles funktioniert einwandfrei. 

Aber, wie lauten die Credentials für das Backend? demo/demo geht nicht.

Der Anmeldename ist Admin und das Passwort shopware.

Liebe Grüße

Passt, danke !

Hello @Misengo‍

You can have a look here: https://forum.shopware.com/discussion/61864/error-when-compiling-standard-theme

I had the same problem and now it’s working like a charm.

Best regards,

Sorin