Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

critical error
Last Post 01-14-2010 07:01 AM by David To. 10 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Joerg FernowUser is Offline
going with the flow
going with the flow
Posts:48
Avatar

--
06-16-2009 10:54 PM

    Hi there,

    I try to HTTP POST a form and receive a critical error message.
    In the event -log is the following:

    AssemblyVersion: 04.09.01
    PortalID: 0
    PortalName: Intranet
    UserID: 3
    UserName: R11578-adm
    ActiveTabID: 443
    ActiveTabName: VC-Test
    RawURL: /framework/CorporateServices/Konzern/Marketing/VCTest/tabid/443/Default.aspx
    AbsoluteURL: /framework/Default.aspx
    AbsoluteURLReferrer: https://.../framework/CorporateServices/Konzern/Marketing/VCTest/tabid/443/Default.aspx
    UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: b2b45654-48a6-449f-bb2f-98a1bbbae458
    InnerException: Object reference not set to an instance of an object.
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: DataSprings.Modules.DynamicForms.DynamicForms.ProcessEvents
    StackTrace:
    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 DataSprings.Modules.DynamicForms.DynamicForms.ProcessEvents(Boolean blnRedirectOnly, Boolean blnPaymentGateway, String strPaymentStatus, String strResponseID, Int32 intPaymentUserID) bei DataSprings.Modules.DynamicForms.DynamicForms.SubmitForm(Boolean ProcessPaymentNotification, String strResponseID) bei DataSprings.Modules.DynamicForms.DynamicForms.lnkSave_Click(Object sender, EventArgs e) bei System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) bei System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) bei System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) bei System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) bei System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- Ende der internen Ausnahmestapelüberwachung ---
    Source:
    Server-Name: IIS-08

    I entered the testing URL named in the user guide.
    Any idea of what is going wrong?

    Thanks

    Jörg

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    06-17-2009 06:45 AM
    Hi Jorg, can you provide a screenshot of your HTTP post completion event? I'd like to check out the parameters you are passing. -- David
    Joerg FernowUser is Offline
    going with the flow
    going with the flow
    Posts:48
    Avatar

    --
    06-17-2009 10:05 PM

    Hi David,

    thanks for your response.
    Sure, the screenshot comes here..

    I'm using 2.7.5 trial with DNN 4.9.1.

    Best

    Jörg

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    06-18-2009 07:32 AM
    In your HTTP Post, I believe you need to add a "&":

    &FirstName=$(FirstName)

    See if this works first. -- David
    Joerg FernowUser is Offline
    going with the flow
    going with the flow
    Posts:48
    Avatar

    --
    06-18-2009 11:19 PM

    I tried it  with &FirstName=$(FirstName) and ?FirstName=$(FirstName) - still a critical error.

    Jörg

    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    06-24-2009 01:54 PM
    Joerg, did you get this resolved yet? -- Candace
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    06-25-2009 05:54 AM
    HI Joerg, I tried using the exact same configuration as yours an don't run into any issues with the critical error. But I'm using DF 3.0 release and you're using the trial version 2.7.5. I'm not aware if the trial version is the culprit here. Since you're just testing out the program, perhaps you can export your form or create a new page on www.betasprings.com (username: host, password: dnnhost) since the new release version of DF is there. -- David
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    06-25-2009 07:10 AM
    Hi. We also have a trial of the 3.0 release so you might check it out and see if you still have the same issue.

    -Chad
    ben wieseUser is Offline
    going with the flow
    going with the flow
    Posts:26
    Avatar

    --
    01-11-2010 11:29 AM
    I'm having this same issue as well.

    Had a silent HTTP post working successfully for about 6 months. Moved to a new server, and now no luck. Had thought it was part of a redirect module we're using (page redirect in DF conflicting...) but only action is the silent http post.

    We're sending it to SugarCRM, and they're log files don't show any errors, so DNN isn't making it that far. A flat html version of the form successfully posts.

    Semi-related, get the same error when trying to edit the portal.css from within DNN.

    Did the upgrade correct the issue?
    Is there a server setting that was missed on the new server ( I don't think anything was changed the first time).

    Ideas?
    ben wieseUser is Offline
    going with the flow
    going with the flow
    Posts:26
    Avatar

    --
    01-11-2010 11:34 AM
    More info:

    AssemblyVersion: 04.08.04
    PortalID: 0
    PortalName: Haag Streit USA
    UserID: 2
    UserName: admin
    ActiveTabID: 214
    ActiveTabName: TEST2
    RawURL: /Default.aspx?tabid=214
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer: http://haag-streit-usa.com/Default....?tabid=214
    UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: 86b2eaad-8908-4d3e-b87a-73c55f9c59f4
    InnerException: Object reference not set to an instance of an object.
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: DataSprings.Modules.DynamicForms.DynamicForms.ProcessEvents
    StackTrace:
    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 DataSprings.Modules.DynamicForms.DynamicForms.ProcessEvents(Boolean blnRedirectOnly, Boolean blnPaymentGateway, String strPaymentStatus, String strResponseID, Int32 intPaymentUserID) at DataSprings.Modules.DynamicForms.DynamicForms.SubmitForm(Boolean ProcessPaymentNotification, String strResponseID) at DataSprings.Modules.DynamicForms.DynamicForms.imgSave_Click(Object sender, ImageClickEventArgs e) at System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) at System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
    Source:
    Server Name: SRV08
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    01-14-2010 07:01 AM
    HI, sorry for the late response. Can you tell me what version of DNN and Dynamic Forms you are running? Also, on your HTTP Post, can you make sure to check the box to email Admin as well? Also, if you enable debug mode and then fill out the form and submit, what does it show as being processed? -- David
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi