bishop335 / subtext

Automatically exported from code.google.com/p/subtext
0 stars 0 forks source link

Crash after file upgrade (no DB upgrade yet) #255

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upgraded from 2.1 (copy off host, run backup tool, copy back)
2. Navigated to home page
3. Internal error

What is the expected output? What do you see instead?
Getting error:

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:

An unhandled exception was generated during the execution of the current web 
request. Information regarding the origin and location of the exception can be 
identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   Subtext.Framework.Web.HttpModules.InstallationCheckModule..ctor(IInstallationManager installationManager) +38
   Subtext.Framework.Web.HttpModules.InstallationCheckModule..ctor() +7

[TargetInvocationException: Exception has been thrown by the target of an 
invocation.]
   System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0
   System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +86
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +230
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +67
   System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1051
   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +111
   System.Web.Configuration.Common.ModulesEntry.Create() +39
   System.Web.Configuration.HttpModulesSection.CreateModules() +164
   System.Web.HttpApplication.InitModules() +28
   System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +729
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +298
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +289

Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET 
Version:2.0.50727.3053 

What version of the product are you using? On what operating system?
Newest 2.5, hosted on GoDaddy

Please provide any additional information below.
This is running on www.ariankulp.com
I have an app_offline.htm for now, but let me know if I need to send any more 
data.

Original issue reported on code.google.com by ariank...@gmail.com on 14 Aug 2010 at 9:25

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This was an issue due to some files not being copied properly.  All is resolved!

Original comment by ariank...@gmail.com on 15 Aug 2010 at 6:03

GoogleCodeExporter commented 8 years ago
Thanks. Resolving this as "Invalid".

Original comment by haac...@gmail.com on 16 Aug 2010 at 3:35