Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bas Wensveen 54 posts 75 karma points
    Nov 29, 2010 @ 22:47
    Bas Wensveen
    0

    Source error "No relevant source lines"

    Hi,

     

    During installation of umbraco 4.5.2 I get the following error. I installed Umbraco from the web platform installer. 

     

    Kind regards,

     

    Bas

     

     

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

     

    Parser Error Message: Access to the path 'C:\Inetpub\UmbracoTemplateWebsite\App_Browsers\Form.browser' is denied.

     

    Source Error: 

    [No relevant source lines]

    Source File: none    Line: 1 

     

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Nov 30, 2010 @ 08:19
    Sebastiaan Janssen
    0

    Apparently your permiissions are not set up correctly (or the App_Browsers\Form.browsers does not exist). 

    Have a look in IIS to see which application pool is used by the website. The application pool is using a username and that user should have modify permissions on the App_Browsers folder.

  • Bas Wensveen 54 posts 75 karma points
    Nov 30, 2010 @ 19:42
    Bas Wensveen
    0

    Hi Sebastiaan,

     

    The file App_Browsers\Form.browser is present and the premissions are set the same as I setup all my umbraco websites. 

    Is 4.5.2 based on .Net framework 4.0?

  • Bas Wensveen 54 posts 75 karma points
    Nov 30, 2010 @ 20:59
    Bas Wensveen
    0

    Sebastiaan,

     

    After installation the http://referentiewebsite/install/default.aspx?redir=true&url=/default.aspx install page of Umbraco was accessable. When I proceed, the error described above is generated.

     

    Regards,

     


     

  • Bas Wensveen 54 posts 75 karma points
    Nov 30, 2010 @ 21:04
    Bas Wensveen
    0

    In 

    Step 3/5: Validating File Permissions

     

    the page goes blank :-)

  • Bas Wensveen 54 posts 75 karma points
    Nov 30, 2010 @ 21:14
    Bas Wensveen
    0

    Does it matter that I don't have IIS7 installed

  • Bas Wensveen 54 posts 75 karma points
    Nov 30, 2010 @ 22:05
    Bas Wensveen
    0

    I used script below, to set the folder permissions. Still the above error is shown. I'm using XP Pro with SQL server express 2008

     

    :: Hope you enjoy this one

    :: Sets up the right folder permissions for Umbraco to run

    :: Inspired by http://blog.mattbrailsford.com/2010/08/01/adding-a-windows-context-menu-item-to-set-umbraco-folder-permissions/

    :: from the boys at Offroadcode.com

    ECHO OFF

    SET which_user="%computername%\ASPNET"

    ECHO ON

    cacls "%CD%" /E /G %which_user%:C

    cacls "%CD%\app_code" /E /G %which_user%:F

    cacls "%CD%\app_browsers" /E /G %which_user%:F

    cacls "%CD%\app_data" /E /G "%which_user%:C

    cacls "%CD%\bin" /E /G "which_user%:R

    cacls "%CD%\config" /E /G "which_user%:C

    cacls "%CD%\css" /E /G "%which_user%:C

    cacls "%CD%\data" /E /G "%which_user%:C

    cacls "%CD%\masterpages" /E /G "%which_user%:C

    cacls "%CD%\media" /E /G "%which_user%:C

    cacls "%CD%\python" /E /G "%which_user%:C

    cacls "%CD%\scripts" /E /G "%which_user%:C

    cacls "%CD%\umbraco" /E /G "%which_user%:R

    cacls "%CD%\usercontrols" /E /G "%which_user%:R

    cacls "%CD%\xslt" /E /G "%which_user%:C

    cacls "%CD%\web.config" /E /G "%which_user%:C

    ::Uncomment below if testing

    ::PAUSE 

     

     

  • Bas Wensveen 54 posts 75 karma points
    Dec 05, 2010 @ 13:44
    Bas Wensveen
    0
    Hi,
    Still facing the error described above. Is there someone that can help me solve this.
    All help appreciated!
    Kind regards,
    Bas
  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Dec 05, 2010 @ 20:58
    Sebastiaan Janssen
    0

    Instead of

    SET which_user="%computername%\ASPNET"

    You could try:

    SET which_user="NETWORK SERVICE"

    Or:

    SET which_user="%computername%\NETWORK SERVICE"

    If that doesn't help, it's probably not a permissions problem.

    Yes, the default download for  4.5.2 does require .net 4 installed, but you'd get errors earlier if that was the problem.

    I haven't used XP for quite a while now, and hardly ever used it with Umbraco, so I don't know what the install issues would be. I hope the change in permissions helps.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies