0
私は 異なるモデルが:
**Error:** There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1685082734
そして、私のコレクションクラスは以下の通りです、今私はコレクションを取るために他のモデルを使用したいのですが、thatsのは私にエラーを与え、Magentoの中にモジュールを作成します..
class Mage_Banners_Model_Mysql4_Category_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract
{
public function _construct()
{
parent::_construct();
$this->_init('banners/category');
}
}
これを実行する方法と、このモデルリソースがテーブルを持っていることを知る方法は?
このレポートにはどんなエラーがありますか? – jamapag
@jamapag、上の方**エラー:** –
magentoの 'var/reposts'ディレクトリに移動し、' 1685082734'ファイルのエラーの説明を読んでください。 – jamapag