https://bugzilla.wikimedia.org/show_bug.cgi?id=60492

       Web browser: ---
            Bug ID: 60492
           Summary: ExtDynamicPageList::commonSetup() uses Title::exists()
                    and causes problems in update.php
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: DynamicPageList
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: m...@everybody.org
                CC: bawolff...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

That is, when update.php is needed to add contenthandler fields.

Commenting out the following line allows update.php to run to completion:

  $wgExtensionFunctions[] = array( 'ExtDynamicPageList', 'setupDPL' );

It would be better to have the exists() skipped if it is going to cause
problems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to