Topic on Extension talk:StructuredDiscussions

New install - almost new MediaWiki - Class 'Pimple\Container' not found

3
Summary by Tacsipacsi

You should install and run Composer first.

2605:6000:1025:883:8D5E:A5D3:192D:CD5F (talkcontribs)

Hi everyone, I'm trying to install StructuredDiscussions on a basically brand new 1.32 MediaWiki instance and receiving the following error:


Command 'php update.php'

failed with return code 255 and error message

PHP Fatal error: Class 'Pimple\Container' not found in

.../extensions/Flow/includes/Container.php on line 5


I've tried running composure update in my root MediaWiki folder, Flow extension folder, etc. as I've seen online and it returns composer command not found.


Do I need to run populateContentModel.php and $wgNamespaceContentModels[namespace] before trying to enable Flow?

2605:6000:1025:883:8D5E:A5D3:192D:CD5F (talkcontribs)
Catrope (talkcontribs)

If "composer update" says "composer command not found", you will need to install composer. See installation instructions here.