Coder Social home page Coder Social logo

Comments (8)

DotNetNuclear avatar DotNetNuclear commented on July 28, 2024

Scott, would you be able to export the [UserDefinedFields] table for the ModuleId of your form so I can reproduce this issue?

from dnn.formandlist.

scottebuchanan avatar scottebuchanan commented on July 28, 2024

I'm sorry, but I do not currently have a DNN 8.x instance. I will build a test site again, but likely not until spring 2017.

from dnn.formandlist.

brentil avatar brentil commented on July 28, 2024

We're also getting the same error on 3 separate DNN 8.0.4 installations (2 dev and 1 live) with FnL 6.2.0 installed. Talking to the developers they typically see it when first coming to the page but then any followup visit doesn't show the error. We've seen it from logged in and not logged in users. I've attached the output from the userDefinedFields table for the specific module ID.

FnL.txt

from dnn.formandlist.

JoeAucoin avatar JoeAucoin commented on July 28, 2024

Seeing same error on DNN 9.1. Multiple sites on different servers. IIS 8 and IIS 7

from dnn.formandlist.

scottebuchanan avatar scottebuchanan commented on July 28, 2024

I have created a QA site, where I updated the site to DNN 9.1.0. With the current Form and List 6.1.0, the page behaves well for both guest, non-admin and admin users. The only difference from DNN 7.4.2 is that the "Show Records" link is no longer shown to admin users - instead I had to enter edit page mode.

I then updated the module to 6.2.0. My first load of the page (as Host account) encountered "A critical error has occurred. Please check the Event Viewer for further details." I found three exceptions in the Admin Logs (added below).

After logout, I was able to access the page as guest, admin and host without error.

I restarted IIS, and as guest, navigated to the page and received the same critical error message, and found three more exceptions in the Admin Logs.

I've attached the relevant contents of [UserDefinedFields] and [UserDefinedFieldSettings].
FormAndList-UserDefined-FCG.txt

Here are the three related exceptions in the Admin Logs (in order listed)
05/30/2017 11:19:40 - Page Load Exception AbsoluteURL:/Default.aspx DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke ExceptionGUID:60aaacd8-1419-45bd-91fe-2eee93c89d8c AssemblyVersion:9.1.0 PortalId:0 UserId:-1 TabId:108 RawUrl:/ContactUs.aspx Referrer:http://new.frankcohengroup.com/Home.aspx UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 ExceptionHash:cT14CW+BIl32yd7R9ADLRZ4kdao= Message:Object reference not set to an instance of an object. StackTrace: InnerMessage:Object reference not set to an instance of an object. InnerStackTrace: at DotNetNuke.UI.Containers.ActionCommandButton.get_ModuleAction() at DotNetNuke.UI.Containers.ActionCommandButton.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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Source: FileName: FileLineNumber:0 FileColumnNumber:0 Method: Server Name: FCG-SQL4

05/30/2017 11:19:37 - General Exception AbsoluteURL:/Default.aspx DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke ExceptionGUID:ad57ec54-a17f-471b-8cca-da8cd73762ba AssemblyVersion: PortalId:-1 UserId:-1 TabId:-1 RawUrl: Referrer: UserAgent: ExceptionHash:QcvoAsAEPBMODM4xuO+gA0CW2Sc= Message:Unhandled Error Adding Module to ContentPane. StackTrace: at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) at DotNetNuke.UI.Skins.Skin.InjectModule(Pane pane, ModuleInfo module) InnerMessage:Value cannot be null. Parameter name: type InnerStackTrace: at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at DotNetNuke.Modules.UserDefinedTable.DataType.get_DataTypes() at DotNetNuke.Modules.UserDefinedTable.DataType.ByName(String dataTypeName) at DotNetNuke.Modules.UserDefinedTable.EditForm.BuildEditForm() at DotNetNuke.Modules.UserDefinedTable.EditForm.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.Modules.UserDefinedTable.Default.LoadControlByKey(String controlKey) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.Modules.ModuleHost.InjectModuleContent(Control content) at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) Source:DotNetNuke FileName: FileLineNumber:0 FileColumnNumber:0 Method: Server Name: FCG-SQL4

05/30/2017 11:19:37 - General Exception General Exception AbsoluteURL:/Default.aspx DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke ExceptionGUID:7ddf77b5-7262-4b15-9bae-451ff5db78d2 AssemblyVersion: PortalId:-1 UserId:-1 TabId:-1 RawUrl: Referrer: UserAgent: ExceptionHash:NkfiPz/XnmrlbGW1NeWEGPAJyGY= Message:Value cannot be null. Parameter name: type StackTrace: at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at DotNetNuke.Modules.UserDefinedTable.DataType.get_DataTypes() at DotNetNuke.Modules.UserDefinedTable.DataType.ByName(String dataTypeName) at DotNetNuke.Modules.UserDefinedTable.EditForm.BuildEditForm() at DotNetNuke.Modules.UserDefinedTable.EditForm.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.Modules.UserDefinedTable.Default.LoadControlByKey(String controlKey) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.Modules.ModuleHost.InjectModuleContent(Control content) at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) InnerMessage: InnerStackTrace: Source:mscorlib FileName: FileLineNumber:0 FileColumnNumber:0 Method: Server Name: FCG-SQL4

from dnn.formandlist.

brentil avatar brentil commented on July 28, 2024

We've also upgraded our development environments to 9.1.0 and we continue to experience this same issue.

from dnn.formandlist.

SCullman avatar SCullman commented on July 28, 2024

image
FIXED, tested in DNN9.2

from dnn.formandlist.

valadas avatar valadas commented on July 28, 2024

@EPTamminga , this one too is fixed.

from dnn.formandlist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.