Page MenuHomePhabricator

Database table of Math extension missing on nso.wikipedia.org
Closed, ResolvedPublic

Description

Author: ebe123_wiki

Description:
We will need the math extension enabled on nso.wikipedia.org to fully import from incubator:


Version: unspecified
Severity: normal

Details

Reference
bz32080

Related Objects

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:02 AM
bzimport set Reference to bz32080.
bzimport added a subscriber: Unknown Object (MLST).

He told me he got an error while importing:

Import failed: A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: SELECT math_outputhash,math_html_conservativeness,math_html,math_mathml FROM math WHERE math_inputhash = '5�L�*c^/�7��>%�' LIMIT 1 Function: MathRenderer::_recall Error: 1146 Table 'nsowiki.math' doesn't exist (10.0.6.49)

ebe123_wiki wrote:

I assure that I got that error.

Changing title to catch the attention of developers :)

Probably missing some setup from the add-wiki scripts... (really we should probably run update.php on fresh DBs after creation -- since they have no content there shouldn't be any scary slowness)

(In reply to comment #5)

Probably missing some setup from the add-wiki scripts... (really we should
probably run update.php on fresh DBs after creation -- since they have no
content there shouldn't be any scary slowness)

I guess so. In immediate terms this is a bug in addwiki.php though (Math.sql needs to be added).

(In reply to comment #5)

Probably missing some setup from the add-wiki scripts... (really we should
probably run update.php on fresh DBs after creation -- since they have no
content there shouldn't be any scary slowness)

Literally that

Fixed in trunk in r101457, 1.18wmf1 in r101458