https://bugzilla.wikimedia.org/show_bug.cgi?id=9767
--- Comment #73 from Yedidia Klein <[email protected]> 2009-05-06 10:04:05 UTC --- (In reply to comment #72) > (In reply to comment #66) > > After some fixes on php.ini (most important is to set a file for error log > > for > > not getting 500 errors), my installation is moving. > > first I found that tables.sql has to be in maintenance/sqlserver (and not in > > mssql dir). then after creating some tables it stops. > > > > > > refreshing the installation give this info: > > There are already MediaWiki tables in this database. Checking if updates > > are > > needed... > > ...ipblocks table does not exist, skipping new field patch > > ...ipblocks table does not exist, skipping new field patch > > Creating interwiki table: > > > > then it stop... > > > > could be that tables.sql that is provided here is broken ? > > > This problem is fixed in the updated tables.sql I just uploaded. You are > right, > there was an error in the SQL for creating the interwiki table. I stumbled on > this because it was a type-conversion error rather than a syntax error. A > couple of columns had to be varchar rather than varbinary. > Wonderful! the installation was smooth and all the tables were created. LocalSettings.php exist also. now after moving LocalSettings.php to the right place I get a timeout on main page, changed max_execution_time on php.ini to 300 sec (!) and still it get a timeout. this is what I get on the error_log: [06-May-2009 12:46:00] PHP Notice: Undefined index: REQUEST_METHOD in C:\Inetpub\wiki\mediawiki-1.14.0.patched\includes\WebRequest.php on line 410 [06-May-2009 12:46:00] PHP Notice: Undefined index: SERVER_PROTOCOL in C:\Inetpub\wiki\mediawiki-1.14.0.patched\includes\OutputHandler.php on line 117 [06-May-2009 12:46:09] PHP Notice: Undefined index: REQUEST_METHOD in C:\Inetpub\wiki\mediawiki-1.14.0.patched\includes\WebRequest.php on line 410 [06-May-2009 12:51:09] PHP Fatal error: Maximum execution time of 300 seconds exceeded in C:\php\adodb5\adodb.inc.php on line 3593 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
