php - sometimes the error "yii the table for active record class cannot be found in the database" -


i never had problem before last friday! lately (last friday , saturday) pc surf page appears error: the table "devices" active record class "devices" cannot found in database have seen frequent problem did not understand how solve issue. in devices model have correct table name

public function tablename() {     return 'devices'; } 

and in mysql database name same, devices


Comments

Popular posts from this blog

php - How to serve a file for download on WordPress -

how to share virtual sharepoint server and get it in host windows and visual studio? -