作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在运行 Symfony 2.0.6,但出现以下错误:
InvalidArgumentException: There is no extension able to load the configuration for "knp_menu" (in /home/www/Symfony/app/config/config.yml). Looked for namespace "knp_menu"
最佳答案
该错误消息意味着您在 config.yml 中有一个条目“knp_menu”,该条目未被任何扩展使用。
这要么是缓存问题(您引入了扩展,例如一个包,然后没有清除 prod 缓存),要么您仅在开发环境中加载特定包(作为默认 symfony2 应用程序中的分析器)。
尝试使用 php app/console clear:cache --env=prod --no-debug
清除缓存.如果问题仍然存在,请找出哪个包使用 knp_menu 并删除配置或启用包。
关于symfony - 故障排除 "There is no extension able to load the configuration for ' knp_menu'",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8245315/
我正在运行 Symfony 2.0.6,但出现以下错误: InvalidArgumentException: There is no extension able to load the config
我是一名优秀的程序员,十分优秀!