https://bugzilla.wikimedia.org/show_bug.cgi?id=54250
--- Comment #4 from Erik Bernhardson <[email protected]> --- I rebuild my vagrant install using a custom wgDBprefix, but it still seems to work from here: (22:56) root@localhost:[wiki]> desc zomgflow_definition -> ; +--------------------+---------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------------+---------------+------+-----+---------+-------+ | definition_id | binary(16) | NO | PRI | NULL | | | definition_wiki | varbinary(32) | NO | MUL | NULL | | | definition_name | varbinary(32) | NO | | NULL | | | definition_type | varbinary(32) | NO | | NULL | | | definition_options | blob | YES | | NULL | | +--------------------+---------------+------+-----+---------+-------+ 5 rows in set (0.00 sec) (22:56) root@localhost:[wiki]> select * from zomgflow_definition; +------------------+-----------------+-----------------+-----------------+----------------------------------------------------------------------------- | definition_id | definition_wiki | definition_name | definition_type | definition_options +------------------+-----------------+-----------------+-----------------+----------------------------------------------------------------------------- | ^E^Dῐ<B5>^CO^_ '<A0><82>" | wiki-zomg | topic | topic | NULL | ^E^Dῐ<D1>^CO^_ '<A0><82>" | wiki-zomg | discussion | discussion | a:2:{s:19:"topic_definition_id";O:15:"Flow\Model\UUID":1:{s:14 +------------------+-----------------+-----------------+-----------------+----------------------------------------------------------------------------- 2 rows in set (0.00 sec) (22:56) root@localhost:[wiki]> So i'm not sure how where its running into the issues. Additionally if the FlowInsertDefaultDefinition maintenance script was trying to manipulate the tables with the prefix, it should at least throw a big fat error that the tables dont exist, rather than successfully completing. Since i can't reproduce the error locally, it might be simplest if I pop into your installation to dump various debugging values and see where it goes wrong? -- 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
