A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
I am new to mojoportal. I have started designing my first skin in mojoportal. The problem I am facing is the layout.master what I have written is not working. The site automatically assigns one of the default mojoportal skin's layout.master file. Anyone please help me. Thanks in advance.
If you make a mistake in your layout.master it may fail to load because of an error. It will fallback to a failsafe layout.master and it will log the error. Check Administration > System Log
Hope that helps,
Joe
Hi Joe,
Thanks for your suggestion. I am checking the system log file. While checking, in many places it is showing mojoPortal.Business.WebHelpers.IndexHelper - handled error: System.ArgumentException: attempt to access a deleted document.
and
/Admin/SiteSettings.aspx - mojoPortal.Web.mojoBasePage - Error setting master page. Will try setting to default skin.en-US - 10.0.3.22 System.Web.HttpException (0x80004005): The file '/Data/Sites/1/skins/newtheme/layout.Master' does not exist.
I don't know why it is showing, because I named the skin as Data/Sites/1/skins/skinnew. then how can it refers to newtheme/layout.master. There is no skin named newtheme in my skins folder. At first I named a skin as newtheme. But later on I deleted that skin. But still the skin is referred. Please help me to get out of this error.
Thanks,
Siva
Did you select the new skin name from site settings and save it? If you renamed it in the file system you must re-select it in site settings.
You may need to rebuild your search index.
Thanks Joe.
Now it's working. Actually the problem is with my layout.master file only.
I didn't notice the mistakes that have made in layout.master file. Now I corrected the mistakes.
Thank you very much.