https://bugzilla.wikimedia.org/show_bug.cgi?id=71960
--- Comment #3 from [email protected] --- That's strange. Flow.php:91:$wgAutoloadClasses['Flow\Model\Header'] = $dir . 'includes/Model/Header.php'; includes/Model/Header.php:3:namespace Flow\Model; Those two lines should be enough for PHP to figure it out. Which version of PHP are you running? Namespaces were introduced in 5.3.0. Flow development has required changes to core MediaWiki. Even the version of Flow that you're using from April required MediaWiki 1.24. Note the caution in https://www.mediawiki.org/wiki/Extension:Flow , it's a fast-moving project. -- 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
