开发者

CakePHP 1.3 and table not found after renaming a table and regenerating the model

开发者 https://www.devze.com 2023-03-26 00:44 出处:网络
I renamed a table recently, and tried to regenerate the model. For some reason it keeps saying \"Error: Missing database table\" for the old table name. I can\'t开发者_JAVA百科 seem to get rid of it,

I renamed a table recently, and tried to regenerate the model. For some reason it keeps saying "Error: Missing database table" for the old table name. I can't开发者_JAVA百科 seem to get rid of it, I cleared the cache, etc.

Any ideas? Thanks!


most likely you forgot to remove a relationship to that old model.

0

精彩评论

暂无评论...
验证码 换一张
取 消