question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Showstopper: 9.4 after upgrading I am no longer able to edit module settings

See original GitHub issue

Description of bug

Something is very off with the edit module settings. On two instances of DNN one that is pretty bare and one with a load of modules… both same issue once you click on Edit Settings one a module on a page the popup window for editing the settings of a module such as permissions does not work.

Default.aspx?tabid=96&error=Sequence+contains+more+than+one+matching+element

Steps to reproduce

List the steps to reproduce the behavior:

  1. Upgrade or possibly just install DNN 9.4
  2. Click on Edit Settings on any module on a page with edit mode
  3. Bugs out the website
  4. Test on many pages popup never opens… See error

Current result

Edit module settings window popup errors out. Default.aspx?tabid=39&error=Sequence+contains+more+than+one+matching+element

Message:Sequence contains more than one matching element

StackTrace:

InnerMessage:Sequence contains more than one matching element AbsoluteURL:/Default.aspx DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke ExceptionGUID:88e591f2-0a59-4ab2-a3d2-954cd48d31c9 AssemblyVersion:9.4.0 PortalId:0 UserId:1 TabId:39 RawUrl:/Forum/ctl/Module/ModuleId/409?ReturnURL=/Forum&popUp=true InnerStackTrace:

at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable1 source, Func2 predicate) at DotNetNuke.Web.UI.WebControls.Internal.DnnComboBox.RegisterRequestResources() at DotNetNuke.Web.UI.WebControls.Internal.DnnComboBox.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  • 10.0.0 nightly build
  • 9.4.1 nightly build
  • [x ] 9.4.0 latest supported release

Affected browser

  • Chrome
  • [ x] Firefox
  • Safari
  • Internet Explorer
  • Edge

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:28 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
bdukescommented, Sep 16, 2019

Actually, you can’t uninstall it by default because it’s a “system” package, so run this SQL:

UPDATE Packages 
SET IsSystemPackage = 0
WHERE PackageID = (SELECT TOP 1 PackageID FROM JavaScriptLibraries WHERE LibraryName = 'Selectize' ORDER BY Version)

Then clear the cache (in Servers page of Persona Bar). Finally, you can now uninstall the library via Extensions

0reactions
valadascommented, Nov 8, 2019

Ha, then yeah, something is not normal there having 9.4.1 persona bar on 9.3.2 dnn… 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to edit module after update
I tweaked one of my rows with a negative margin last week, then updated the BB plugin today and now I'm unable to...
Read more >
Issues for Drupal core | Drupal.org
Issues for Drupal core ; locale.css breakes node editing forms, Closed (duplicate), Normal ; Broken Upgrade: filter #7001, Closed (fixed), Major ; Exception...
Read more >
Application crashes when using WASM Module
Hi! I'm currently integrating the WASM Module in my StreamDeck Plugin/PilotsDeck via Paul's C# Client and it works great so far.
Read more >
How do I edit a module? - Instructure Community
You can edit a module in the module settings menu. Editing a module allows you to rename the module, lock modules , add...
Read more >
News — JRuby.org
The JRuby community is pleased to announce the release of JRuby 9.4.3.0. ... Altering the visibility of an included module method no longer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found