Register   Login
     
  Latest Posts  
RE: property sold!!! preselect search fields
by schwall on 9/06/2010 12:11 AM
RE: Main image and listing image
by smcculloch on 9/05/2010 6:12 PM
RE: Amazon S3 integration
by smcculloch on 9/05/2010 6:03 PM
RE: property sold!!! preselect search fields
by smcculloch on 9/05/2010 6:02 PM
RE: Property Manager as Classified Ads
by Rodney.Wimberly on 9/05/2010 5:14 PM
RE: property sold!!! preselect search fields
by j22 on 9/05/2010 12:34 PM
RE: [Suggestion] Review Form Features
by goblanks on 9/05/2010 11:26 AM
RE: property sold!!! preselect search fields
by schwall on 9/05/2010 10:26 AM
RE: property sold!!! preselect search fields
by KriDom on 9/05/2010 9:04 AM
RE: Property Agent Import&Export
by KriDom on 9/05/2010 8:51 AM
  Forums  
Subject: Multiple controls with the same ID
Prev Next
You are not authorized to post a reply.

Author Messages
DNN ProfessorUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:765


12/06/2007 11:00 AM  

Scott,

FYI - i just upgraded a client site from DNN 4.5.1 to 4.7.0

The next step was to upgrade NewsArticles. The upgrade went fine.

Next, I upgraded Simple Gallery. (These are both the latest builds)

As soon as I hit the return after loading Simple Gallery in Module Definitions, I was returned to the File Manager page with the following err:

A critical error has occurred.
Multiple controls with the same ID 'ScriptManager' were found. FindControl requires that controls have unique IDs.

 


Buck Anderson - DNN Professor

http://DNNprofessor.com

http://twitter.com/DNNprofessor

DotNetNuke Training - XMod Training Coach and XMod MVP


ROBAXUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:1056


12/06/2007 3:57 PM  
This is new in DNN 4.7

I've got a thread in the DNN forum and others have the issue there, but there hasn't been a solution.

You'll find the error appears randomly and on any page, even on ones with no modules at all - I've not found a pattern to it yet nor can I make it happen on purpose.

Maybe Scott can help?

Rob
Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:18570


12/06/2007 5:28 PM  
Buck, is this happening on other pages as well? I've seen this happen randomly on a few sites as well, but couldn't reproduce it.

Scott McCulloch
Site Administrator
DNN ProfessorUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:765


12/06/2007 7:23 PM  

Scott,

As Rob has mentioned, yes, this error has popped up since upgrading to 4.7 on several upgraded sites. And, yes, as Rob has mentioned, I to have looked for a cause with no solution. That is why when I hit the error on the procedure I described above, I thought it was of interest to you.

This has been an issue since the DNN 3.0 days that FindControl requires a unique ID has caused errors.


Buck Anderson - DNN Professor

http://DNNprofessor.com

http://twitter.com/DNNprofessor

DotNetNuke Training - XMod Training Coach and XMod MVP


ROBAXUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:1056


12/06/2007 10:15 PM  
I've just now found a slight variation on the scripmanager esception that might provide a clue to someone who knows about these thigns. Normally it says exactly what Buck's error says, but today it said:

InnerException: The control with ID 'Links_UP' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.UpdatePanel.get_ScriptManager
StackTrace:
Message: System.InvalidOperationException: The control with ID 'Links_UP' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. at System.Web.UI.UpdatePanel.get_ScriptManager() at System.Web.UI.UpdatePanel.RegisterPanel() at System.Web.UI.UpdatePanel.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings)


It may be related seeing as it also mentions the scriptmanager. But what control has the ID "Links_Up"?
Dale RossUser is Offline
Gold Membership
Ventrian Addict
Ventrian Addict
Posts:78

12/07/2007 9:08 AM  
I have this error too and it didn't start until the 4.7 upgrade.
Ismet DumlupinarUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:407

