sachatrauwaen / OpenUrlRewriter

Open Url Rewriter for DNN (DotNetNuke)
Other
13 stars 8 forks source link

DNN 9.10 functions? #24

Open in8dna opened 1 year ago

in8dna commented 1 year ago

I'd like to know if the module works on the most recent DNN - 9.11+ - specifically along with the Sql_OpenUrlRewriter module

I rely on this for decent indexing and would love to help upgrade or test if needed.

Scippy commented 1 year ago

I'm in DNN 9.11+ production without any issue with several websites. I use it with Ventrian OpenUrlRewriter modules.

in8dna commented 1 year ago

Good to know. Thanks for the reply.

Do you hear from Sacha lately? I'm hoping he can upgrade the SQL_Openurlrewiter module. I depend on both modules working together.

https://github.com/sachatrauwaen/SQL_OpenUrlRewriter/issues/1

in8dna commented 1 year ago

I found that upgraded module works on 9.11, but a new install on 9.11+ has a bug. The new installed re-writer does not handle shortened DNN paths. For example, root/about/company with DNN SEO is root/company. But installing rewriter breaks all the short paths, and links must be returned to the longer forms. The error is :

UrlRewriter.UrlRuleConfig:GetConfig Failed

ExceptionMessage:Null object cannot be converted to a value type.

Exception Type:System.InvalidCastException

Message:

Null object cannot be converted to a value type.

Stack Trace:(TRUNCATED TO 500 CHARS): at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) at PetaPoco.Database.ExecuteScalarInternal[T](CommandType commandType, String sql, Object[] args) at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteScalar[T](String connectionString, CommandType type, Int32 timeoutSec, String sql, Object[] args) at DotNetNuke.Data.SqlDataProvider.ExecuteScalar[T](String procedureName, Object[] commandParameters) at Satrabel.HttpModules.Config.UrlRuleConfi

in8dna commented 6 months ago

I'd like to fund the fix for this. Is anyone interested in helping?

We have three NEW (not upgrades) DNN installations on 9.13 that have shortened urls for some pages. None of the short urls work. We must use full paths for links.

Is anyone listening or following anymore?