Restored a dump and cloned the project Mageto1.9. Added the local.xml to it entered the necessary data.

But nothing works (when switching to a host, it throws an error:

Warning: simplexml_load_string (): Entity: line 10: parser error: Start tag expected, </ i> /Users/user/Sites/project.dev/lib/Varien/Simplexml/Config.php on line 510

Googled for a very long time - they mostly write that there was a problem with some leyout or a config.xml file, but I didn’t find any solutions (I checked all the layout and xml files - everything seems fine)!

How can I fix this? Or maybe I'm doing something wrong?

  • What version of php? - Naumov
  • @Naumov, in 3 hours I found a solution to the problem) the developer simply didn’t select the correct comment in the layout file in one local module! Worn out with this ( - Maybe_V
  • Frequent problem on php7.0 if magento 1.9 is installed the same problem. Yes, and I had this, but there just the config was commented out and one line was changed and was replaced. The truth was looking for less, you run under xdebug with a stopping point where there is an error and scrolling to the step where it occurs. There you can see the file that is broken. - Naumov
  • @Naumov, thanks) I will now know)! - Maybe_V
  • Yes, it’s not, and here’s a link to php7 compatibility github.com/Inchoo/Inchoo_PHP7 - Naumov

0