Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryGallery configurationGallery configuration
Previous
 
Next
New Post
5/10/2005 5:18 PM
 

Don't send it to any email address, just post the problem you see in the log here.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
5/10/2005 7:16 PM
 

There were two error messages as a result of reinstalling gallery:

AssemblyVersion: 03.00.13
Method: System.Activator.CreateInstance
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: DotNetNuke Default Portal
UserID: 1
UserName: host
ActiveTabID: 19
ActiveTabName: File Manager
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.ddbi.biz/Host/File%20Manager/tabid/19/ctl/Edit/mid/323/ftype/Module/rtab/18/portalid/0/Default.aspx
ExceptionGUID: a320069e-0c82-45c8-9511-f0614cc2e68b
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Value cannot be null. Parameter name: type
Message: System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstaller_V3.UpgradeModule(DesktopModuleInfo ModuleInfo)
StackTrace:
Source:
Server Name: WEBA32
  5/10/2005 11:47:08 AM   General Exception   host     AssemblyVersion: 03.00.13; Method: System.Type.GetType;& ...
AssemblyVersion: 03.00.13
Method: System.Type.GetType
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: DotNetNuke Default Portal
UserID: 1
UserName: host
ActiveTabID: 19
ActiveTabName: File Manager
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.ddbi.biz/Host/File%20Manager/tabid/19/ctl/Edit/mid/323/ftype/Module/rtab/18/portalid/0/Default.aspx
ExceptionGUID: 34d6f3fa-8244-4dcf-8c78-9e785208bd7d
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Could not load type DotNetNuke.Modules.Gallery.Controller from assembly DotNetNuke, Version=3.0.13.36098, Culture=neutral, PublicKeyToken=null.
Message: System.TypeLoadException: Could not load type DotNetNuke.Modules.Gallery.Controller from assembly DotNetNuke, Version=3.0.13.36098, Culture=neutral, PublicKeyToken=null. at System.Type.GetType(String typeName, Boolean throwOnError) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey)
StackTrace:
Source:
Server Name: WEBA32

 
New Post
5/11/2005 2:14 AM
 

Sorry, there is a bug in gallery.dnn install file (line #9)

<businesscontrollerclass>DotNetNuke.Modules.Gallery.Controller, DotNetNuke.Modules.Gallery</businesscontrollerclass>

you could manually modify in database table DesktopModules, find record with FriendlyName = Gallery, change value of field BusinessControllerClass into

DotNetNuke.Modules.Gallery.Controller, DotNetNuke.Modules.Gallery

---------------------------------------------------------------------------------------------------
Chris
I loged it into Gemini

Tam

 
New Post
5/11/2005 1:32 PM
 

I tried both ways: changing the entry in the DeskTopModules database, and also changed the Gallery.dnn file and reinstalled. It did not work. I got the following errors:

Date Log Type Username Portal Summary
  5/11/2005 10:27:31 AM   Page Load Exception   host     AssemblyVersion: 03.00.13; Method: DotNetNuke.Modules.Ga ...
AssemblyVersion: 03.00.13
Method: DotNetNuke.Modules.Gallery.Container.Page_Load
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: DotNetNuke Default Portal
UserID: 1
UserName: host
ActiveTabID: 57
ActiveTabName: Photographs
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
ExceptionGUID: 8f5e456e-c10e-40d4-a552-908c5387f0c3
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Object reference not set to an instance of an object.
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Gallery.Container.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: WEBA32
  5/11/2005 10:27:30 AM   Module Load Exception   host     ModuleId: -1; ModuleDefId: -1; FriendlyName: ...
ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 03.00.13
Method: DotNetNuke.Modules.Gallery.GalleryFolder.Populate
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: DotNetNuke Default Portal
UserID: 1
UserName: host
ActiveTabID: 57
ActiveTabName: Photographs
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
ExceptionGUID: 49845ee8-f221-4ed6-8869-02535d6650e4
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Unhandled Error Adding Module to ContentPane
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.IO.DirectoryNotFoundException: Could not find a part of the path "d:\". at DotNetNuke.Modules.Gallery.GalleryFolder.Populate() at DotNetNuke.Modules.Gallery.Utils.PopulateAllFolders(GalleryFolder rootFolder) at DotNetNuke.Modules.Gallery.Config..ctor(Int32 ModuleID) at DotNetNuke.Modules.Gallery.Config.GetGalleryConfig(Int32 ModuleID) at DotNetNuke.Modules.Gallery.Container.Initialize() at DotNetNuke.Modules.Gallery.Container.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.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) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: WEBA32

 

I also tried changing the DeskTopModules entry on an installation that was working, but it now no longer is????

 
New Post
5/17/2005 1:22 AM
 
I have same issue, was it fixed?
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryGallery configurationGallery configuration


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out