Environment: Windows Server 2008 (IIS), SQL Server 2012, PHP 5.3, php_pdo_sqlsrv driver
What I'm trying to do: Upgrade a DB used with Limesurvey v1.95 to v2.05.
Very similar to the issue posted earlier:
www.limesurvey.org/en/forum/installation...rade-from-192-to-200
I am getting Error 500 after 45-60 seconds of waiting for the upgrade to complete (on clicking "Click here to continue link; /index.php?r=admin/update/sa/db/continue/yes). I have "debug" set to 1 inside config.php. Earlier, the 500 error was because of memory getting exhausted (as per LS's debug message and PHP error log). I increased the memory limit to 2GB, but still the error persists. Sadly, now no error is getting logged in PHP error log.
I am absolutely clueless where to go from here. :dry:
P.S.: I started with a fresh installation of v2.05, and wizard-based installation of Limesurvey succeeded (including populating of DB). I just changed the DB connectionstring to point to an older DB version.