缺少数据库表

时间:2016-07-23 08:09:25

标签: php mysql cakephp

我现场上传了所有的cakephp项目文件,但却给出了错误     消息

 message is:

 Error: Table billboards for model Billboard was not found in
datasource default.

错误图片是:

enter image description here

数据库表名是:billboards

Model name is : Billboard.php

<?php

/**
 * 
 */
class Billboard extends AppModel {

   var $name = "billboards";

}

?>

Now what is my Mistakes?

1 个答案:

答案 0 :(得分:1)

我的问题现在解决了。 我流了一些步骤

  1. 检查所有cakephp惯例。
  2. 所有文件都从实时删除。
  3. 再次上传所有文件。
  4. 然后我看到每件事都没问题。
相关问题