Yii Framework: The table for active record class cannot be found in the database

后端 未结 3 1222
暖寄归人
暖寄归人 2021-01-19 14:51

I\'m hoping the hivemind has some more suggestions on dealing with this error from Yii Framework. The exact error, specific to our setup is:

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 15:36

    Yii caches db metadata, probably that is the issue? Try to clear your metadata cache or disable cache at all.

    The /wwwroot/assets folder usually contains those cache files.

    Check also that you haven't run out of space on your device (disk).

    Source: Quoting one of the comments to this Question - Yii Framework: The table for active record class cannot be found in the database

提交回复
热议问题