If you see this warning, when opening category of your Magento-Shop …
1 2 3 4 5 |
Warning: simplexml_load_string(): Entity: line 779: parser error : xmlParseEntityRef: no name in app/code/core/Mage/Core/Model/Layout/Update.php on line 235 #0 [internal function]: mageCoreErrorHandler(2, 'simplexml_load_...', '/Users/tobi/Doc...', 235, Array)<br> |
… Of course you could check the XML-Updates in the file:
app/code/core/Mage/Core/Model/Layout/Update.php
The solution
…might be simple.
The reason can be special characters. For example: The &
For that, just exchange the “&”-Sign in your category (title) by the correct HTML-sign “&”