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

       Web browser: ---
             Bug #: 29227
           Summary: Warning: in_array(): Wrong datatype for second
                    argument in ParserOptions.php
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: DynamicPageList
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


PHP logs multiple warn messages if dpl is enabled and
ExtDynamicPageList::$respectParserCache is set true.

Jun  1 06:27:41 lighttpd[16326]: (mod_fastcgi.c.2701) FastCGI-stderr:
PHP Warning:  in_array() expects parameter 2 to be array, boolean given in
/srv/htdocs/includes/parser/ParserOptions.php on line 272 
PHP Warning:  in_array() expects parameter 2 to be array, boolean given in
/srv/htdocs/includes/parser/ParserOptions.php on line 281 
PHP Warning:  in_array() expects parameter 2 to be array, boolean given in
/srv/htdocs/includes/parser/ParserOptions.php on line 286 
PHP Warning:  in_array() expects parameter 2 to be array, boolean given in
/srv/htdocs/includes/parser/ParserOptions.php on line 289 
PHP Warning:  in_array() expects parameter 2 to be array, boolean given in
/srv/htdocs/includes/parser/ParserOptions.php on line 294 
PHP Warning:  in_array() expects parameter 2 to be array, boolean given in
/srv/htdocs/includes/parser/ParserOptions.php on line 299

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to