Thomas Nielsen
Thomas Nielsen

Reputation: 613

Cleaning the system.log in magento but encountering problems

I'm getting some errors in my log which I'm having trouble identifying. Also I'm not very experienced in php/xml yet, but I'm trying my best. I've been google'in alot ot try and find answers on how to trace down the error, but with no luck.

Warning: simplexml_load_string(): Entity: line 120: parser error : Premature end of data in tag layout line 29  in /var/www/site.com/../Update.php on line 432

And

Warning: simplexml_load_string():     </customer_account>  in /var/www/site.com/../Update.php on line 432

As far as I've figured out, it might be due to some error, in one of the XML files? I've been looking through alot of them but without luck.

Upvotes: 1

Views: 278

Answers (1)

Thomas Nielsen
Thomas Nielsen

Reputation: 613

I found a missing

</reference> 

inside a

<customer_account>..</customer_account>  

Seems to have fixed the problem!

Upvotes: 1

Related Questions