Register   Login
     
  Latest Posts  
PortalID Token in content
by emaynard on 10/16/2008 3:55 AM
RE: Sites using Private Messages
by bennyj on 10/16/2008 12:22 AM
ENH/??: Alt/Title for [ICON] Image Tag
by brit77 on 10/16/2008 12:11 AM
RE: isonline in PA
by bennyj on 10/16/2008 12:05 AM
RE: Hide Publishing Details
by atguser on 10/15/2008 10:00 PM
RE: Property Agent Latest Module Carousel Example
by tmaler on 10/15/2008 8:17 PM
RE: SQL Injection Issue
by sueboothby on 10/15/2008 7:46 PM
Page for a category
by rmartin77 on 10/15/2008 6:37 PM
RE: LOCALE TAG
by rmartin77 on 10/15/2008 6:25 PM
RE: ENH: NA becomes the Article Manager and LA is the display module
by pspeth on 10/15/2008 5:57 PM
  Forums  
Subject: Doesn't seem to be working with 4.6
Prev Next
You are not authorized to post a reply.

Page 1 of 3123 > >>
Author Messages
Ben BahrenburgUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:18

9/17/2007 3:01 PM  

Looks like there is an issue with a shared namespace with the 4.6 release.

To bad they don't allow you to turn on the same functionality as you have.

Any ideas on how to "fake" it with the 4.6 release?

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


9/17/2007 3:23 PM  
I'll look into it today.

Scott McCulloch
Site Administrator
Steve TopilnyckyUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:166


9/17/2007 6:55 PM  
Same here issue here. Luckily I didn't apply it to a live site :)

--
Regards,
Steve Topilnycky
Top Cat Computing | Marine Corps League - Westchester County Detachment | ArGoStuff | Young Marines of Westchester
green flashUser is Offline
Silver Membership
Nuke Wiz
Nuke Wiz
Posts:131

9/18/2007 5:33 AM  
please let us know if you have any fix :)

DNN Tutorials
DotNetNuke Turkish Community
Joe MaierUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:180

9/18/2007 5:56 AM  
What are you guys talking about??
What 4.6 release?

maiersoft internet solutions - www.maiersoft.de
Get your own managed DotNetNuke-Portal
Jack HoelzUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:798


9/18/2007 5:58 AM  

DNN 4.6 was released early this week.


Get The Net!!

Jack Hoelz
Joe MaierUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:180

9/18/2007 6:15 AM  

Oops, i knew that - but somehow in my mind i thought the number was 5.6 :-))
Maybe just wishful thinking...


maiersoft internet solutions - www.maiersoft.de
Get your own managed DotNetNuke-Portal
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12051


9/18/2007 6:22 AM  
Hmm, I don't get the shared namespace issue, but I do get an issue having it find URLs.

Still investigating.. make sure you replace the whole entry for the type, because the assembly name has changed in the core.

name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="HumanFriendly"

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


9/18/2007 6:29 AM  
OK - the HttpModule needs to be updated as well (since it's assembly name has changed).

add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite"

Fixing the issue in host settings now.

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


9/18/2007 7:51 AM  
Hmm, those changes will make it work, but there is still a problem in the shared namespace.

I'm now having some problems with the host menu and the login/logout links. I'll need to keep investigating this, the above should at least get you running.

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


9/18/2007 8:54 AM  

Can everyone try the attached file, it is only for DNN 4.6.0.

First, you need to replace the UrlRewrite item in the HttpModules section with (I've left the angle brackets off):-

add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite"

Next you need to replace the section in the DnnFriendlyUrl provider section:-

add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="HumanFriendly"

 

Let me know if it works, there is quite a bit of refactoring to be done and to include Bruce's changes.


Attachment: DotNetNuke.HttpModules.UrlRewrite.zip


Scott McCulloch
Site Administrator
Chris SmithUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:23

9/18/2007 10:12 AM  

Appears to work so far Scott. Now if we can just get this to work with SSL I'd be over-joyed.

DNN ProfessorUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:743


9/18/2007 10:19 AM  
Posted By smcculloch on 9/18/2007 8:54 AM

Can everyone try the attached file, it is only for DNN 4.6.0.

First, you need to replace the UrlRewrite item in the HttpModules section with (I've left the angle brackets off):-

add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite"

Next you need to replace the section in the DnnFriendlyUrl provider section:-

add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="HumanFriendly"

 

Let me know if it works, there is quite a bit of refactoring to be done and to include Bruce's changes.

Clarification please.

Scott, you are saying to completely replace the second line with the first one?

 


Buck Anderson
DNNprofessor.com
www.dnnprofessor.com
JustNorth Outdoors
www.justnorth.com
Jive Media
www.jivemg.com
Chris SmithUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:23

9/18/2007 10:28 AM  

No justnorth, there are two (2) seperate lines that need to be replaced. Approx. line 63 and 246, your lines my vary.

Steve TopilnyckyUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:166


9/18/2007 1:06 PM  

I get the same error. I hope this helps...

 

Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


            <pre>[NullReferenceException: Object reference not set to an instance of an object.]
   DotNetNuke.HttpModules.Compression.WhitespaceFilter.Write(Byte[] buf, Int32 offset, Int32 count) +104
   System.Web.HttpWriter.Filter(Boolean finalFiltering) +251
   System.Web.HttpResponse.FilterOutput() +85
   System.Web.CallFilterExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +46
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +64</pre>
            


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832


--
Regards,
Steve Topilnycky
Top Cat Computing | Marine Corps League - Westchester County Detachment | ArGoStuff | Young Marines of Westchester
Chris SmithUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:23

9/18/2007 1:27 PM  

Steve, it would appear that your issue is not related to the FURL provider. Could you attach the web.config file you used when this error occured?

Antonio ChagouryUser is Offline
Registered Users
Nuke Active Member
Nuke Active Member
Posts:35


9/18/2007 1:51 PM  

Steve,

Your issue is a bug that I found with 4.6.0 as well. It has something to do with then White Space Filter turned on in the Host Settings under the Performance section.

Unfortunately DNN is not operational for you at this point so the only way you can fix this is to go directly to the database, look in HostSettings table, and look for the WhitespaceFilter property and set it to "N".

Now go to your DNN - it should be working.

 

(Sorry guys, off topic here but I thought I'd help!)


Antonio Chagoury
web: www.inspectorit.com
blog: www.cto20.com
modules:
DNN Virtual Earth
DNN Dock Menu
DNN Site Map

Inspector IT, Inc.

AmundsenUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:18

9/18/2007 3:13 PM  
Hi!
I have upgraded to DNN 4.6 and the latest album release.

My problem is that if i try to upload an image or images, after i have selected an image in step 2 of 3 i get the name of the selected image under the "Select Images" button + the message "An error has occurred"

I have tested with an normal id, admin and host id with the same results.

@mundsen
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12051


9/18/2007 4:08 PM  
@mundsen, can you open a separate thread in the simple gallery forum, this forum is related to friendly Urls.

Can you also send me the error entry in your log viewer (support@ventrian.com)

Scott McCulloch
Site Administrator
Chris SmithUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:23

9/18/2007 4:08 PM  

I think your post would be better servered in the gallery forum, but I'll try to help you. I have a test site that is running DNN 4.6 and the latest gallery (2.2.4), along with the Friendly url provider and have not had any issues.

Are there any errors in the Event Log? Do you have access to the server application log? Have you checked it?

You are not authorized to post a reply.
Page 1 of 3123 > >>

Forums > Projects > Friendly Urls > Doesn't seem to be working with 4.6



ActiveForums 3.7