Issue:DPL causes error when re-importing xml dump in MW 1.14
From FollowTheScore
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
I am afraid there would be much more details needed to find the reason for this. Maybe the sequence of loading plays a role, maybe the kind of DPL statement plays a role, maybe there is a bug im MW 1.14 ...
Gero 22:54, 28 November 2008 (UTC)