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

       Web browser: ---
             Bug #: 33606
           Summary: SF_RunQuery.php: Argument 3 passed to Parser::parse()
                    must be an instance of ParserOptions, null given
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: SemanticForms
        AssignedTo: yaro...@gmail.com
        ReportedBy: f.tr...@gmx.net
                CC: wikibugs-l@lists.wikimedia.org
    Classification: Unclassified


We found a small glitch with the current revision 10778 of
SF_RunQuery.php which generates an error on

Catchable fatal error: Argument 3 passed to Parser::parse() must be an
instance of ParserOptions, null given, called in
D:\xampp\htdocs\aris\extensions\SemanticForms\specials\SF_RunQuery.php
on line 105 and defined in
D:\xampp\htdocs\aris\includes\parser\Parser.php on line 313

We switched to MW 1.18 together with SMW 1.7 any of our 30 RunQuery
forms run into the same problem either called via Special:RunQuery or
as url based service with wpRunQuery=true.

It seems that in MW 1.18, $wgParser->mOptions expects an array instead
of a string which causes the fatal error.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to