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

           Summary: Failed opening required 'CleanupTable.inc'
           Product: MediaWiki
           Version: 1.15-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: Maintenance scripts
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: jida...@jidanni.org


cleanupCaps.php and cleanupWatchlist.php both attempt to require_once(
'CleanupTable.inc' );
However, the latter is now called cleanupTable.php, so one will get
Fatal error: require_once(): Failed opening required 'CleanupTable.inc'
P.S. "rebuildMessages.php" case incorrect in README. (Found with
$ perl -nlwe 'for(/\b\w+\.php\b/g){print}' README|xargs ls)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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