После установки Kiweecommerce в админке возникла ошибка даже две,
Warning: Cannot modify header information — headers already sent by (output started at W:\home\localhost\www\eflaundry\manager\includes\header.inc.php:11) in W:\home\localhost\www\eflaundry\assets\snippets\shoppingCart\kiwee.class.php on line 54
Warning: Cannot modify header information — headers already sent by (output started at W:\home\localhost\www\eflaundry\manager\includes\header.inc.php:11) in W:\home\localhost\www\eflaundry\assets\snippets\shoppingCart\kiwee.class.php on line 55
В файле kiwee.class.php вот такой код:
if(!$_COOKIE['siteSSID']) {
setcookie("siteSSID","",1);
setcookie("siteSSID", session_id(),0);
}
Есть идеи что с этим делом делать, при удалении этих строк, ошибка пропадает, но не хотелось бы пользователей оказаться без куки.