我在 magento 中安装 Magik_Featuredproducts 组件后,我无法访问我的前视图?
我在安装组件后通过 magento connect 安装 Magik_Featuredproducts 组件我可以访问后端但无法访问前端并出现以下错误:- 致命错误:在第 529 行对 C:\xampp\htdocs\magento\app\code\core\Mage\Core\Model\Layout.php 中的非对象调用成员函数 toHtml()。 如何解决这个错误?...希望有人帮助我。
i install Magik_Featuredproducts component via magento connect after install component i can access backend but cant access frontend and following error comes:-
Fatal error: Call to a member function toHtml() on a non-object in C:\xampp\htdocs\magento\app\code\core\Mage\Core\Model\Layout.php on line 529.
how to solve this error?...hope someone help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来模块 Block 文件夹下的 php 文件之一丢失了。
toHtml()
在块上调用。检查您是否已将模块的权限设置为755
并且所有文件都存在。It sounds like one of the php files under the module Block folder is missing.
toHtml()
is called on a Block. Check that you've set the permissions on the module to be755
and that all files are present.