On Fri, Sep 30, 2011 at 12:16 PM, Ross Xu <[email protected]> wrote:
> Great idea, Robert! > The good news is I can see the new text in the .xml file from the dumps. > The bad news is I do see an error message from the http error log like > this: > "PHP Strict Standards: Declaration of Skindeveloper::initPage() should be > compatible with that of Skin::initPage() in > /var/www/html/wiki/includes/Skin.php on line 144, referer: > http://www.mycompany.com/wiki/Special:Search?search=efgh", > but it also gets the same kind of log even I search for old text and get > correct result. If it's a skin problem, why I can search for old text? > This is likely unrelated to your search problem -- you should be able to fix it by adding an 'OutputPage' type hint to the declaration so it matches the updated declaration on the parent class. -- brion _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
