Copied to clipboard

Flag this post as spam?

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


  • Hitesh 16 posts 20 karma points
    May 13, 2009 @ 14:08
    Hitesh
    0

    Beginer Question

    Hello,

    I am new to Umbraco, i tried to follow the webcast at http://www.creativewebspecialist.co.uk/2008/09/23/screencast-on-umbraco-v4-masterpages.aspx as a strating point, but got stumped at the first video only.

    I was trying to
    -create a document Type/ Template,
    -Created a content page

    when i try ot browse the page which i just created by going to
    content--->

  • Warren Buckley 2106 posts 4836 karma points MVP 8x admin c-trib
    May 13, 2009 @ 14:11
    Warren Buckley
    0

    Did you install umbraco correctly using the install wizard found at http://localhost/install ?
    It normally redirects to the install section when the web.config is missing a key after installing.

    Warren

  • Hitesh 16 posts 20 karma points
    May 14, 2009 @ 08:24
    Hitesh
    0

    Hi Warren,

    Yes i did install it correctly besides the step 5 for installing the Runaway Module, since i did not have internet connection on the machine i am installing it.

    What is the key that you have mentioned above? Can you let me know so that i can add it?

    Thanks,
    Hitesh

  • Douglas Robar 3570 posts 4711 karma points MVP ∞ admin c-trib
    May 14, 2009 @ 08:45
    Douglas Robar
    0

    In the web.config file for your site, if no value is set for the following line then the installer will run automatically.
    [code] [/code]

    After you install umbraco the value should contain the umbraco version installed (value="4.0.1", for instance).


    cheers,
    doug.

  • Hitesh 16 posts 20 karma points
    May 14, 2009 @ 08:55
    Hitesh
    0

    Thanks Doug,

    I modified the Web.Config to include the version "4.0.1" which was missing.

    Now it does not redirect me to the install folder but to the page http://localhost/home.aspx, however i get a 404 error stating 'File not found". Any clues what could be wrong now? Also, do you know where(which folder e.t.c) are these content files which we create physically stored ?

    Thanks,
    Hitesh

  • Warren Buckley 2106 posts 4836 karma points MVP 8x admin c-trib
    May 14, 2009 @ 09:23
    Warren Buckley
    0

    Hi Hitesh it seems to think there is a home node in your content tree.

    If you login to umbraco by going to http://localhost/umbraco/umbraco.aspx are there any nodes in the content tree?

    You may need to publish these nodes.
    Warren

  • Hitesh 16 posts 20 karma points
    May 14, 2009 @ 14:05
    Hitesh
    0

    Hi Warren,

    Yes you are correct, i do have a home node as mentioned... and Ofcourse i did a save and publish by clicking on the image and i also got a message stating that "Content Published and visible at the Web site". But when i go to the properties tab of the home node and click on the link to document -->Home.aspx , i am taken to the URL http://localhost/home.aspx and then i get the below 404 mesasge, i am not sure why the below error message says default.aspx ...

    Appreciate any clues so that i can explore Umbraco further...

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    The resource cannot be found.
    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /default.aspx


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

  • Hitesh 16 posts 20 karma points
    May 14, 2009 @ 15:23
    Hitesh
    0

  • Hitesh 16 posts 20 karma points
    May 14, 2009 @ 17:44
    Hitesh
    0

  • Hitesh 16 posts 20 karma points
    May 15, 2009 @ 05:29
    Hitesh
    0

    Hi,
    Just wondering if any one has an answer question? Seems to me like a very basic question.....

    -In which folder do the documents that we pulish get saved into?
    -Why i am getting a file not found error 404, when trying to access the published document?
    -Why is the above error message looking for default.aspx instead of the hom.aspx file..?

    Appreciate your comments .

    Thanks,
    Hitesh

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    May 15, 2009 @ 08:28
    Dirk De Grave
    0

    Hi Hitesh,

    All published docs go into an xml file in the data folder, which you shouldn't alter manually!
    Check that file and see if the published content is found in the xml file.

    If not, I'd check whether the app pool identity user has sufficient rights on that folder.

    Also, try republishing entire site (right click all top level nodes and select 'Publish' from context menu)

    Hope this helps.

    Regards,
    /Dirk

  • Peter Dijksterhuis 1442 posts 1722 karma points
    May 15, 2009 @ 08:36
    Peter Dijksterhuis
    0

    In addition to this, please check if the file default.aspx is present in the root of your site. Umbraco relies on this.
    Published documents don't get created physical on disk as .aspx-pages. The default.aspx renders them when there's a request for it.

    regards,
    PeterD

  • Hitesh 16 posts 20 karma points
    May 15, 2009 @ 09:00
    Hitesh
    0

    [quote=Dirk]Hi Hitesh,

    All published docs go into an xml file in the data folder, which you shouldn't alter manually!
    Check that file and see if the published content is found in the xml file.

    If not, I'd check whether the app pool identity user has sufficient rights on that folder.

    Also, try republishing entire site (right click all top level nodes and select 'Publish' from context menu)

    Hope this helps.

    Regards,
    /Dirk
    [/quote]

    Hi Dirk,
    Thanks for ur reply,
    i do see the Umbraco.xml file in the data folder with the below contents, which seem to be the contents of my published page. The app pool identity is Network Service, which has full control over the wwwroot folder of the web appln.

    I just have 1 node under the contents node which i created called Home, i right clicked on the top level Content Node and republished the entire site, but no difference, still the home.aspx file does not show up in the browser.

    Do you think anything else could go wrong?

    regards,
    Hitesh



    ]>

    Hello World


    ]]>

  • Hitesh 16 posts 20 karma points
    May 15, 2009 @ 09:03
    Hitesh
    0

    [quote=PeterD]In addition to this, please check if the file default.aspx is present in the root of your site. Umbraco relies on this.
    Published documents don't get created physical on disk as .aspx-pages. The default.aspx renders them when there's a request for it.

    regards,
    PeterD[/quote]

    Damn, Thanks a lot Peter, the default.aspx page was missing from the root folder, i have put it in and i able to see the published page...........


    Many Thanks everyone for trying to help out!!!

    -Hitesh

  • 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