Hello all,
I just applied MW 1.24.1 patch, and got a few SQL errors which prevent a page edit from applying. I had no issues apart from some minor extensions stuff when upgrading from 1.23.x to 1.24.0.
System is RHEL 6.5 with Postgresql 9.2 (via RH Software Collections).
The PostgreSQL log shows:
ERROR: column "pl_from_namespace" of relation "pagelinks" does not exist at character 75 STATEMENT: INSERT /* LinksUpdate::incrTableUpdate Dwc62 */ INTO "pagelinks" (pl_from,pl_from_namespace,pl_namespace,pl_title) VALUES ('105','0','0','OS_Upgrades')
Any hints on how to fix this?
Thanks, Dave
The pl_from_namespace https://www.mediawiki.org/wiki/Manual:Pagelinks_table#pl_from_namespace field of the pagelinks table is new in MediaWiki 1.24. After every upgrade, you should run the update script https://www.mediawiki.org/wiki/Manual:Update.php for new fields to be created. Are you sure you ran it?
Il 18/12/2014 17:54, David Chin ha scritto:
Hello all,
I just applied MW 1.24.1 patch, and got a few SQL errors which prevent a page edit from applying. I had no issues apart from some minor extensions stuff when upgrading from 1.23.x to 1.24.0.
System is RHEL 6.5 with Postgresql 9.2 (via RH Software Collections).
The PostgreSQL log shows:
ERROR: column "pl_from_namespace" of relation "pagelinks" does not
exist at character 75 STATEMENT: INSERT /* LinksUpdate::incrTableUpdate Dwc62 */ INTO "pagelinks" (pl_from,pl_from_namespace,pl_namespace,pl_title) VALUES ('105','0','0','OS_Upgrades')
Any hints on how to fix this?
Thanks, Dave
mediawiki-l@lists.wikimedia.org