dounielong7728 2015-09-11 06:09
浏览 36
已采纳

如何为php项目设置Doctrine 2?

I'm trying to set up 'PartKeepr', but keep getting the error at the prerequisites:

Doctrine needs to be installed and in the PHP include_path.

Doctrine\Common\ClassLoader was not found

I have installed Doctrine through Composer in C drive

Screenshot

I did include_path in php.ini file but didn't work. What path i have to include and how to resolve the issue? Please help

  • 写回答

1条回答 默认 最新

  • dongxun1142 2015-09-12 05:49
    关注

    After a long search, I came to know that we cannot run partkeepr directly on windows. We have to use Virtual Machine Image. And secondly we have to install doctrine2 through pear and not composer.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?