0

我正在尝试安装 symfony2 JMS DI Extra 捆绑包。但我不断收到这个错误

致命错误:在第 30 行的 /home/xxxxx/public_html/XXXX/Symfony/vendor/bundles/JMS/AopBundle/Aop/InterceptorLoader.php 中找不到接口“CG\Proxy\InterceptorLoaderInterface”

我在这里找到了解决方案

https://github.com/schmittjoh/JMSAopBundle/issues/7

但无法理解在哪里修复路径

4

1 回答 1

3

我认为缺少 cg-library。在 Symfony 供应商文件夹中打开命令提示符并发出:

git clone https://github.com/schmittjoh/cg-library.git cg-library

将 cg-library 添加到您的 deps 文件中:

[cg-library]
    git=https://github.com/schmittjoh/cg-library.git
    target=/cg-library
于 2012-07-16T07:48:04.747 回答