Closed
Bug 837736
Opened 13 years ago
Closed 13 years ago
Development wikimo: Database error on save.
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hoosteeno, Unassigned)
References
()
Details
Dev environment only (https://wiki-dev.allizom.org):
Saving a page causes a database error.
Browser: FF 18.0.1
OS: OSX 10.8.2
Error:
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "DatabaseBase::select". Database returned error "1054: Unknown column 'group_custom_texts' in 'field list' (dev-zeus-rw.db.phx1.mozilla.com)".
Comment 1•13 years ago
|
||
You need to run the following command in the wiki directory:
php maintenance/update.php
This is a normal part of upgrading. I should have included directions for this.
Comment 2•13 years ago
|
||
The problem here was a schema change that wasn't put in place properly. Reverting the SemanticWatchlist submodule back to the REL1_19 branch fixed the problem. The problem with them submodule is recorded here: https://bugzilla.wikimedia.org/show_bug.cgi?id=44648
Comment 3•13 years ago
|
||
Thanks for the fix :)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•