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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Page load exceptionPage load exception
Previous
 
Next
New Post
4/6/2006 12:46 AM
 
i have upload gallery module and it was success, but when i choose configuration menu in gallery module this error was appear :

Object reference not set to an instance of an object

Page load exception.

Date Log Type Username Portal Summary
4/6/2006 11:27:51 AM Page Load Exception host AssemblyVersion: 03.02.02; Method: DotNetNuke.Modules.Ga ...
AssemblyVersion: 03.02.02
Method: DotNetNuke.Modules.Gallery.Settings.Page_Load
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: BlueJack
UserID: 1
UserName: host
ActiveTabID: 58
ActiveTabName: Gallery
AbsoluteURL: /BJ/Default.aspx
AbsoluteURLReferrer:
ExceptionGUID: e407aff8-5a6e-40a6-8190-c96d6228e3bc
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.Settings.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.Page.ProcessRequestMain() --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: BLUEJACK

 
New Post
4/6/2006 6:47 AM
 
Try this, in the Gallery folder, Settings.ascx, lines 83-90, change from this:

                        <td class="Gallery_RowPanel" width="220" height="24">&nbsp;
                            <dnn:label id="plImageExtensions" runat="server" text="Image Extensions:" controlname="txtImageExtensions"></dnn:label></td>
                        <td class="Gallery_Row" align="left"><asp:textbox id="txtImageExtensions" runat="server" cssclass="NormalTextBox" width="100%" Columns="26"></asp:textbox></td>
                    </tr>
                    <tr>
                        <td class="Gallery_RowPanel" width="220" height="24">&nbsp;<dnn:label id="plMediaExtensions" runat="server" text="Media Extensions:" controlname="txtMediaExtensions"></dnn:label></td>
                        <td class="Gallery_Row" align="left"><asp:textbox id="txtMediaExtensions" runat="server" cssclass="NormalTextBox" width="100%" Columns="26"></asp:textbox></td>
                    </tr>
To:
                     <td class="Gallery_RowPanel" width="220" height="24">&nbsp;
                      <dnn:label id="plImageExtensions" runat="server" text="Image Extensions:" controlname="
lblImageExtensions"></dnn:label></td>
                     <td class="Gallery_Row" align="left"><asp:
label id="lblImageExtensions" runat="server" CssClass="Normal"></asp:label></td>
                    </tr>

                    <tr>
                     <td class="Gallery_RowPanel" width="220" height="24">&nbsp;<dnn:label id="plMediaExtensions" runat="server" text="Media Extensions:" controlname="lblMediaExtensions"></dnn:label></td>
                     <td class="Gallery_Row" align="left"><asp:label id="lblMediaExtensions" runat="server" CssClass="Normal"></asp:label></td>
</tr>

HTH



 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Page load exceptionPage load exception


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