【发布时间】:2014-06-20 15:26:17
【问题描述】:
我正在尝试将 SonataAdminBundle 和 SonataUserBundle 配置为使用 mongodb,但出现以下错误:
ClassNotFoundException: Attempted to load interface "PageableManagerInterface" from namespace "Sonata\CoreBundle\Model" in /Users/me/Sites/mynamespace-webtools/vendor/sonata-project/user-bundle/Model/UserManagerInterface.php line 25. Do you need to "use" it from another namespace?
任何人都可以解释导致这种情况的原因吗?我也得到了here 描述的症状,并尝试了那里建议的答案。
谁能确认 mongodb 功能是否刚刚损坏?我也想知道这个错误是否与这个commit有关?
【问题讨论】:
标签: sonata-admin symfony-2.4 sonata-user-bundle