Skin mobile is not working anymore?

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/15/2014 3:45:21 PM
Gravatar
Total Posts 23

Skin mobile is not working anymore?

I just tried to change mobile skin, but I always see the same default plain text skin with blue links of menu at top. May be something is wrong I have tried with  art42-* skins

version: 2.4.0.2 2014-01-22

3/16/2014 1:09:44 AM
Gravatar
Total Posts 23

Re: Skin mobile is not working anymore?

http://portal.aun.su/

3/17/2014 3:00:06 PM
Gravatar
Total Posts 18439

Re: Skin mobile is not working anymore?

It is trying to use your mobile skin when I test using the user agent switcher firefox plugin to emulate iphone.

I suggest check the log for errors, I suspect that there is something in the layout.master file of your mobile skin that is causing an error so it fails to load the correct layout.master file. Probably there is some typo or mistake causing an error. 

3/23/2014 2:06:39 PM
Gravatar
Total Posts 23

Re: Skin mobile is not working anymore?

this is what I have in log

2014-03-23 23:01:45,218 ERROR 82.145.222.117 - en-US - / - mojoPortal.Web.mojoBasePage - Error setting master page. Will try setting to default skin.en-US - 82.145.222.117 
System.Web.HttpException (0x80004005): The file '/Data/Sites/2/skins/mobile1/layout.Master' does not exist.
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
   at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
   at System.Web.UI.Page.get_Master()
   at mojoPortal.Web.mojoBasePage.SetupMasterPage()
   at mojoPortal.Web.mojoBasePage.OnPreInit(EventArgs e)

 

3/23/2014 2:13:01 PM
Gravatar
Total Posts 23

Re: Skin mobile is not working anymore?

I just created mobile1 folder with the same content of my skin to fix this issue....

3/23/2014 8:12:20 PM
Gravatar
Total Posts 2239

Re: Skin mobile is not working anymore?

If the folder wasn't there, the skin was deleted after the site was set in Site Settings to use it for mobile. Copying your skin folder contents to this folder will make the problem go away but if the skin you copied to the folder isn't a mobile skin, there's no need for the Mobile Skin setting in Site Settings to be set to anything other that "Site Default."

HTH,
Joe D.

You must sign in to post in the forums. This thread is closed to new posts.