简体   繁体   English

奏鸣曲媒体包 - 无效模式

[英]Sonata Media Bundle - INVALID MODE

I am using Sonata Admin Bundle and Sonata Media Bundle.我正在使用 Sonata Admin Bundle 和 Sonata Media Bundle。 I use those versions.我使用那些版本。 Symfony Version is 4.4.3 Symfony 版本是4.4.3

sonata-project/admin-bundle              3.58.0     The missing Symfony Admin Generator
sonata-project/block-bundle              3.18.3     Symfony SonataBlockBundle
sonata-project/cache                     2.0.1      Cache library
sonata-project/core-bundle               3.17.2     Symfony SonataCoreBundle (abandoned)
sonata-project/datagrid-bundle           2.5.0      Symfony SonataDatagridBundle
sonata-project/doctrine-extensions       1.5.1      Doctrine2 behavioral extensions
sonata-project/doctrine-orm-admin-bundle 3.13.0     Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle
sonata-project/easy-extends-bundle       2.5.0      Symfony SonataEasyExtendsBundle
sonata-project/exporter                  2.0.1      Lightweight Exporter library
sonata-project/media-bundle              3.23.0     Symfony SonataMediaBundle

Furthermore I use the GalleryAdmin provided by the Media Bundle without any changes.此外,我使用 Media Bundle 提供的 GalleryAdmin,没有任何更改。 In the Gallery Edit case I get following error:在图库编辑案例中,我收到以下错误:

INVALID MODE : s5e37f8b81382b_galleryHasMedias - type : CollectionType - mapping :

This error message is printed where the upload / edit forms of the Gallery Media Items should be:此错误消息打印在图库媒体项目的上传/编辑表单应为的位置:

在此处输入图片说明

There are few other people having the same error but i haven't found a working solution to it.很少有人有同样的错误,但我还没有找到有效的解决方案。 Does someone know how to get rid of this error?有人知道如何摆脱这个错误吗?

I've found this for you.我为你找到了这个。 Maybe this could help, it looks like the error is comming from the ORM.也许这会有所帮助,看起来错误来自 ORM。 You have to run app/console doctrine:cache:clear-metadata and then re-running doctrine:schema:update --force您必须运行app/console doctrine:cache:clear-metadata ,然后重新运行doctrine:schema:update --force

source : INVALID MODE : s5a869f19a6c57_equivalents - type : sonata_type_collection - mapping :来源: 无效模式:s5a869f19a6c57_equivalents - 类型:sonata_type_collection - 映射:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM