Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Disabling MobileSkin

  1. #1
    yakatz is offline Member
    Join Date
    Jul 2008
    Location
    Could be anywhere between 60N-28N and 77W-36E
    Posts
    84

    Question Disabling MobileSkin

    We launched a store on v9 today and now the event log is filling up with this:
    Code:
    Page URL:/default.aspx 
    Source:System.Web 
    Message:Theme 'MobileSkin_2' cannot be found in the application or global theme directories. 
    Stack Trace: 
    at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName) 
    at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName) 
    at System.Web.UI.Page.InitializeThemes() 
    at System.Web.UI.Page.PerformPreInit() 
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    We did not create a mobile skin. Is there some way to completely disable it?
    Using ASPDotNetStoreFront since Version 3
    Got Version 9.
    Almost ready to deploy MultiStore (final testing stages for the new FirstData gateway)
    Finally upgraded our server to 2008 R2.

  2. #2
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    *MAKE A BACKUP OF DB FIRST*

    Then, go to the db and delete all records from the MobileDevice table. Doing this will force all mobile clients to use the main skin.

    *YOU REMEMBERED TO BACK UP FIRST RIGHT*

  3. #3
    yakatz is offline Member
    Join Date
    Jul 2008
    Location
    Could be anywhere between 60N-28N and 77W-36E
    Posts
    84

    Cool

    Quote Originally Posted by ssgumby View Post
    Then, go to the db and delete all records from the MobileDevice table. Doing this will force all mobile clients to use the main skin.
    Code:
    TRUNCATE TABLE MobileDevice
    I love it when problems are that easy to fix.
    Using ASPDotNetStoreFront since Version 3
    Got Version 9.
    Almost ready to deploy MultiStore (final testing stages for the new FirstData gateway)
    Finally upgraded our server to 2008 R2.