Attempting to import a title that came out as an interwiki would sort of half-work...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 22:41:13 +0000 (22:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 10 Dec 2008 22:41:13 +0000 (22:41 +0000)
commit3b571e768cf80b39a2464a089d52c2b49187e2c2
tree3c71df748c609ca3ba806fc0479f5dee5997a03f
parentada841ab2d3e511c461c0b309e84b075e159003f
Attempting to import a title that came out as an interwiki would sort of half-work somewhere then explode when trying to save the null revision with the import info:
Fatal error:  Call to a member function insertOn() on a non-object in /Library/WebServer/Documents/trunk/includes/specials/SpecialImport.php on line 305

Now such titles are skipped. You can probably force import of the page by forcing the target namespace...

Better long-term solution might include title renormalization, adapation of remote namespace names (eg Wikipedia -> Project), etc.
includes/Import.php