Magento 1.7 Cannot send headers; headers already sent in
问题 SOLVED I solved this issue with Jonathan Hussey help I changed this line: $mModel->getCollection()->load($mId)->getData(); for this: $mModel->getCollection()->addFieldToFilter('met_id',$Id)->getSelect(); Problem I created custom module which added tab to admin product page with additional text field. When I try save this product I get this error: a:5:{i:0;s:140:"Cannot send headers; headers already sent in /home/nano/domains/mydomain/public_html/gw/lib/Varien/Data/Collection/Db.php, line 693"