Register   Login
     
  Latest Posts  
RE: Negative role tokens: ISNOTINROLE, ISAGENTNOTINROLE
by richardcook on 12/03/2008 11:01 PM
RE: Remove CAPTCHA when logged in?
by ba on 12/03/2008 10:22 PM
Admin and Host Users and Captcha
by ba on 12/03/2008 10:14 PM
RE: Notification on comment and multiple authors
by ba on 12/03/2008 8:54 PM
RE: How do I - templates
by cptkoi on 12/03/2008 8:19 PM
Notification on comment and multiple authors
by ba on 12/03/2008 8:14 PM
Private Messages 1.07 - Potential Display Name Bug
by blob150 on 12/03/2008 5:16 PM
Removal of "Actions" section...
by jlatulippe on 12/03/2008 5:08 PM
RE: MultiSelect Search on Multiple Checkbox
by smcculloch on 12/03/2008 3:46 PM
RE: Property Agent Latest Filter
by erikvb on 12/03/2008 3:45 PM
  Forums  
Subject: FriendlyURL with DNN 4.3.3
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
Andre van den BergUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:9

7/21/2006 2:53 AM  

Does FriendlyURL work good with DNN 4.3.3? I ask this because of Shaun Walker his blog about robots. Becuase we have to replace his Rewrite.dll.

 

 

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


7/21/2006 7:48 AM  
Yes, the changes made were made very earlier in 4.3 to look at the complete path, the FriendlyUrl provider on this site should already include those enhancements.

Scott McCulloch
Site Administrator
Andre van den BergUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:9

7/21/2006 11:26 PM  
Hello Scott,

When you go to Host and then setting i the the following error when i put the Rewrite dll from DNN 4.03.03 there i get the settings page. So i think they changed something and also the added something in the settings page namly the Friendly URL Settings.

DotNetNuke.Services.Exceptions.ModuleLoadException:\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. ---> System.Exception: admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. ---> System.Web.HttpCompileException: admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12577


7/22/2006 8:53 PM  
Hmm, yes, some changes were to the host menu, I'll need to investigate and come back.

Scott McCulloch
Site Administrator
ty aUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:32


7/24/2006 10:14 AM  
hi Scott,
in Shaun Walkers latest blob he mentions"the UrlRewrite component needed some more intelligent rules processing...some minor enhancements were added which allow you to rewrite the domain portion of the URL in addition to the path ( ie. forums.dotnetnuke.com redirects to www.dotnetnuke.com/tabid/795/default.aspx )".

how do we do this?

i haven't tried it but i assume the rewrite rules are:



    .*/TabId/(\d+)(.*)/Logoff.aspx

    ~/Admin/Security/Logoff.aspx?tabid=$1

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


7/25/2006 7:10 AM  
Yes, you need to know a bit of regex, what exactly are you trying to do, and I can help out with a regex to do it?

Scott McCulloch
Site Administrator
mikeUser is Offline
Gold Membership

Posts:25

8/01/2006 7:35 AM  
Hell Scott,
Any update on the host settings problem?
Thanks,
Mike
mikeUser is Offline
Gold Membership

Posts:25

8/01/2006 7:37 AM  
Posted By msant7 on 8/01/2006 7:35 AM
Hell Scott,
Any update on the host settings problem?
Thanks,
Mike

Opps, forgot the 'o' on hello.  Makes for a funny greeting.
Rick TonerUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:99


8/01/2006 7:41 AM  
I am having the same problem... Maybe just ignore any menu items under admin and host.

Thanks for a GREAT improvement to DNN!
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12577


8/01/2006 7:44 AM  
I think there are 2 problems here:-

One is the new host features in 4.3.3 +, that require an update to the provider.

And the other is the host menu not working. (this should be solved if you are running the latest, I think it was fixed in like 4.2 +, although it does work in my 3.1.1). What version are you using rtonerii?

I'll see if I can update the new host features tomorrow, sorry for the delay msant7.

Scott McCulloch
Site Administrator
Rick TonerUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:99


8/01/2006 7:47 AM  
I'm using 3.3.3.
Rick TonerUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:99


8/03/2006 5:08 AM  
Hi Scott,
Any word on when you my have the FriendlyURL released?
Andre van den BergUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:9

8/07/2006 12:10 PM  

Hi Scot,

How is it going, there is already version 4.3.4 of DNN.

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


8/08/2006 12:52 AM  
Some of the classes have moved into the core of DNN, so I had to make a new assembly, you can get it on the project page:-

http://www.ventrian.com/Resources/Projects/FriendlyUrls.aspx

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


8/08/2006 12:53 AM  
Can you let me know if you still have any script errors using the latest version of DNN..

Scott McCulloch
Site Administrator
Andre van den BergUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:9

8/08/2006 1:47 AM  
Try to download the new FriendlyURL but get only a image and no download.
John TravoltaUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:70

8/08/2006 3:18 AM  

It's true aavdberg ! That happen to me too.

Click on download for UrlRewrite Provider for 3.3.4 & 4.3.4 (and source) takes us to http://www.ventrian.com/Portals/0/125x125-SimpleGallery.gif ! 

Please, fix this.

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


8/08/2006 6:29 AM  
Apologies, fixed!

Scott McCulloch
Site Administrator
Rick TonerUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:99


8/08/2006 9:54 AM  

Hi Scott,
everything seems to be working fine. 

Thank You!

Andre van den BergUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:9

8/08/2006 12:20 PM  
Hi Scott with DNN 4.3.4 it's not working later i will also try to mail the error that i get but the site is completly down.
You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > Projects > Friendly Urls > FriendlyURL with DNN 4.3.3



ActiveForums 3.7