ASIC - Adsense1 or Adsense2 Error (Solved)

Whenever one tries to save the HTML Template of Blogger, some error appears in the left bottom corner. One of these errors is "The widget settings in widget with id <b>AdSense1</b> is not valid. An internal error occurred. Please try again." or "The widget settings in widget with id <b>AdSense2</b> is not valid. An internal error occurred. Please try again.". Here is a simplest solution to the problem. Follow the below given steps to resolve this problem.


Resolve Adsense1 Error1. Click on the Jump to Widget button as shown in the picture 1. You will see list of all active widgets here.
Select Adsense1 or Adsense2 Widget
2. Select the widget Adsense1 or Adsense2 according to your error message. The code for Adsense1 or Adsense2 as per your selection will appear as shown in selected code in picture 2.
3. Add following code in the place as below. BLACK color code is the Actual Code just copied for your infomation. Code in RED color is the code which you will add in the beginning and ending. 

         <!--<b:widget cond='data:view.isHomepage' id='AdSense1' locked='false' title='' type='AdSense' visible='false'>
                <b:widget-settings>
                  <b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
                  <b:widget-setting name='style.textcolor'>#ffffff</b:widget-setting>
                  <b:widget-setting name='style.layout'>1x1</b:widget-setting>
                  <b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
                  <b:widget-setting name='style.urlcolor'>#ffffff</b:widget-setting>
                  <b:widget-setting name='style.linkcolor'>#ffffff</b:widget-setting>
                  <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
                </b:widget-settings>
                <b:includable id='main'>-->

 4. Try to save it after adding the mentioned RED color code and your problem is solved.

Note: If error for Adsense2 appears after Adsense1, follow the same steps to resolve the error,

regards,
MFBashir

Comments