首页 > 解决方案 > 无法在 prod 环境中安装 Sylius 1.3,nelmio_alice 错误

问题描述

无法在 prod env 中安装 Sylius(在 .env 文件中编辑 $APP_ENV = prod),执行时出现此错误:sudo php bin/console sylius:install

但是我可以在开发环境中安装,请帮忙!

在此处输入图像描述


Error.log
ubuntu@ip:/var/www/pwsstore_prod/Sylius$ sudo php bin/console sylius:install

In FileLoader.php line 168:

  There is no extension able to load the configuration for "nelmio_alice" (in  
   /var/www/pwsstore_prod/Sylius/config/packages/nelmio_alice.yaml). Looked f  
  or namespace "nelmio_alice", found "framework", "monolog", "security", "swi  
  ftmailer", "twig", "doctrine", "doctrine_cache", "sylius_order", "sylius_mo  
  ney", "sylius_currency", "sylius_locale", "sylius_product", "sylius_channel  
  ", "sylius_attribute", "sylius_taxation", "sylius_shipping", "sylius_paymen  
  t", "sylius_mailer", "sylius_promotion", "sylius_addressing", "sylius_inven  
  tory", "sylius_taxonomy", "sylius_user", "sylius_customer", "sylius_ui", "s  
  ylius_review", "sylius_core", "sylius_resource", "sylius_grid", "winzou_sta  
  te_machine", "sonata_core", "sonata_block", "sonata_intl", "bazinga_hateoas  
  ", "jms_serializer", "fos_rest", "knp_gaufrette", "knp_menu", "liip_imagine  
  ", "payum", "stof_doctrine_extensions", "white_october_pagerfanta", "doctri  
  ne_migrations", "doctrine_fixtures", "sylius_fixtures", "sylius_payum", "sy  
  lius_theme", "sylius_admin", "sylius_shop", "fos_oauth_server", "sylius_adm  
  in_api" in /var/www/pwsstore_prod/Sylius/config/packages/nelmio_alice.yaml   
  (which is loaded in resource "/var/www/pwsstore_prod/Sylius/config/packages  
  /nelmio_alice.yaml").                                                        


In YamlFileLoader.php line 657:

  There is no extension able to load the configuration for "nelmio_alice" (in  
   /var/www/pwsstore_prod/Sylius/config/packages/nelmio_alice.yaml). Looked f  
  or namespace "nelmio_alice", found "framework", "monolog", "security", "swi  
  ftmailer", "twig", "doctrine", "doctrine_cache", "sylius_order", "sylius_mo  
  ney", "sylius_currency", "sylius_locale", "sylius_product", "sylius_channel  
  ", "sylius_attribute", "sylius_taxation", "sylius_shipping", "sylius_paymen  
  t", "sylius_mailer", "sylius_promotion", "sylius_addressing", "sylius_inven  
  tory", "sylius_taxonomy", "sylius_user", "sylius_customer", "sylius_ui", "s  
  ylius_review", "sylius_core", "sylius_resource", "sylius_grid", "winzou_sta  
  te_machine", "sonata_core", "sonata_block", "sonata_intl", "bazinga_hateoas  
  ", "jms_serializer", "fos_rest", "knp_gaufrette", "knp_menu", "liip_imagine  
  ", "payum", "stof_doctrine_extensions", "white_october_pagerfanta", "doctri  
  ne_migrations", "doctrine_fixtures", "sylius_fixtures", "sylius_payum", "sy  
  lius_theme", "sylius_admin", "sylius_shop", "fos_oauth_server", "sylius_adm  
  in_api"      

标签: syliussylius-1.3

解决方案


nelmo_alice.yml文件config/packages/nelmo_alice.ymlconfig/packages/dev/nelmio_alice.yml

(在目录中创建dev文件夹packages并添加nelmio_alice文件)

然后,像往常一样运行安装命令!


推荐阅读