https://bugzilla.wikimedia.org/show_bug.cgi?id=9767
--- Comment #72 from D J Bauch <[email protected]> 2009-05-05 22:12:27 UTC --- (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. -- 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
