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

       Web browser: ---
            Bug ID: 53519
           Summary: errors running
                    maintenance/InsertDefaultDefinitions.php
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: Flow
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

After updating my local Flow extension to master I was getting

   Notice: Undefined index: rev_mod_state in
/home/spage/projects/core/extensions/Flow/includes/Model/AbstractRevision.php
on line 81
  (repeat for Undefined indices rev_mod_user_id, rev_mod_user_text,
rev_mod_timestamp)

so I ran
   $ php ../../maintenance/update.php

but that failed with

PHP Fatal error:  Class 'MWEchoDbFactory' not found in
/home/spage/projects/core/extensions/Flow/maintenance/FlowInsertDefaultDefinitions.php
on line 22

indeed, this is the only mention of the class in the Flow codebase. I hacked a
factory invocation together that seems to work (gerrit update coming), but even
after dropping the tables, when I rerun this I get the same "Undefined index"
errors.  flow_revision has the fields rev_mod_xxx so I'm not sure what the
problem is.

-- 
You are receiving this mail because:
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