Skip to content

Instantly share code, notes, and snippets.

View bleroy's full-sized avatar

Bertrand Le Roy bleroy

View GitHub Profile
@bleroy
bleroy / errorlog.txt
Created April 1, 2015 23:43
CodePlex Issue #16490 Plain Text Attachments
Server Error in '/OrchardLocal' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 120: }
Line 121: protected override void Created(CreateContentContext context, TPart instance) {
@bleroy
bleroy / errorlog.txt
Created April 1, 2015 23:45
CodePlex Issue #16505 Plain Text Attachments
Server Error in '/OrchardLocal' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 55: }
Line 56:
@bleroy
bleroy / 6711.patch
Created April 1, 2015 23:46
CodePlex Issue #16507 Plain Text Attachments
# HG changeset patch
# User Sipke Schoorstra <sipke@skywalkersd.net>
# Date 1358640126 -3600
# Branch 1.x
# Node ID 9031fce4bc798ea01ec2d207c64a2d84b6a24945
# Parent 3b2d1e68942d4a256227bc014fe486ec5abbb464
#19205: Adding enctype attribute to form to support file uploads.
Work Item: 16507
@bleroy
bleroy / errorlog.txt
Created April 1, 2015 23:48
CodePlex Issue #16511 Plain Text Attachments
Server Error in '/OrchardLocal' Application.
A potentially dangerous Request.Form value was detected from the client (Url="<script>").
Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. To allow pages to override application request validation settings, set the requestValidationMode attribute in the httpRuntime configuration section to requestValidationMode="2.0". Example: <httpRuntime requestValidationMode="2.0" />. After setting this value, you can then disable request validation by setting validateRequest="false" in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. For more information, see http://go.microsoft.com/fwlink/?LinkId=153133.
Exception Details: System.Web.HttpRequestValidationExcept
@bleroy
bleroy / errorlog.txt
Created April 1, 2015 23:52
CodePlex Issue #16536 Plain Text Attachments
Server Error in '/OrchardLocal' Application.
A potentially dangerous Request.Form value was detected from the client (username="<script>").
Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. To allow pages to override application request validation settings, set the requestValidationMode attribute in the httpRuntime configuration section to requestValidationMode="2.0". Example: <httpRuntime requestValidationMode="2.0" />. After setting this value, you can then disable request validation by setting validateRequest="false" in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. For more information, see http://go.microsoft.com/fwlink/?LinkId=153133.
Exception Details: System.Web.HttpRequestValidationE
@bleroy
bleroy / errorlog.txt
Created April 1, 2015 23:52
CodePlex Issue #16537 Plain Text Attachments
Server Error in '/OrchardLocal' Application.
The data was truncated while converting from one data type to another. [ Name of function(if known) = ]
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.SqlServerCe.SqlCeException: The data was truncated while converting from one data type to another. [ Name of function(if known) = ]
Source Error:
Line 40: }
Line 41: Logger.Debug("Final work for transaction being performed");
@bleroy
bleroy / errorlog.txt
Created April 1, 2015 23:52
CodePlex Issue #16538 Plain Text Attachments
Server Error in '/OrchardLocal' Application.
A required anti-forgery token was not supplied or was invalid.
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.Web.Mvc.HttpAntiForgeryException: A required anti-forgery token was not supplied or was invalid.
Source Error:
Line 34: var siteSalt = _siteService.GetSiteSettings().SiteSalt;
Line 35: var validator = new ValidateAntiForgeryTokenAttribute {Salt = siteSalt};
@bleroy
bleroy / errorlog.txt
Created April 2, 2015 00:24
CodePlex Issue #16546 Plain Text Attachments
Server Error in '/' Application.
The data was truncated while converting from one data type to another. [ Name of function(if known) = ]
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.SqlServerCe.SqlCeException: The data was truncated while converting from one data type to another. [ Name of function(if known) = ]
Source Error:
Line 40: }
Line 41: Logger.Debug("Final work for transaction being performed");
@bleroy
bleroy / errorlog.txt
Created April 2, 2015 00:24
CodePlex Issue #16548 Plain Text Attachments
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 150: }
Line 151: protected override void Removed(RemoveContentContext context, TPart instance) {
@bleroy
bleroy / errorlog.txt
Created April 2, 2015 00:24
CodePlex Issue #16550 Plain Text Attachments
Server Error in '/' Application.
Ambiguous content
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.ApplicationException: Ambiguous content
Source Error:
Line 38: }
Line 39: if (hits.Count() != 1) {