Page MenuHomePhabricator

Database error re page triage
Closed, ResolvedPublic

Description

Error re update script when delete attempted (delete went through though)

I experienced two separate errors re bug triage on en.wikipedia.beta.wmflabs.org, when attempting to view and to delete Talk:Main_Page.


Version: unspecified
Severity: normal

Attached:

DB_error_delete.PNG (87×1 px, 14 KB)

Details

Reference
bz36886

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:27 AM
bzimport set Reference to bz36886.

Created attachment 10604
Error received when trying to view the page

Attached:

DB_error_view.PNG (274×1 px, 24 KB)

Pagetriage is enabled but the correct tables don't exist

I think I did run foreachwiki update.php, need to be verified.

I indeed ran the update script while having PageTriage enabled. sql.php give me:

stdClass Object
(

[Tables_in_enwiki] => pagetriage_log

)
stdClass Object
(

[Tables_in_enwiki] => pagetriage_page

)
stdClass Object
(

[Tables_in_enwiki] => pagetriage_page_tags

)
stdClass Object
(

[Tables_in_enwiki] => pagetriage_tags

)

So this bug should no more happen :-D