I’m in the page editor and I’m seeing JSON where editor controls should be
{“commands”:[{“click”:”chrome:field:editcontrol({command:\”webedit:chooseimage\”})”,”header”:”Choose
Image”,”icon”:”/~/icon/SoftwareV2/16×16/photo_landscape.png.aspx”,”isDivider”:false,”tooltip”:”Choose
an
image”,”type”:null},{“click”:”chrome:field:editcontrol({command:\”webedit:editimage\”})”,”header”:”Properties”,”icon”:”/~/icon/SoftwareV2/16×16/palette_preferences.png.aspx”,”isDivider”:false,”tooltip”:”Modify
image
appearance”,”type”:null},{“click”:”chrome:common:edititem({command:\”webedit:open\”})”,”header”:”Edit
the related
item”,”icon”:”/temp/IconCache/SoftwareV2/16×16/cubes_blue.png”,”isDivider”:false,”tooltip”:”Edit
this item in the Content
Editor.”,”type”:”common”}],”contextItemUri”:”sitecore://master/{2D90E98C-1360-4EBA-855E-3B321B053376}?lang=en&ver=1″,”custom”:{},”displayName”:”Logo”,”expandedDisplayName”:null}
This is happening in the page editor but not when I view the site.
Solved. It was because I removed the < form method=”post” runat=”server” id=”mainform” > from the page. Added it back in. Best if you make it the first child under < body >