Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterHELP!!!!! site not worrking after upgrading to version 1.15.1HELP!!!!! site not worrking after upgrading to version 1.15.1
Previous
 
Next
New Post
2/4/2010 9:12 PM
 

Previously had version 1.14.9 installed on my site. Upgraded to ver 01.15.01 and nothing works. I'm getting the URL without .aspx extension. I never selected this option and no matter what I do to change the settings it it's not working. PLEASE HELP ASAP!!!! I'm using 4.9.5 of DNN.

 
New Post
2/4/2010 9:59 PM
 

Take a look at your web.config file.  Find the section where it says '<friendlyUrl defaultProvider="iFinity.UrlMaster">'

Then, in the line below, you'll find this entry:

<add name="iFinity.UrlMaster" type="....

In this line, search for this attribute: "pageExtensionUsage" and make sure the value is set to 'AlwaysUse'.  If it says anything else, change it to 'AlwaysUse'.

Then, look for the attribute that says 'pageExtension'.  Make sure it has a value of '.aspx'.

Then, save your web.config, and try your site again.

 
New Post
2/4/2010 10:13 PM
 

Thanks Bruce, that worked. However, I'm having a problem editing my Live Content module. It's giving me a "The website cannot display the page" error. This was never a problem before.  Here is the link when I select the edit button.

http://itpcomm.com/User_Profile/Edit/mid/619/ElementId/0/eType/ALL/LCTag/ALL/LCPage/ALL/ctl/Edit/mid/619/ElementId/0/eType/ALL/LCTag/ALL/LCPage/ALL.aspx

I also can't logout.

 
New Post
2/4/2010 11:51 PM
 

That problem is a 500 server error.

Note that the Url Master module is rewriting the Url OK, I can see that it outputs this Url :

http://itpcomm.com/Default.aspx?TabId=67&ALL=Edit&mid=619&ElementId=0&eType=ALL&LCTag=ALL&LCPage=ALL&ctl=Edit&mid=619&ElementId=0&eType=ALL&LCTag=ALL&LCPage

Which, if you request it, also throws the 500 server error.    This is most likely an unhandled exception on the server somewhere, possibly within the live content module.

You will have to look into your windows event log to see if you can find what the 500 server error is.  My guess is that it's the duplication of the elements of the query string : you can see in the above url that "ctl=Edit&mid=619&ElementId=0&eType=ALL&LCTag=ALL&LCPage" is repeated twice (and you can also see this in the supplied url).

You can try excluding that page by adding it to the list of pages that don't have a friendly url generated, and see if that helps.  But the main thing to find out is what is causing that 500 error.

 
New Post
2/5/2010 12:36 AM
 

I will look into your suggestion. But is this also the reason I seem to all of a sudden be unable to logout?

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterHELP!!!!! site not worrking after upgrading to version 1.15.1HELP!!!!! site not worrking after upgrading to version 1.15.1


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).