Copied to clipboard

Flag this post as spam?

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


  • Vahap 8 posts 28 karma points
    Jun 23, 2012 @ 13:21
    Vahap
    0

    nstalling Umbraco but error

    Hi everyone,

    I am first installing umbraco.

    I have godaddy hosting. Now i am set sql information in web.config and post FTP and i can do installing but after setup always to get into the installation files .

    Have solution ?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jun 23, 2012 @ 16:35
    Jan Skovgaard
    0

    Hi Vahap

    I'm asuming that it's Umbraco 4.7.2 that you have been trying to install.

    I think you should check if this line in the web.config file is empty: <add key="umbracoConfigurationStatus" value="4.7.2" /> - if it is then try to add the Umbraco version installed manually.

    This should stop the install screen from reappearing after the installation has finished.

    Hope this helps.

    /Jan

  • Ravi Motha 290 posts 500 karma points MVP 8x c-trib
    Jun 26, 2012 @ 13:52
    Ravi Motha
    0

    Hi Vahap, have you checked to see that the umbraco tables etyc have been created in your SQL server/ and you are able to see the install screen with all the grpahics?

  • Vahap 8 posts 28 karma points
    Jun 27, 2012 @ 12:45
    Vahap
    0

    Hi thanks for All reply.

    @Jan

    I added value 4.7.2 but now  i have followed error 

    Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.

    i dont understand.

    @Ravi

    Yes i chechked SQL server and did n't see error. 


  • Vahap 8 posts 28 karma points
    Jun 27, 2012 @ 12:49
    Vahap
    0

    And i checked bin folder and exists UrlRewritingNet.UrlRewriter.dll 

  • Ravi Motha 290 posts 500 karma points MVP 8x c-trib
    Jun 27, 2012 @ 13:00
    Ravi Motha
    0

    I just wanted to see if your issue was something related to an issue I had recently, but, if the tables and so forth are being created then this is beyond my knowledge.. 

    However since it was actinmg like the issue I was getting, i'd double check the Iusr permissions that go daddy have set on your folders as that may help..

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jun 27, 2012 @ 14:06
    Tom Fulton
    0

    I've seen that issue if you try to access a virtual directory beneath Umbraco - it inherits the web.config settings but doesn't know where the DLLs are.

    What URL are you going to when you see that error?

    Are you installing in a virtual directory or on the root?

    Also are you on shared hosting (medium trust)?

    -Tom

  • Vahap 8 posts 28 karma points
    Jun 28, 2012 @ 11:56
    Vahap
    0

    Hi thanks for reply i am solved interesting :)
    All  doing remove in Ftp Folder and again installing and solved.

    Now have last questions.

    I buy template in themeforest , how to implement umbraco site ? 

  • Vahap 8 posts 28 karma points
    Jun 28, 2012 @ 12:07
    Vahap
    0

    Now i get as error 

    Content controls have to be top-level controls in a content page or a nested master page that references a master page.

  • Grant Thomas 291 posts 324 karma points
    Jun 28, 2012 @ 12:19
    Grant Thomas
    0

    Off the top of my head, this is likely related to the structure of your master page templates and hierarchy: how many do you have, do they inherit and what is the structure?

    Because the root master already inherits from the 'default', make sure you implement the content place holder:

    <%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
    <asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
      <!-- content goes here, not outside of it -->
    </asp:Content> 
  • Ravi Motha 290 posts 500 karma points MVP 8x c-trib
    Jun 28, 2012 @ 12:19
    Ravi Motha
    0

    Hi Vahap, I think you may want to start this as a new thread/discussion in the genral section but I did notice this: http://our.umbraco.org/forum/getting-started/installing-umbraco/1444-Content-controls-have-to-be-top-level-controls-in-a-content-page-or-a-nested-master-page-that-references-a-master-page

    So I would double check this  first

    regards

    Ravi

  • Vahap 8 posts 28 karma points
    Jun 28, 2012 @ 13:37
    Vahap
    0

    Okay very thanks for reply :D 

    Publish First Umbraco Site :)

    Thank you !

  • 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