After installation of SUPEE-10415 patch on 1.7.0.2, an error is shown after flushing the Magento cache:
There has been an error processing your request
Cannot send headers; headers already sent in /home/youngag/public_html/magento/app/code/core/Mage/Core/Model/Config.php, line 1245
Trace:
#0 /home/youngag/public_html/magento/lib/Zend/Controller/Response/Abstract.php(115): Zend_Controller_Response_Abstract->canSendHeaders(true)
#1 /home/youngag/public_html/magento/app/code/core/Mage/Core/Model/App.php(1246): Zend_Controller_Response_Abstract->setHeader('Content-Type', 'text/html; char...')
#2 /home/youngag/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Front.php(80): Mage_Core_Model_App->getResponse()
#3 /home/youngag/public_html/magento/app/code/core/Mage/Core/Model/Url/Rewrite.php(204): Mage_Core_Controller_Varien_Front->getResponse()
#4 /home/youngag/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Front.php(166): Mage_Core_Model_Url_Rewrite->rewrite()
#5 /home/youngag/public_html/magento/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#6 /home/youngag/public_html/magento/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 /home/youngag/public_html/magento/index.php(93): Mage::run('', 'store')
#8 {main}
Has anyone else encountered this error? Any insight as to how to solve this issue would be appreciated.
XML declaration allowed only at the start of the document on line 510 which is:
$xml = simplexml_load_string($string, $this->_elementClass);
– jpluttme Apr 20 '18 at 17:21