https://bugzilla.wikimedia.org/show_bug.cgi?id=58502

--- Comment #2 from MWJames <[email protected]> ---
No, have seen it (In reply to comment #0)
> Checking table `bw_smw_fpt_askdu` ...
>    Table not found, now creating...

Standard message that shows when a table isn't available and needs
initialization. Of course if you run update.php without proper authorization it
will not be created but since Travis creates and updates tables [0] on each
test run (MW 1.19/ MW 1.22), I can't see any issue here.

With the ask query, I suspect that relates to the Composer install issue
reported earlier [1] and some unresolved settings issue. Please verify that
tw.net, runs the latests beta with [2] available.

[0] https://s3.amazonaws.com/archive.travis-ci.org/jobs/15479065/log.txt

Checking table `smw_fpt_askst` ...
   Table not found, now creating...
   ... done.
Checking index structures for table `smw_fpt_askst` ...
   ... creating new index s_id ...done.
   ... creating new index o_hash ...done.
   ... done.
Checking table `smw_fpt_askdu` ...
   Table not found, now creating...
   ... done.
Checking index structures for table `smw_fpt_askdu` ...
   ... creating new index s_id ...done.
   ... creating new index o_sortkey ...done.
   ... done.
Checking table `smw_fpt_subp` ...
   Table not found, now creating...
   ... done.

[1] https://bugzilla.wikimedia.org/show_bug.cgi?id=57760#c27

[2]
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/includes/NamespaceManager.php

Above notes are mere suggestions because #1 doesn't contain enough information
to make a sufficient analysis.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to