Hi. I am trying to move existing Fogbugz from an IIS Win2003 server to a new IIS in Windows 2008 (both 32bit).
I create a new database called fogbugz and run the setup. Once I'm done with the setup I open up the URL and straight away FogBugz ask to upgrade to database version 771. Once I click the upgrade link I got this error:
Error: Object reference not set to an instance of an object.
Stack Trace: Show Stack TraceHide Stack Trace
System.NullReferenceException: Object reference not set to an instance of an object.
at Wasabi.Runtime.ADO.KeySetCursor.get_Item(Int32 ix) in c:\code\release\build\fogbugz\8.2.25\Wasabi\Wasabi.Runtime\ADO\Cursor.cs:line 371
at Wasabi.Runtime.ADO.Field.get_Value() in c:\code\release\build\fogbugz\8.2.25\Wasabi\Wasabi.Runtime\ADO\Field.cs:line 42
at FogCreek.FogBugz.__Global.AssertCorrectDBVersion(Boolean fShowUI) in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 86
at FogCreek.FogBugz.__Global.SetupDBGlobal(Boolean fShowUI) in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 72
at FogCreek.FogBugz.__Global.InitializeFogBugz(Boolean fShowUI) in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 115
at FogCreek.FogBugz.__Global.StartPreHeader() in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\preheader.was:line 304
at FogCreek.FogBugz.__Global.StartDefault() in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\default.was:line 59
at FogCreek.FogBugz.HttpHandler.ProcessRequest(HttpContext context) in c:\Users\svc-mortar\AppData\Local\Temp\dgbal2-b.0.cs:line 0
Browser: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Source: Wasabi.Runtime
OS Version: Microsoft Windows NT 6.0.6002 Service Pack 2
Database: MySQL
CLR Versions: v1.0.3705|v1.1.4322|v2.0.50727|v3.0|v3.5|v4.0.30319
ixPerson: 0
QueryString: ?pre=preUpgradeDatabase
URL: /default.asp
Content Length: 0
Local Addr: 127.0.0.1
Remote Addr: 127.0.0.1
Time: 1/13/2011 2:40:50 PM
Any ideas how to fix this? From the stack trace I wondering why the Wasabi point to c:\code*** which doesn't exist on my new and old server?
Thanks