-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in DNN 9.2.0 #6
Comments
The breaking changes to 9.2.0 I believe break NA as the methods used by NA
no longer exist in DNN.
I have been working on a replacement open source module that will do
everything NA does and will import all NA data, redirect NA urls etc.
It's not quite ready yet but it should be ready for testing out in a couple
of weeks.
…On Tue, 10 Apr 2018, 13:48 b-creative, ***@***.***> wrote:
Anyone experienced this error (visible when logged in as admin) aswell?
Cannot view or edit the articles or settings anymore...
I'de hate to replace ALL my news articles/latest articles now,,,
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 ---
From the Log:
*ModuleId*:-1
*ModuleDefId*:-1
*AbsoluteURL*:/Default.aspx
*DefaultDataProvider*:DotNetNuke.Data.SqlDataProvider, DotNetNuke
AssemblyVersion:9.2.0
*PortalId*:0
*Message*:Method not found: 'System.String
DotNetNuke.Entities.Modules.ModuleInfo.get_AuthorizedEditRoles()'.
*InnerMessage*:Method not found: 'System.String
DotNetNuke.Entities.Modules.ModuleInfo.get_AuthorizedEditRoles()'.
*InnerStackTrace:*
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)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05SNMmpftUpOZ9pwqie_ehYe9N60pks5tnKoygaJpZM4TOMTa>
.
|
Wauw, would be great! If I can test for you, let me know... |
We would be interested in that solution too!! |
I'm patching the build over the next week - we've had someone sponsor the updates. |
Any update on this.. currently working through upgrading my site and this is blocking. |
Hi Scott, just wondering if you had an ETA on this? Thanks |
@jaxuk @sjmcculloch Are either of you still working on this? I'd love to help with development |
Am really interested as well. |
I am indeed. Busy moving house right now but next couple of weeks and I
will have a public beta ready.
…On Mon, 4 Jun 2018, 21:11 mastercodefu, ***@***.***> wrote:
Am really interested as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05eLHC9uX-3akhXecItK47eT76eTSks5t5ZSIgaJpZM4TOMTa>
.
|
@jaxuk I've been working on this for past day or so. I have the public facing components updated and am finishing up some issues on the submit article screen. |
I have the updates complete here: https://github.com/NerdyParker/News-Articles However, I'm not sure how to build the install packages for this particular module. Should be able to drop the Ventrian.NewsArticles.dll in your DNN directory. Please test and backup before deploying any of this to a production server. |
Hi, We have installed module in Dnn 9.2.... same issue occurs. Location path: News-Articles-master\News-Articles-master\Installs Please advice... waiting for your quick reply. Thanks, |
I've given up on this, moved the content to my blogs module and added a million redirects... |
Hi NerdyParker, Any update on this module? Thanks, |
@kandiban99 You'll need to compile and drop the Ventrian.NewsArticles.dll in your bin folder. I'm not able to package it as an install because I don't have the correct build script. Try downloading the .dll here: https://github.com/NerdyParker/News-Articles/raw/master/bin/Ventrian.NewsArticles.dll |
Hi NerdyParker, Thank you so much... Now news article module works fine... Thanks, |
FYI: #14 |
Anyone experienced this error (visible when logged in as admin) aswell? Cannot view or edit the articles or settings anymore...
I'd hate to replace ALL my news articles/latest articles now,,,
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 ---
From the Log:
ModuleId:-1
ModuleDefId:-1
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
AssemblyVersion:9.2.0
PortalId:0
Message:Method not found: 'System.String DotNetNuke.Entities.Modules.ModuleInfo.get_AuthorizedEditRoles()'.
InnerMessage:Method not found: 'System.String DotNetNuke.Entities.Modules.ModuleInfo.get_AuthorizedEditRoles()'.
InnerStackTrace:
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)
The text was updated successfully, but these errors were encountered: