ecshop使用过程中常常出现Cannot modify header information - headers already sent by 错误,这个错误主要是由于session,cookie面前有输出而直接导致的,因为session,cookie他必须放在html前面.里奥模板中心(www.68ecshop.com)教程介绍一下解决办法,有以下几种方式:
1: output_buffering = On ,在php.ini中设置.
2:js代替header跳转,使用header()来代替location.href="";
3:在header();后面用exit退出
建站咨询热线
18503087281