Design and CSS styles
Version 7.x > Design and CSS styles > CSS Menu - error [CMSDataProperties.LoadTransformation]: The server tag is not well formed. View modes: 
User avatar
Guest
jarjav - 12/14/2012 3:24:25 AM
   
CSS Menu - error [CMSDataProperties.LoadTransformation]: The server tag is not well formed.
I want create custom menu based on this article
http://devnet.kentico.com/Knowledge-Base/Design-and-css/Creating-a-Mega-Menu-(step-by-step).aspx

but page return me error [CMSDataProperties.LoadTransformation]: The server tag is not well formed.
In my opinion error is somewhere inside transformation code.

Also I could not find source file c:\Inetpub\wwwroot\KenticoCMS\CMSTransformations\cms\menuitem\megamenutoplevel.ascx

Could somebody help me?

Thanks

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 12/14/2012 10:37:02 AM
   
RE:CSS Menu - error [CMSDataProperties.LoadTransformation]: The server tag is not well formed.
You need to go into SiteManager>Development>Document Types>Page (menu item)>Transformations and verify your transformations are correct. If you followed the KB article and used the same names, look at these transformations MegaMenuTopLevel and MegaMenuSub. You most likely have a bad tag or are missing a ; or something like that.

BTW, the transformation will only show in the file system (location you mentioned) IF you store all virtual objects to the file system. This can be found under CMSSiteManager>Administration>System>Virtual Objects. You can check the boxes in the Source Control group and apply changes. Then click the Store all virtual objects in the file system button and you will then find it in the file system location you mention.