商品推荐出现问题(已解决)

2016-07-07 15:43 来源:www.chinab4c.com 作者:ecshop专家



在后台设置了商品推荐调用js,使用htm进行调用,点击上面的商品,出现以下问题

Notice: unserialize() [function.unserialize]: Error at offset 106 of 110 bytes in d:\clientweb\lllearn\wwwroot\youa\includes\cls_session.php on line 163

Warning: Cannot modify header information - headers already sent by (output started at d:\clientweb\lllearn\wwwroot\youa\includes\cls_session.php:163) in d:\clientweb\lllearn\wwwroot\youa\includes\init.php on line 157

Warning: Cannot modify header information - headers already sent by (output started at d:\clientweb\lllearn\wwwroot\youa\includes\cls_session.php:163) in d:\clientweb\lllearn\wwwroot\youa\includes\init.php on line 158

Warning: Cannot modify header information - headers already sent by (output started at d:\clientweb\lllearn\wwwroot\youa\includes\cls_session.php:163) in d:\clientweb\lllearn\wwwroot\youa\includes\cls_template.php on line 58

Warning: Cannot modify header information - headers already sent by (output started at d:\clientweb\lllearn\wwwroot\youa\includes\cls_session.php:163) in d:\clientweb\lllearn\wwwroot\youa\goods.php on line 213

回答:
调用的代码:

<script src="http://www.27fz.com/goods_script.php?intro_type=is_new&need_image=true&goods_num=12&arrange=h&rows_num=4&charset=GB2312&sitename=%E8%89%BE%E7%BB%AE%E6%9C%8D%E8%A3%85%E7%BD%91"></script>

问题已解决