我在我的 magento 网站中加载了手机号码的自定义模块。当我尝试在单独的视图页面中加载时,它显示错误。
在这里,我在下面的 customer/widget/mobile.phtml 文件中为手机号码创建了新的视图文件
<?php
echo $this->getLayout()->createBlock('customer/widget_mobile')->setObject($this->getFormData())->toHtml()
?>
致命错误:在第 195 行的 /var/rooja/app/design/frontend/default/rooja/template/customer/form/register.phtml 中的非对象上调用成员函数 setObject()。
- 谁能解释这个错误的原因?
- 如何调试此错误?
谢谢普拉卡什