Page MenuHomePhabricator

sqlite installer calls undefined function sqlite_setup_searchindex
Closed, InvalidPublic

Description

With trunk r73748 the sqlite installer calls undefined function sqlite_setup_searchindex :

Fatal error: Call to undefined function sqlite_setup_searchindex() in /Users/hashar/Sites/sqlite/config/Installer.php on line 1303

This happens after table creation.


Version: 1.17.x
Severity: blocker

Details

Reference
bz25308

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:17 PM
bzimport set Reference to bz25308.
bzimport added a subscriber: Unknown Object (MLST).

it was a fresh update after talking about sqlite support with nikerabit. Maybe ialex forgot to tweak the config/Installer.php file.

Huh, old installer, my bad. Well, this bug will be INVALID soon, this whole thingie will be obsoleted pretty soon.

Good to hear. Let's keep this bug around until the new installer is merged in trunk.

It's already in trunk. We just haven't replaced config/index.php yet.

Same here, just checked out r75169 and did a simple install (all defaults, except for database: sqlite)

  • Attempting to connect to SQLite database at "/*/htdocs/SVN/wiki/../data": Notice: Undefined variable: wgSQLiteDataDirMode in /*/htdocs/SVN/wiki/config/Installer.php on line 983 ok
  • Connected to sqlite 3.6.22
  • Creating tables... done. Fatal error: Call to undefined function sqlite_setup_searchindex() in /***/htdocs/SVN/wiki/config/Installer.php on line 1302

(In reply to comment #5)

It's already in trunk. We just haven't replaced config/index.php yet.

We have now, closing INVALID