12/17/2007 12:58 PM  
I have same damn error :(

Ismet Dumlupinar MCP/MCDST/MCT
Daily DotNetNuke Tips and Tutorials
Install DotNetNuke to Godaddy Root
Dramakor Blog
Daily Life Tips
DotNetNuke Türkçe
Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:18570


12/17/2007 2:54 PM  
When you say you have the same error, can you explain what you are experiencing?

Is it when you click return from installing the module do you receive it? Or is it occuring in normal operation of the module.

I've stated previously, that the installer is 100% core code, and I don't know what that issue is without debugging the core.

Scott McCulloch
Site Administrator
ROBAXUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:1056


12/17/2007 3:57 PM  
Just for reference. here is another post with more links to the same issue. It has been posted in Gemini, but I'm betting it'll sit there unless someone happens to know what recent change might have caused it and can then pin it down further.

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/postid/191263/scope/posts/Default.aspx

Rob
DNN ProfessorUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:765


12/18/2007 10:22 AM  

Just another random err with DNN 4.7.0. When I ran an update on the User Defined table module by selecting it from available modules at the bottom of the Modules Definitions page, the following err occurred during upgrade:

A critical error has occurred.
The control with ID 'ModuleDefinitions_UP' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.


Buck Anderson - DNN Professor

http://DNNprofessor.com

http://twitter.com/DNNprofessor

DotNetNuke Training - XMod Training Coach and XMod MVP


Ismet DumlupinarUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:407

12/19/2007 10:18 AM  
for me it happens randomly (not everytime) sometimes after visiting a page or clicking update and visiting that page

Ismet Dumlupinar MCP/MCDST/MCT
Daily DotNetNuke Tips and Tutorials
Install DotNetNuke to Godaddy Root
Dramakor Blog
Daily Life Tips
DotNetNuke Türkçe
Dale RossUser is Offline
Gold Membership
Ventrian Addict
Ventrian Addict
Posts:78

12/19/2007 11:47 AM  
Who isn't having this problem with 4.7?
Michael GerholdtUser is Offline
Gold Membership
Ventrian Wiz
Ventrian Wiz
Posts:130

12/19/2007 12:08 PM  
Posted By DaleRoss on 12/19/2007 11:47 AM
Who isn't having this problem with 4.7?



I'm not ... am sitting tight with 4.5.5 at present.

Franta BrabecUser is Offline
Registered Users
Ventrian Super Newbie
Ventrian Super Newbie
Posts:11

12/20/2007 3:11 PM  
i also have this problem .. and it appears randomly .... running 4.7.0 ... last time it occured to me while i was restarting aplication in host settings ... next time I tried restart everything was ok.
Rick RynoUser is Offline
Registered Users
Ventrian Newbie
Ventrian Newbie
Posts:1

1/07/2008 4:34 PM  
I've got it as well. For my part, I've changed my doc type to XHTML transitional which may have something to do with such things but I'm not sure. I wonder does it have something to do with the AJAX discussion on this other thread: http://www.ventrian.com/Support/ProductForums/tabid/118/forumid/12/tpage/1/view/topic/postid/21165/Default.aspx#21165

I get the same general error and I also get:

DotNetNuke.Services.Exceptions.PageLoadException: Multiple controls with the same ID 'ScrollTop' were found. FindControl requires that controls have unique IDs. ---> System.Web.HttpException: Multiple controls with the same ID 'ScrollTop' were found. FindControl requires that controls have unique IDs. at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.EnsureNamedControlsTable() at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) at System.Web.UI.Page.FindControl(String id) at DotNetNuke.Framework.DefaultPage.SetSkinDoctype(String SkinPath) at DotNetNuke.Framework.DefaultPage.LoadSkin(String SkinPath) at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
ROBAXUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:1056


1/08/2008 9:44 PM  
This now has a ticket in Gemini (the DNN issue tracker), so it should hopefully eventually be looked at.
Rob
webmonkeymonUser is Offline
Registered Users
Ventrian Super Newbie
Ventrian Super Newbie
Posts:11

1/30/2008 8:22 AM  
i have this with both 4.7 and now 4.8 but it is quite random.

i just cleared the cache and it went away. i am only getting the error in host modules menu area. I also notice during the loading of this page the status bar of my browser, seems to get stuck conntacting dotnetnuke.com. it hits it, stops hits it again and stops and keeping doing this many times. perhaps this is normal.
i do not remember seeing this.
Mike CoxUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:269


2/05/2008 6:22 AM  

I have this happen randomly as well in DNN 4.7.  It seems to happen when installing or uninstalling resources.  I was doing some house cleaning, got rid of a bunch of skins and a couple modules.  I saw that error come up a couple times.  It did not seem to hurt anything then we found one of my custom modules did have some glitches that went away after an application restart from the Host menu.

 

Mark LuffredUser is Offline
Registered Users
Ventrian Newbie
Ventrian Newbie
Posts:1

3/01/2008 8:34 AM  

 

Check out this post on DNN Forum:

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/196026/scope/posts/threadpage/3/Default.aspx

It seemed to solve the problem.

You are not authorized to post a reply.
Forums > Modules > Simple Gallery > Multiple controls with the same ID



ActiveForums 3.7