ventrian / News-Articles

News Articles for DNN has been helping DNN administrators to publish articles and blogs to their DNN portals since 2004.
MIT License
38 stars 24 forks source link

Upgrade to 9.2 #15

Closed alpacadevelopment closed 6 years ago

alpacadevelopment commented 6 years ago

I just upgraded to 9.2 and the module did break (vague I know). Stack trace...any thoughts...

An error has occurred. DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: 'System.String DotNetNuke.Entities.Modules.ModuleInfo.get_AuthorizedEditRoles()'. ---> System.MissingMethodException: Method not found: 'System.String DotNetNuke.Entities.Modules.ModuleInfo.get_AuthorizedEditRoles()'. at Ventrian.NewsArticles.ArticleSettings.get_IsAdmin() at Ventrian.NewsArticles.ArticleSettings.get_IsSubmitter() at Ventrian.NewsArticles.TokenProcessor.ProcessMenuItem(String token, ControlCollection& objPlaceHolder, LayoutController objLayoutController, NewsArticleModuleBase moduleContext, Int32& iPtr, String[] templateArray, MenuOptionType selectedMenu) at Ventrian.NewsArticles.TokenProcessor.ProcessMenu(ControlCollection& placeHolder, NewsArticleModuleBase& moduleContext, MenuOptionType selectedMenu) at Ventrian.NewsArticles.ucHeader.Page_PreRender(Object sender, EventArgs e) --- End of inner exception stack trace --

mortezakermani commented 6 years ago

Hi @alpacadevelopment,

benvis.com just published a version of News Articles modules which is compatible with DNN 7.x, DNN 8.x and DNN 9.x (including DNN 9.2 and later) at dnn store.

They also have 4 complementary modules for News Articles.

thenotandy commented 6 years ago

There is a working install at https://github.com/NerdyParker/News-Articles/tree/master/Installs

skamphuis commented 6 years ago

Pullrequest #14 contains a 0.10.00 install package that should work. It also removes the use of flash for uploads. I need a bit of time to make it a release or release candidate soon.