2016-07-23 180 views
-3

我上傳的活都是我的CakePHP的項目文件,但給錯誤 消息丟失的數據庫表

message is: 

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

錯誤形象:

enter image description here

數據庫表名是:廣告牌

Model name is : Billboard.php 

<?php 

/** 
* 
*/ 
class Billboard extends AppModel { 

    var $name = "billboards"; 

} 

?> 

Now what is my Mistakes? 
+1

嗯,我認爲這是非常明顯的。在你的實時數據庫中,你的桌子廣告牌? – Dianna

+0

yes數據庫表名是:billboards –

+0

刪除所有緩存文件並重試 –

回答

1

我的問題現在解決了。 我流了一步

  1. 檢查所有cakephp約定。
  2. 所有文件從生活中刪除。
  3. 再次實時上傳所有文件。
  4. 然後我看到每件事情都可以。