坚持一个未知的列错误,但存在的列推动symfony 1.4

时间:2016-04-22 09:49:41

标签: php symfony propel schema.yml

的Bonjour,

我正在研究symfony 1.4 with propel orm。 我遇到此错误:500 | Internal Server Error | PropelException [wrapped: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'my_app_language_i18n.LIBELLE' in 'order clause'] 我的是不知道如何解决这个问题。该列存在于具有相同名称的数据库中。 Symfony使用schema.yml文件来执行数据库的实体和表之间的链接。

 my_app_language_i18n:
_attributes: { phpName: MyAppLanguageI18n }
id: { phpName: Id, type: INTEGER, size: '11', primaryKey: true, required: true, foreignTable: my_app_language, foreignReference: id, onDelete: CASCADE, onUpdate: CASCADE }
culture: { phpName: Culture, type: VARCHAR, size: '7', primaryKey: true, required: true }
libelle: { phpName: Libelle, type: VARCHAR, size: '255', required: true }

我没有改变这个表/实体的东西我没有在它上面工作我不知道为什么以及这个错误来自哪里。 我试图重建schema.yml但错误仍在这里。 如果有人加入了这种类型的错误.. 谢谢你的帮助。

0 个答案:

没有答案