Register   Login
     
  Latest Posts  
RE: Property Agent Email help please
by swebster on 1/10/2009 1:34 AM
RE: Can't delete single image
by juliedc on 1/10/2009 1:20 AM
RE: Can't delete single image
by markjjordan on 1/10/2009 1:15 AM
Can't delete single image
by juliedc on 1/10/2009 12:42 AM
Property Agent Email help please
by skat004 on 1/09/2009 11:03 PM
RE: Has pay-per-ad. been added yet?
by skat004 on 1/09/2009 10:48 PM
Title Bar Text
by sootfoot on 1/09/2009 6:00 PM
RE: RSS and Calendar Icons not showing in new template
by smcculloch on 1/09/2009 1:53 PM
RE: Has pay-per-ad. been added yet?
by smcculloch on 1/09/2009 1:52 PM
RE: Reduce the text size of the description in RSS feeds
by smcculloch on 1/09/2009 1:51 PM
  Forums  
Subject: BUG: DNN 3.1.0 QueryString parser
Prev Next
You are not authorized to post a reply.

Author Messages
Chris WylieUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:94


6/16/2005 3:58 PM  
Hi Scott,

Josh Handel at Ktomics reports this bug in 3.1:

"Their Querystring parser (that is used to make friendly URL's for TabID's and stuff) is broken and mis-parses's additional arguments.. This 3.1 bug (which has been submitted) causes my Wiki appliction to get confused as to the Topic to display when the Index is open."

Will this present any problems for News Articles or do you consider your app ready for the upgrade?  Or will there be another release of DNN?

Thanks,
Chris
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12823


6/16/2005 4:24 PM  
I'm unaware of this issue yet, but I'll take a look at it.

I have not had any problems with 3.1 and News Articles query parsing. (This site is running 3.1)

Scott McCulloch
Site Administrator
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12823


6/16/2005 5:24 PM  
I can't find this bug in support.dotnetnuke.com, did he report it?

Scott McCulloch
Site Administrator
Afrim KacajUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:14

7/20/2005 8:58 PM  

This is not a bug in the core, its a but in the wiki module.  I posted the same solution on the ktomics website.

Solution below:

(The files i refer to below are in the wiki module)

I found the problem and fixed it.  Had to make changes to router.aspx.vb page and a few others.

Baisicaly do a search within the project for DotNetNuke.Globals.NavigateURL

You will find it in start.aspx.vb router.aspx.vb and one other page cant remember the name.

The additional parameters were passed incorrectly i.e DotNetNuke.Globals.NavigateURL(tabid, portalsettings,    string.null, "loc", "recentchanges")

should be:

DotNetNuke.Globals.NavigateURL(tabid, portalsettings,    string.null, "loc=" & "recentchanges")

otherwise it thinks that recentchanges is a second parameter.  If you need to add more parameters do the following:

DotNetNuke.Globals.NavigateURL(tabid, portalsettings,    string.null, "loc=" & "recentchanges", "Param2=" & "Value2", "Param3=" & "Value3")

After I made the changes and recompiled i tried it with friendly urls off and on and works great.

Hope that helps, sorry if I confused you.

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12823


7/20/2005 10:37 PM  
Thats ok - I did fix a number of issues with friendly urls for the 3.1.1 release as well

Scott McCulloch
Site Administrator
Josh HandelUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:1

7/21/2005 9:16 AM  

I'll post a patch to WWWiki by end of day.. Sorry for the issue guys :-P

 

Josh Handel

 

You are not authorized to post a reply.
Forums > Modules > News Articles > BUG: DNN 3.1.0 QueryString parser



ActiveForums 3.7