Page MenuHomePhabricator

Catchable fatal error: Argument 3 passed to IndexPager::extractResultInfo() must be an instance of ResultWrapper, boolean given
Closed, DeclinedPublic

Description

MW 1.22.11
Oracle 11

Enabled AbuseFilter (1.22 branch) and following, clicking on the link to configure from the Special Pages get:

Catchable fatal error: Argument 3 passed to IndexPager::extractResultInfo() must be an instance of ResultWrapper, boolean given, called in /u1/MediaWiki/includes/Pager.php on line 228 and defined in /u1/MediaWiki/includes/Pager.php on line 290

Note that I cannot upgrade beyond the 1.22.11 version of MediaWiki, as no newer versions work with an Oracle database. See Bug 71251


Version: REL1_22-branch
Severity: normal
OS: Linux
Platform: PC

Details

Reference
bz71304

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:57 AM
bzimport added a project: AbuseFilter.
bzimport set Reference to bz71304.
bzimport added a subscriber: Unknown Object (MLST).

I'm guessing that means the query failed and it returned false...

FYI, AbuseFilter doesn't have support for oracle in its database tables. Presumably why the queries are failing

(In reply to Sam Reed (reedy) from comment #2)

FYI, AbuseFilter doesn't have support for oracle in its database tables.
Presumably why the queries are failing

Thanks Sam, that's useful knowledge. So I suspect this should be closed as a "will not fix" then?

Wmat set Security to None.