AHT magento プラグインを使用してスライドショーを管理しています。左側の静的ブロック メニュー項目を選択すると、次のエラーが発生します。
Fatal error: Call to a member function setProductsRelated() on a non-object in /www/app/code/local/AHT/Aslideshow/controllers/Adminhtml/SlideshowController.php on line 270
問題の行は次のようになります (getLayout の行):
`public function staticblockAction() {
$this->_initAction();
$this->loadLayout();
$this->getLayout()->getBlock('aslideshow.slideshow.edit.tab.staticblocks') ->setProductsRelated($this->getRequest()->getPost('staticblocks_slideshow', null));
$this->renderLayout();
} `