Does anyone know why the install process would quietly die ("connection was reset") with the following error in the Apache log file:
[Thu Dec 30 15:37:05 2010] [error] [client 127.0.0.1] PHP Catchable fatal error: Argument 1 passed to Omeka_Core_Resource_Options::_convertMigrationSchema() must be an array, null given, called in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\omeka-1.3\\application\\libraries\\Omeka\\Core\\Resource\\Options.php on line 49 and defined in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\omeka-1.3\\application\\libraries\\Omeka\\Core\\Resource\\Options.php on line 79
That section of code looks as though it is looking to do a version upgrade but I am unsure why that would matter on a fresh install. This happens right after 4 omeka-* tables are created and populated, so I suspect this is not a database configuration issue.
FireFox 3.6.8
Windows 7
localhost install (yeah, I know) using 127.0.0.1
Apache/2.2.16 (Win32)
PHP/5.2.14
MySQL 5.1.51-community
Rick

