【问题标题】:Unable to install Sylius 1.3 in prod env, nelmio_alice error无法在 prod 环境中安装 Sylius 1.3,nelmio_alice 错误
【发布时间】:2018-11-29 14:05:04
【问题描述】:

无法在 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"      

【问题讨论】:

标签: sylius sylius-1.3


【解决方案1】:

nelmo_alice.yml 文件从config/packages/nelmo_alice.yml 移动到config/packages/dev/nelmio_alice.yml

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

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

【讨论】:

    猜你喜欢
    • 2021-11-02
    • 2021-02-09
    • 1970-01-01
    • 1970-01-01
    • 2017-06-23
    • 2015-04-07
    • 2018-04-19
    • 2017-04-10
    • 2019-04-27
    相关资源
    最近更新 更多