|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
Hi, Well, my site is shaping up nicely, except that a perfectly normal page is returing this message when I click on the link for it in the nav menu: The system cannot find the path specified. (aka a 404 message) You can see this error live here: http://heartandsoulfund.org/home.aspxClick on the "Board & Staff" link below the "About Us" section. I can preview the page from within the umbraco interface and access it directly with the nodeID: http://www.heartandsoulfund.org/1163.aspxIn fact, this is happening with ALL my pages (which used to work just fine!) It seems that the text URL isn't getting translated to the actual page anymore. Does anyone know what I should check about this? Thanks, Heather Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
Hi Again, additional info: Okay, so the issues is that they URLs that are being generated are missing their ".aspx" extension. I'm using: >a href="{umbraco.library:NiceUrl(@id)}"< Which was working fine up until a few days ago. The only thing I can imagine is that installing some packages interfered?? Thanks, Heather Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
Well, this is still an open issue for me. I re-installed umbraco and my site is back up, but for whatever reason the NiceURL function is not returning an '.aspx' extension. I know this is a pretty easy fix in my xslt: Code:<a href="{umbraco.library:NiceUrl(@id)}.aspx"> But it might be something that needs to be looked at in the NiceURL function. -Heather Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 486 Location: NL
|
When I look at your site, the links work just fine. Where does the problem occur?
Working on an events-calendar with recursion. Post requests on my blog!
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
Hi Peter, Well, I needed it to work, so I changed the XSLT to tack on the ".aspx" (see previous post), so it's functioning on the live website right now, though I kinda feel like it is a band-aid solution, since I thought that NiceURL would have included the file extension... Thank you for looking at it. Heather Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 486 Location: NL
|
I take it you are running right? Which version of it are you running, did you download the compiled version or did you use the source from svn?
I tried it with the source from svn and all seems to work fine for me (.aspx is inluded in my menus)
Working on an events-calendar with recursion. Post requests on my blog!
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
Hi Peter, I upgraded to v2.1.5 as per Niels instructions (copying new 'bin' and 'umbraco' folders) Do you think that if I deleted some files individually and re-uploaded them it would fix it? If so, do you know which files hold the umbraco.library info? Thanks, H Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 97
|
You didn't happen to set the Code: <add key="umbracoUseDirectoryUrls" value="false"/>
to true in web.config? That will make the niceUrl to give you Urls without .aspx
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 206 Location: New York, NY, USA
|
Tobbe - That fixed it! (I don't know why I changed it in the first place...) Thanks! Heather Whole Web Impact | Floyd Innovations LLC | Heather Floyd's Blog
|
|
|
Guest |