Issue:DPL causes error when re-importing xml dump in MW 1.14

From FollowTheScore
Revision as of 15:39, 28 November 2008 by Gregor Hagedorn (talk | contribs) (New page: {{Issue |Type = Bug |Extension = DPL |Version = Version 1.7.4 |Description = DPL prevents importing content in the Mediawiki xml format under Mediawiki 1.14 |Status ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: DPL prevents importing content in the Mediawiki xml format under Mediawiki 1.14
Extension / Version: DPL   /   Version 1.7.4
Type / Status: Bug   /   open

Problem

Trying to move content from one wiki installation (Mediawiki 1.12) to another (Mediawiki 1.14 SVN), using the xml-dump feature. XML export works fine, "php importDump.php xml-export.xml" works a long time ok as well, but then terminates with the message:

 Fatal error: 
 Call to a member function getNamespace() on a non-object in [...]/extensions/DynamicPageList
 /DynamicPageList2.php on line 3011

--Gregor Hagedorn 13:39, 28 November 2008 (UTC)

Reply