bishop335 / subtext

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

Version 2.5, section configuration doesn't work #230

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open SubText 2.5 admin panel
2.Click on Option => configuration

What is the expected output? What do you see instead?
I get an unhandled exception.

What version of the product are you using? On what operating system?
The version I am using is the new release 2.5

Please provide any additional information below.
This is the stack trace:

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.Web.Admin.Pages.Configure.BindLocalUI() +431
   Subtext.Web.Admin.Pages.AdminOptionsPage.Page_Load(Object sender, EventArgs e) +26
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   Subtext.Web.Admin.Pages.AdminPage.OnLoad(EventArgs e) +190
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

Original issue reported on code.google.com by raff...@gmail.com on 21 Jun 2010 at 1:26

GoogleCodeExporter commented 9 years ago

Original comment by haac...@gmail.com on 22 Jun 2010 at 8:34

GoogleCodeExporter commented 9 years ago
I guess this is the same problem the other gentleman reported on the ML, and 
was due to some problem in the DB.

Original comment by simone.chiaretta on 22 Jun 2010 at 8:41

GoogleCodeExporter commented 9 years ago
I was not able to reproduce this. Simo, can you follow up on this? I don't 
recall what the problem the other gentleman reported. If it's the same problem, 
let's reply to this issue with what the solution was. Thanks!

Original comment by haac...@gmail.com on 25 Jun 2010 at 8:41

GoogleCodeExporter commented 9 years ago
I guess it's the same problem... some problem with the DB:
TimeZoneId in subtext_config was null... just set it to UTC and then edit to 
your value

Let me know if it helps

Original comment by simone.chiaretta on 25 Jun 2010 at 10:08

GoogleCodeExporter commented 9 years ago
Is this something we can fix automatically?

Original comment by haac...@gmail.com on 26 Jun 2010 at 5:23