When we fill the customer information and addresses into the admin side and then try to save that customer details at that time displayed error like:
Warning: simplexml_load_string(): Entity: line 25: parser error : Start tag expected, '<' not found in /lib/Varien/Simplexml/Config.php on line 51
Please share any ideas if you have.
Thank you.
Hello @Ashish_k_php
Did you check this thread?
https://magento.stackexchange.com/questions/198458/magento-1-9-simplexml-load-string-error
Hello @Ashish_k_php
It indicates there is an issue in .xml file.
Please check if any custom modules are used for the customer. If so, disable it or you have to print log in
/lib/Varien/Simplexml/Config.php
on line 51.
I hope it helps.
We already try but not display any error in the
@theMageComp wrote:Hello @Ashish_k_php
Did you check this thread?
https://magento.stackexchange.com/questions/198458/magento-1-9-simplexml-load-string-error
error log.