|
Sunday, August 17, 2008
|
|
Friday, March 12, 2010 4:25:57 PM
|
310 [0.91% of all post / 0.54 posts per day] |
|
5
|
|
5
|
|
5
|
View All Posts by User
|
Did\Can anyone figure this thing out? I have members on my site asking for this.
|
|
i love those ideas myself
|
|
the problem i found is that if a member is a part of the 'members' group AND a member of say, Moderators, and you've set Moderators to a colour like green.. it does not show. If you remove the member from the "members" group, then it works.
|
ok dunno why.. but this is in the event log, only for my acct.. Code: System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using in configuration or 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)
|
|
|
Jaben wrote:midwestSS wrote:anyway to incorporate a member's map in the forum? so when u look at it, you can see where your members are from? Sure! Why don't you make that Mid  okey dokey.. let me see if my feeble brain can figure something out.. not sure how just yet, but investigating
|
|
anyway to incorporate a member's map in the forum? so when u look at it, you can see where your members are from?
|
|
thats was it thanks
|
went into a user's admin console.. to the Kill Activity.. tried to ban all ip's used by this user. Then, I got this message.. (is there a way to change the setting so you dont automatically delete all thier posts?) Code: Violation of UNIQUE KEY constraint 'IX_yaf_BannedIP'. Cannot insert duplicate key in object 'dbo.yaf_BannedIP'. The statement has been terminated. 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.Data.SqlClient.SqlException: Violation of UNIQUE KEY constraint 'IX_yaf_BannedIP'. Cannot insert duplicate key in object 'dbo.yaf_BannedIP'. The statement has been terminated.
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:
[SqlException (0x80131904): Violation of UNIQUE KEY constraint 'IX_yaf_BannedIP'. Cannot insert duplicate key in object 'dbo.yaf_BannedIP'. The statement has been terminated.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1950890 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4846875 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +204 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +175 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137 YAF.Classes.Data.YafDBAccess.ExecuteNonQuery(SqlCommand cmd, Boolean transaction) +138 YAF.Classes.Data.DB.bannedip_save(Object ID, Object boardID, Object Mask) +160 YAF.Controls.EditUsersKill.<BanUserIps>b__2(String x) +51 System.Collections.Generic.List`1.ForEach(Action`1 action) +56 YAF.Controls.EditUsersKill.BanUserIps() +176 YAF.Controls.EditUsersKill.Kill_OnClick(Object sender, EventArgs e) +33 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
|
|
i had the same problems as you guys. what i did was delete my web.config and put in thier 1.9.1upgrade web.config and it worked fine.
|
|