Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/245.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php TranslationEditorBundle导出:没有与“格式”关联的转储程序&引用;_Php_Symfony - Fatal编程技术网

Php TranslationEditorBundle导出:没有与“格式”关联的转储程序&引用;

Php TranslationEditorBundle导出:没有与“格式”关联的转储程序&引用;,php,symfony,Php,Symfony,我正在尝试使用 My config_dev.yml: server_grove_translation_editor: storage: type: server_grove_translation_editor.storage.orm manager: doctrine.orm.entity_manager 我转到/app\u dev.php/translations/editor,添加一些翻译,然后运行: ./app/console locale:editor:expo

我正在尝试使用

My config_dev.yml:

server_grove_translation_editor:
  storage:
    type: server_grove_translation_editor.storage.orm
    manager: doctrine.orm.entity_manager
我转到
/app\u dev.php/translations/editor
,添加一些翻译,然后运行:

./app/console locale:editor:export 
我得到这个错误:

[InvalidArgumentException]                     
  There is no dumper associated with format "".

我该如何解决这个问题

能否显示
locale
参数的值?在config.yml中,我有默认的\u locale:请尝试在TranslationEdit或Bundle github问题跟踪器中报告此问题。我认为维护者应该帮助你