Last modified: 2013-10-27 17:49:23 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T58211, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 56211 - Table 'kawiktionary.echo_event' doesn't exist
Table 'kawiktionary.echo_event' doesn't exist
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
wmf-deployment
All All
: High major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-27 07:13 UTC by db [inactive,noenotif]
Modified: 2013-10-27 17:49 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description db [inactive,noenotif] 2013-10-27 07:13:38 UTC
When visiting wikt:ka: the following is shown:

A database query error has occurred. This may indicate a bug in the software.

ფუნქცია: MWDbEchoBackend::createEvent
შეცდომა: 1146 Table 'kawiktionary.echo_event' doesn't exist (10.64.16.18)


Please check all wikis to avoid the same error on small wikis. Thanks.
Comment 1 Sam Reed (reedy) 2013-10-27 17:01:58 UTC
Sigh. I fixed test2wiki earlier this week when I noticed the errors in the logs...
Comment 2 Sam Reed (reedy) 2013-10-27 17:06:02 UTC
mysql:wikiadmin@10.64.16.18 [test2wiki]> show tables;
+---------------------+
| Tables_in_test2wiki |
+---------------------+
| echo_email_batch    |
| echo_event          |
| echo_notification   |
+---------------------+
3 rows in set (0.00 sec)

mysql:wikiadmin@10.64.16.18 [test2wiki]> use kawiktionary
Database changed
mysql:wikiadmin@10.64.16.18 [kawiktionary]> create table echo_notification like test2wiki.echo_notification;
Query OK, 0 rows affected (0.01 sec)

mysql:wikiadmin@10.64.16.18 [kawiktionary]> create table echo_event like test2wiki.echo_event;
Query OK, 0 rows affected (0.00 sec)

mysql:wikiadmin@10.64.16.18 [kawiktionary]> create table echo_email_batch like test2wiki.echo_email_batch;
Query OK, 0 rows affected (0.00 sec)

mysql:wikiadmin@10.64.16.18 [kawiktionary]> show tables;
+------------------------+
| Tables_in_kawiktionary |
+------------------------+
| echo_email_batch       |
| echo_event             |
| echo_notification      |
+------------------------+
3 rows in set (0.00 sec)
Comment 3 Sam Reed (reedy) 2013-10-27 17:30:24 UTC
mysql:wikiadmin@10.64.16.18 [kawiktionary]> use ndswiktionary;
Database changed
mysql:wikiadmin@10.64.16.18 [ndswiktionary]> create table echo_notification like test2wiki.echo_notification;
Query OK, 0 rows affected (0.01 sec)

mysql:wikiadmin@10.64.16.18 [ndswiktionary]> create table echo_event like test2wiki.echo_event;
Query OK, 0 rows affected (0.01 sec)

mysql:wikiadmin@10.64.16.18 [ndswiktionary]> create table echo_email_batch like test2wiki.echo_email_batch;
Query OK, 0 rows affected (0.00 sec)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links