Some Blogger Template Errors and How to Fix Them



While doing some changes in blogger template there is chances to many errors
So,now i will show that how to fix some of the errors in this article
As i guess that every blogger who customize their blog's template,they must get one of the following blog's template error as given below


XML error message: The entity name must immediately follow the '&' in the entity reference.

Solution: This too is a common error, you get when customizing your template. Just look out for the place where you modified the codes on your template. I am sure you'll find the following symbol - &, somewhere in the newly inserted code. Just add amp; to the right of the symbol or in other words, suffix amp; with that symbol to fix the error.


XML error message: Open quote is expected for attribute "{1}" associated with an element type "href".

Solution: This is not a big problem as it looks in the error detail. The element type may be src or type or class or id or anything for that matter - not necessary that it should always be href. Well, it is pretty simple to solve this one! You just missed an a quotation mark some where in the code. Consider the example below.

<a href=http://abc.com">Example</a> 
should become 
<a href=''#">Example</a>


XML error message: The element type "img" must be terminated by the matching end-tag "</img>"

Solution: This errors occurs when you try to customizing images on your blogger template. This error occurs when you miss out a trailing slash ( / )that should appear before you close the img tag. This could be better explained with an example as shown below.
<a href=''source link"><img src="img link"></a>
should be changed to
<a href=''source link"><img src="img link"/></a>


Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly.

Solution: As this is the most common error of a Blogger template. This error message is usually accompanied by another message that indicates the actual reason for this reason. To overcome this error message on your Blogger template, follow the guide  given below to find what is the actual error on your template and how to fix theme.
 

bx - xxxxxx error

Solution: You'll find bx followed by some number when you try to save your template - usually occurs when you try to shift tabs between "Page Elements" and "Edit HTML". To avoid this error just make sure you save your widgets at their respective positions before you shift the tabs. Clearing your browser cookies too might help sometimes. One more advice to overcome this error, try to save your template by manual deletion/removal of widgets using "Page Elements" than using the wrench icon to delete them.




We were unable to save your template. Please correct the error below, and submit your template again. There should be one and only one skin in the template, and we found: 2

Solution: This is one of the rare error occurs on your blogger template. When you define two different skin on your template this error takes place. Make sure you delete one and the problem should be fixed.


More than one widget was found with id: HTML1. Widget IDs should be unique.

Solution: This one is a most common template error. This occurs when the id name is found to the same at two instances. Just change the id name to solve this issue. For example, from id='HTML5' to id="HTML57" - a unique name that does not appear anywhere on your template.
  

Well, I have mentioned only few errors in the above article. Hope you solve the above errors successfully in your Blogger template. There are plenty of more errors which you might have encountered. If you know any other error, that you been encountered, share them via comment box below. I will try to fix it up for you.

Previous Post Next Post