Copied to clipboard

Flag this post as spam?

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


  • MATEUS LOPES 1 post 21 karma points
    Sep 03, 2013 @ 20:56
    MATEUS LOPES
    0

    Errors installing version 6.1.5 - files. Xslt missing


    Hello, I'm trying to install umbraco, I downloaded the file UmbracoCms.6.1.5.zip site http://our.umbraco.org/contribute/releases/615 I uploaded via ftp to my host I created the virtual directory (mysite.com \ wwwroot \ umbraco615) ASP.NET 4.0 - INTEGRATED PIPELINE and created the sql database.
    After installation usually occurred at the end I chose the Business template, and I am with the following errors:
    Error reading XSLT file: \ xslt \ umbBlogRssFeedLink.xslt
    Error reading XSLT file: \ xslt \ umbTopNavigation.xslt
    Error reading file: \ xslt \ umbBusinessFrontpageBlog.xslt
    ie all errors coming from xslt folder, however after unzipping the file UmbracoCms.6.1.5.zip Xslt realized that the folder only contains a Web.config file (do not have any. xslt there), and nothing else, I downloaded the UmbracoCms.6.1.4.zip this file anyway. How should I do, where I find these files? The umbraco can not be installed via ftp?

    thanks

  • Matt Barlow | jacker.io 164 posts 727 karma points c-trib
    Sep 10, 2013 @ 22:11
    Matt Barlow | jacker.io
    0

    Those files are missing from the Business template package on your install.

    You could try manually downloading the package from here: 

    http://our.umbraco.org/projects/starter-kits/business-website-starter-pack

    And ftping up the XSLT files to the xslt folder.

    Although XSLT is pretty old school now, so you may want to try another starter kit like uBootStrap.

    http://our.umbraco.org/projects/starter-kits/ubootstrap

     

     

  • Dan Barndon 1 post 21 karma points
    Dec 08, 2013 @ 08:17
    Dan Barndon
    0

    Having spent a couple of hours investigating the same issue, it appears that this problem occurs when running Umbraco 6.1.6 under a subdirectory e.g. http://localhost/cms/ pointing to c:\inetpub\wwwroot\cms\ (where the umbraco instance is installed).

    The workaround for this is to setup a sub-domain in IIS, which points directly to the extracted umbraco files (e.g. cms.localhost -> c:\inetpub\wwwroot\cms). Once the installer is initiated, by browsing to http://cms.localhost/default.aspx, the files will be placed in the correct directory and packages can be installed without issue.

    Without the subdomain, the installer attempts to create a named subdirectory (e.g. cms) under the umbraco installation folder, which contains all of the required files for the package.

    (Useful link: http://our.umbraco.org/documentation/Installation/install-umbraco-manually -> 'Using a Virtual Directory')

  • 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