嗨,我在一个Symfony2项目的一个朋友工作,他正在一台基于Windows的计算机上工作,我在我的Mac上.
我们设置了项目,并在他的计算机上创建了数据库模型/实体(代码第一).现在我想开始工作,所以我们做了一个sql愚蠢的我的本地主机.我编辑了parameters.yml来匹配我的设置.该项目可以连接到服务器.
但是当我尝试打开一个数据库被使用的页面时,我得到这个错误:
An exception occurred while executing ‘SELECT t0.id AS id1,t0.name AS name2,t0.bigimage AS bigimage3,t0.smallimage AS smallimage4,t0.info AS info5,t0.city_id AS city_id6 FROM District t0’:
sqlSTATE[42S02]: Base table or view not found: 1146 Table ‘socialgeogroep6.District’ doesn’t exist
500 Internal Server Error – DBALException
1 linked Exception: PDOException »
只要清楚,该页面在他的电脑上正常运行;他应该得到数据.
题
可能是什么问题?我一遍又一遍地看着我的PHPmyAdmin,数据库就是所有的字段和数据…
(屏幕:http://gyazo.com/4a0e5f1ee6b1e29d2d277df5fc0d8aac)
我真的无法想象什么是问题.
我希望有人能帮助我们!
您应该配置原则以使用小写表名称.请参阅http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#persistent-classes的学说文件,以了解如何做到这一点.