воскресенье, 11 июня 2017 г.

Sylius how to create admin account

Even you have reset database, run sylius:install:setup, where you can set email and password, and it doesn't create DB with sample data.

Sylius "Notice: Undefined index: multiple" error

It means you have not fully configurated WebburzaSyliusWishlistBundle, check its documentation page, pephaps start from config.yml extra lines.

среда, 3 мая 2017 г.

Symfony form TextType not showing label

You should it load manually in Twig with {{ form_label(form.title) }}

вторник, 11 апреля 2017 г.

"Sylius was not able to figure out the current cart" error

Just switch to needed channel in Symfony Debug Toolbar.

пятница, 7 апреля 2017 г.

Cannot add product to cart, indefined index

You should in Admin pages add to your first shipping method amount for new channel, it should not be null.

Cannot install sylius/locale

run composer require sylius/locale ^v1.0.0-beta.1

вторник, 4 апреля 2017 г.