另外如果出现_STORAGE_WRITE_ERROR_:./weixin/Runtime/Cache/Home/54s98fas48asd7f6as4f6as54.php问题则是因为——权限问题。在根目录下给 weixin(你自己的文件夹名)文件夹赋予权限
chmod 0777 -R weixin
即可
chmod 0777 -R weixin
即可
2016-10-13
assign()问题,可能是html文件地址对不对,display(‘share’)默认调用share.html,应该在view文件夹-》Index文件夹-》share.html文件,html文件对可能是老师的__construct()这个方法影响了,我删了这个方法就可以调用到了。
顶部的function __construct(){ }删除
顶部的function __construct(){ }删除
2016-10-13
function shareWx(){
...
$this->assign()
...
}
同学老师,请帮我解惑下。
错误提示:
fatal error: call to a member function assign() on null in /data1/..../Imooc/Runtime/~runtime.php on line 1
...
$this->assign()
...
}
同学老师,请帮我解惑下。
错误提示:
fatal error: call to a member function assign() on null in /data1/..../Imooc/Runtime/~runtime.php on line 1
2016-09-22