网络营销师_王健
emlog手机版出现Fatal error: Allowed memory size of的解决方法
post by:王健 2015-8-11 19:17
访问手机版出现以上问题的可以这样解决
打开“/m/indexphp”
将63行的
  1.         $comments = $Comment_Model->getComments(2, $logid, 'n', $commentPage);
  2.         extract($comments);

复制代码


改成
  1.         extract($Comment_Model->getComments(2, $logid, 'n', $commentPage));

复制代码


就可以了
评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容