Ticket #661 (closed Defekt: worksforme)

Opened 14 years ago

Last modified 14 years ago

Server error när man byter postnummer

Reported by: staffan.jonsson@… Owned by: Todi
Priority: major Milestone:
Component: PirateWeb Keywords: passwordHash
Cc:

Description

Server Error in '/' Application.
Parameter 'passwordHash' not found in the collection.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Parameter 'passwordHash' not found in the collection.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

  1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>

<system.web>

<compilation debug="true"/>

</system.web>

</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[ArgumentException: Parameter 'passwordHash' not found in the collection.]

MySql.Data.MySqlClient.MySqlParameterCollection.GetParameterFlexible(String parameterName, Boolean throwOnNotFound) +281
MySql.Data.MySqlClient.StoredProcedure.Resolve() +559
MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +488
MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() +40
PirateWeb.Database.PirateDb.SetPersonBasicStringValue(Int32 personId, String key, String newValue) +280
PirateWeb.Database.PirateDb.SetPersonPostalCode(Int32 personId, String postalCode) +14
PirateWeb.Logic.Pirates.AuditedPerson.set_PostalCode(String value) +62
Controls_PersonBasicDetails.ButtonSaveChanges_Click(Object sender, EventArgs e) +806
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746

Version Information: Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433

[20:55:03 | Redigerat 20:55:08] Staffan Jonsson skriver: höll på att byta postnummer
[20:56:15] Staffan Jonsson skriver: och medan jag har skrivit in det och väntar på att kommunen ska uppdatera så kommer javascriptfönster upp med detta:

There was an error while doing a partial page update:

System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

at System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument)

at System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument)

at System.Web.UI.WebControls.DropDownList.LoadPostData(String postDataKey, NameValueCollection postCollection)

at System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection)

at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Change History

comment:1 Changed 14 years ago by alexander.toresson@…

Jag får samma fel när jag försöker byta postnummer. Jag är medlem nr 587 om någon admin eller liknande vill ha ett konto att testa på.

comment:2 Changed 14 years ago by SimonB.

  • Keywords passwordHash added

comment:3 Changed 14 years ago by Gonte

  • Status changed from new to closed
  • Resolution set to worksforme

Förefaller nu fungera.
Har någon problem med att ändra, maila medlemsservice@… för manuell hjälp.

comment:4 Changed 14 years ago by alexander.toresson@…

Ja, fungerar för mig nu!

Note: See TracTickets for help on using tickets.