- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经安装了 [KhepinYamlFixturesBundle][1] Symfony 2.0.16 来加载固定装置,但是当我运行时
php app/console khepin:yamlfixtures:load
Fatal error: Call to undefined method Symfony\Bundle\DoctrineBundle\Registry::getManager() in D:\public_html\s2\trunk\src\Khepin\YamlFixturesBundle\Loader\YamlLoader.php on line 138
php composer.phar update khepin/yaml-fixtures-bundle
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for khepin/yaml-fixtures-bundle dev-master -> satisfiable by khepin/yaml-fixtures-bundle dev-master.
- Conclusion: don't install doctrine/doctrine-fixtures-bundle v2.1.0-ALPHA
- Conclusion: remove doctrine/doctrine-fixtures-bundle dev-master
- khepin/yaml-fixtures-bundle dev-master requires doctrine/doctrine-fixtures-bundle 2.* -> satisfiable by
doctrine/doctrine-fixtures-bundle v2.0.0, doctrine/doctrine-fixtures-bundle v2.0.1,
doctrine/doctrine-fixtures-bundle v2.1.0-ALPHA, doctrine/doctrine-fixtures-bundle 2.0.x-dev.
- Can only install one of: doctrine/doctrine-fixtures-bundle dev-master, doctrine/doctrine-fixtures-bundle v2.0.0.
- Can only install one of: doctrine/doctrine-fixtures-bundle dev-master, doctrine/doctrine-fixtures-bundle v2.0.1.
- Can only install one of: doctrine/doctrine-fixtures-bundle dev-master, doctrine/doctrine-fixtures-bundle 2.0.x-dev.
- Installation request for doctrine/doctrine-fixtures-bundle dev-master -> satisfiable by doctrine/doctrine-fixtures-bundle dev-master.
最佳答案
对于 2.1,捆绑包需要版本为“2.”的固定装置捆绑包。由于 Composer 最近将“最低稳定性”切换为“稳定”,因此 2. 和 dev-master 不再等价。
如果你真的需要“dev-master”,你可以使用:
require: {
"khepin/yaml-fixtures-bundle": "dev-master as 2.1.0"
...
}
关于symfony - KhepinYamlFixturesBundle 给出 fatal error :调用未定义的方法 Symfony\Bundle\DoctrineBundle\Registry::getManager(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12211806/
我对 Doctrine Bundle 有疑问。当我尝试进入网页时出现错误: The DoctrineBundle is not registered in your application. 这很奇怪
我正在尝试仅将 Doctrine DBAL Connection 组件注册为 Symfony4 中的服务。 我不需要 symfony 提供的完整 DoctrineBundle,只需要提供基本数据库抽象
我已经安装了 [KhepinYamlFixturesBundle][1] Symfony 2.0.16 来加载固定装置,但是当我运行时 php app/console khepin:yamlfixtu
我正在尝试使用 Symfony 发送电子邮件。一切都在本地完美运行。但是在服务器上,我在 prod.log 中遇到以下错误: assetic.ERROR: The template "Security
我是一名优秀的程序员,十分优秀!