You know I tried for over 4 months on and off to install and login into this software to no avail.
0.) To many sites with ways on installing Sylius, and many arel wrong. (WHERE IS THE STABLE GIT, not BETA not DEV but STABLE.) Do one exist?????????????
1.) I have installed it on a fresh CentOS EL7 Linux with Apache 2.4.20, MariaDB 10 and PHP 5.6.23 with NPM GULP COMPOSER and everything else that is suppose to be required to run this thing.
2.) I ran the "php bin/console sylius:install"
3.) I started it fine "php bin/console server:start".
4.) I go to the website and everything looks fine.
5.) I check the table sylius_admin_user in the database to see if the ADMIN user exist and that it is enabled.
6.) I go to "
http://localhost:8000/app_dev.php/admin/" and TRY to login to no avail, the screen loops back to itself.
7.) The log file shows this (My COOKIES are wide open.):
[2017-04-24 19:50:29] request.INFO: Matched route "sylius_admin_login_check". {"route":"sylius_admin_login_check","route_parameters":{"_controller":"sylius.controller.security:checkAction","_route":"sylius_admin_login_check"},"request_uri":"
http://privy.zx:8007/app_dev.php/admin/login-check","method":"POST"} []
[2017-04-24 19:50:29] doctrine.DEBUG: SELECT t0.code AS code_1,
t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8,
t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_13, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_14, t0.account_verification_required AS account_verification_required_15, t0.default_locale_id AS default_locale_id_16, t0.base_currency_id AS base_currency_id_17, t0.default_tax_zone_id AS default_tax_zone_id_18 FROM sylius_channel t0 WHERE t0.code IS NULL LIMIT 1 [] []
[2017-04-24 19:50:29] doctrine.DEBUG: SELECT t0.code AS code_1,
t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8,
t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_13, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_14, t0.account_verification_required AS account_verification_required_15, t0.default_locale_id AS default_locale_id_16, t0.base_currency_id AS base_currency_id_17, t0.default_tax_zone_id AS default_tax_zone_id_18 FROM sylius_channel t0 WHERE t0.hostname = ? LIMIT 1 ["privy.zx"] []
[2017-04-24 19:50:29] doctrine.DEBUG: SELECT t0.code AS code_1,
t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8,
t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_13, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_14, t0.account_verification_required AS account_verification_required_15, t0.default_locale_id AS default_locale_id_16, t0.base_currency_id AS base_currency_id_17, t0.default_tax_zone_id AS default_tax_zone_id_18 FROM sylius_channel t0 [] []
[2017-04-24 19:50:29] security.INFO: Authentication request failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\SessionUnavailableException(code: 0): Your session has timed out, or you have disabled cookies. at /var/www/project/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewll/AbstractAuthenticationListener.php:143)"} []
[2017-04-24 19:50:29] security.DEBUG: Authentication failure, redirect triggered. {"failure_path":"sylius_admin_login"} []
[2017-04-24 19:50:29] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {"event":"kernel.request","listener":"Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"} []
[2017-04-24 19:50:29] event.DEBUG: Notified event "kernel.request" to listener "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest". {"event":"kernel.request","listener":"Sylius\\Bundle\\ResourceBundle\\Storage\\CookieStorage::onKernelRequest"} []
[2017-04-24 19:50:29] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {"event":"kernel.request","listener":"Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"} []
[2017-04-24 19:50:29] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". {"event":"kernel.request","listener":"Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener::onKernelRequest"} []
[2017-04-24 19:50:29] event.DEBUG: Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest". {"event":"kernel.request","listener":"FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"} []
[2017-04-24 19:50:29] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {"event":"kernel.request","listener":"Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"} []
[2017-04-24 19:50:29] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {"event":"kernel.request","listener":"Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"} []
8.) I am so fedup with trying to learn this software, I thought I would just comment on my success or lack of with this software. It has been a complete waste of weekends and I have now switched to DOJO a javascript language that make this look like a fart in the wind.
9.) The QA of this software if lacking. I tried to wait a couple of months to see if it would be fixed or some best practices would be released concerning this issue.
10.) Try DOJO.