Copied to clipboard

Flag this post as spam?

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


  • saurabh 6 posts 26 karma points
    Jan 24, 2011 @ 08:27
    saurabh
    0

    Installation Problem with Umbraco 4.6.1 stuck on "Starter Kit Step"

    Hi,

    I'm also facing the problem during installation of Umbraco 4.6.1. I followed all the steps from provided documents. My development machine environment:

    OS: Windows 7 Enterprise

    IIS: 7.5

    Having Administrative rights

    Installation Steps:

    Step 1: Extract the package file 1.0.4029.25836.zip and placed my pc location "e:\test".

    Step 2: Making blank website in IIS with the name of "myumbraco" and mapped with "e:\test".

    Step 3: Configured following permissions on "e:\test" folder

    ========================================================

    icacls . /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls app_code /grant "IIS APPPOOL\myumbraco":(OI)(CI)RX
    icacls app_browsers /grant "IIS APPPOOL\myumbraco":(OI)(CI)RX
    icacls app_data /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls bin /grant "IIS APPPOOL\myumbraco":(OI)(CI)R
    icacls config /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls css /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls data /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls masterpages /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls media /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls python /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls scripts /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls umbraco /grant "IIS APPPOOL\myumbraco":(OI)(CI)R
    icacls usercontrols /grant "IIS APPPOOL\myumbraco":(OI)(CI)R
    icacls xslt /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls web.config /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls app_data /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls app_data\preview /grant "IIS APPPOOL\myumbraco":(OI)(CI)M
    icacls app_data\packages /grant "IIS APPPOOL\myumbraco":(OI)(CI)M

    ========================================================

    Step 4: Having remote SQL 2008 Database Server. Create the database on that and provide sufficient user rights according to installation guide.

    Step 5: Browsing the localhost in IE. Installation process of Umbraco appeared and initial 4 steps are completed sucessfully stuck on 5th step:

    =========================================================

    Starter kits

    To help you get started here are some basic starter kits. They have been tailored to suit common site configurations and install useful functionality such as blogs or image galleries.
    Mouse over the icons to learn more about what the starter kits will install.

    No connection to repository. Starter Kits could not be fetched from the repository as there was no connection to: 'http://packages.umbraco.org'

    =========================================================

    Pls. help me to resolve the issue.

  • Daniel Bardi 927 posts 2562 karma points
    Jan 24, 2011 @ 08:42
    Daniel Bardi
    0

    Make sure you can get to http://packages.umbraco.org in your browser without error.

    Repository might be down.

    Don't worry.. you should still be able to get to umbraco (http://localhost/umbraco/) and install packages and skins from the developer section when repository is available.

  • saurabh 6 posts 26 karma points
    Jan 24, 2011 @ 11:11
    saurabh
    0

    Thanks for your reply...but I am checking the link 'http://packages.umbraco.org' for repository from last 3-4 days but still it is down.

    Hence stuck in "Starter Kit Step". Is there any other way to install umbraco.

  • Juan Manuel Rojas Cavaliere 1 post 21 karma points
    Jan 25, 2011 @ 17:11
    Juan Manuel Rojas Cavaliere
    0

    Saura did you get it?

     

  • saurabh 6 posts 26 karma points
    Jan 27, 2011 @ 06:30
    saurabh
    0

    No dear I am still facing the same problem. 'http://packages.umbraco.org' link for repository is down. I think I have to go for any other CMS.

  • Raxit 26 posts 46 karma points
    Jan 27, 2011 @ 08:14
    Raxit
    0

    Are you behind firewall? 

    If Yes, you need to add following inside <system.net> section of your umbraco web.config file to bypass proxy


        <defaultProxy>
          <proxy proxyaddress="http://ProxyAddr:Port" bypassonlocal="True"/>
        </defaultProxy>

     

    Please ask your sysadmin to provide you the proxy address and port.

    HTH

  • saurabh 6 posts 26 karma points
    Jan 28, 2011 @ 07:49
    saurabh
    0

    I tried bypassing the proxy also but getting same problem.

    'packages.umbraco.org' link even responding nothing on a system without any firewall.

  • saurabh 6 posts 26 karma points
    Jan 31, 2011 @ 13:30
    saurabh
    0
    Whenever I exit from this step (repository) and want to start Umbraco it redirects me to the first step of Installation again.
  • Richard Kingston 46 posts 69 karma points
    Jan 31, 2011 @ 13:52
    Richard Kingston
    0

    I too have this same problem - the repository appears to be down - I just get a blank screen whether I view it from my desktop PC at work, home laptop, or iPhone.

    And as per saurabh, localhost/umbraco sends me back to installation step 1.

    Do we have an update on the state of the repository? Is it a known issue?

  • Richard Kingston 46 posts 69 karma points
    Feb 01, 2011 @ 14:30
    Richard Kingston
    0

    Anyone? Is there a way to stop localhost/umbraco returning to install step 1 while the repository is down?

  • Facundo Herrera 1 post 21 karma points
    Feb 02, 2011 @ 14:54
    Facundo Herrera
    0

    I had the same problem but finally I can solved it, I hope this can be useful for you guys too. The site http://packages.umbraco.org always was down (shows a blank page actually) so I changed the url in the browser from /install/?installStep=skinning (the step 5 where I stuck) to /install/?installStep=theend and It worked! (sorry for my Spanglish)

  • Richard Kingston 46 posts 69 karma points
    Feb 03, 2011 @ 12:14
    Richard Kingston
    0

    Hi Facundo,

    That's fantastic! Thank you very much.

    I'd had a guess at a few querystrings, like "step6", "end", "complete", "completed" but hadn't managed to find the right one.

    Brilliant.

    Rich

  • saurabh 6 posts 26 karma points
    Feb 04, 2011 @ 10:42
    saurabh
    0

    Hi friend

    I tried the trick and changed the url as you said and installation completed.. but when I logined to umbraco Dashboard appear and getting errors like:

    Could not load control: '/umbraco/dashboard/startupdashboardintro.ascx'.
    Could not load control: '/umbraco/dashboard/startupdashboardkits.ascx'.
    Could not load control: '/umbraco/dashboard/startupdashboardvideos.ascx'.

    also if we create new content no document type is found..Step-5 which we bypassed is compulsary because it loads required packages for Umbraco

  • Adnan 1 post 21 karma points
    Mar 03, 2011 @ 17:28
    Adnan
    0

    The problem above is caused because Umbraco expects to be installed in the root of the web server.

    I'd very much appreciate it if anybody could post instructions on how to place Umbraco with a sub-folder. Thanks.

     

  • kishore 0 posts 20 karma points
    Apr 15, 2011 @ 05:58
    kishore
    0

    Hi,

    I got the same problem when I installed umbraco into a subdirectory. I had manually changed the paths to all the files to the new subdirectory ... ofcourse with the help of visual studio.

    for example. I installed in a umbraco subdirectory

    all the paths were intially pointing to /umbraco/.....

    I changed that to /umbraco/umbraco/....

     

    Now it is working fine.

    cheers!

Please Sign in or register to post replies

Write your reply to:

Draft