如何在CMS页面Magento 2中调用PHTML文件?
Magento 2 我已经安装了从Magestore下载的示例Bannerslider模块。 当我调用bannerslider.phtmlCMS主页时,它在主页上显示了不可靠的错误。 {{block class="Magento\Bannerslider\Block\Slideshow" template="bannerslider.phtml"}} 错误消息是 We're sorry, an error has occurred while generating this email. 我也更改了块类,但仍然显示相同的错误。你能建议我一个正确的方法吗? 如果您需要更多代码详细信息,请在评论中提及我。我真的被困在这里。 uncoment之后SetEnv MAGE_MODE developer在.htaccess文件错误消息是改变并示出 Error filtering template: Invalid block type: Magento\Bannerslider\Block\Slideshow 顺便说一句,这个模块的管理部分工作正常。 积木类 namespace Magento\Bannerslider\Block; use Magento\Framework\View\Element\Template; use Magento\Framework\View\Element\Template\Context; use Magento\Framework\Filesystem; use Magento\Framework\App\Filesystem\DirectoryList; class Slideshow extends Template { public function __construct( …