I want to use APC with Magento. I added the folling code in app/etc/local.xml
:
<cache>
<backend>apc</backend>
<prefix>MAGE_</prefix>
</cache>
but I am getting the error below. APC is already enabled on the server and working with other sites.
The error message
Warning: simplexml_load_file() [function.simplexml-load-file]: Entity: line 58: parser error : expected '>' in /var/www/html/webkul/magento/partner/app/Mage.php on line 645
Warning: simplexml_load_file() [function.simplexml-load-file]: in /var/www/html/webkul/magento/partner/app/Mage.php on line 645
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /var/www/html/webkul/magento/partner/app/Mage.php on line 645
Notice: Trying to get property of non-object in /var/www/html/webkul/magento/partner/app/Mage.php on line 647
Notice: Trying to get property of non-object in /var/www/html/webkul/magento/partner/app/Mage.php on line 647
Notice: Trying to get property of non-object in /var/www/html/webkul/magento/partner/app/Mage.php on line 647
What could lead to this error?