Topic on Extension talk:StructuredDiscussions

Pimple\Container not found after installation

8
Silkwood (talkcontribs)

My conf:

Product Version
MediaWiki 1.32.5
PHP 7.2.17-0ubuntu0.18.04.1 (apache2handler)
MariaDB 10.1.38-MariaDB-0ubuntu0.18.04.1
ICU 60.2
Elasticsearch 5.6.16
Lua 5.1.5

Running php maintenance/update.php, after Flow installation, I get this error message:

PHP Fatal error:  Class 'Pimple\Container' not found in /var/www/w/extensions/Flow/includes/Container.php on line 5

In .../extensions/Flow/composer.json everything seems ok

"require": {

                "pimple/pimple": "3.0.2"

        },


Is this a bug?

Ciencia Al Poder (talkcontribs)

Try running "composer update --no-dev", even if not downloading from git

Silkwood (talkcontribs)

Thank you so much @Ciencia Al Poder.

It seems to work now.

...Update 'FlowUpdateRecentChanges' already logged as completed.

Populating links tables...

Completed

Updated 0  workflows

Warnings: 0

Array

(

)

Failed: 0

Array

(

)

Removed 0 links to special pages.

Completed

Completed

Set the local repo temp zone container to be private.

Purging caches...done.


Yesterday I got a 500 Server error trying to use Special:SpecialPages.

;)

AlgorithmGG (talkcontribs)

Hey, did you get this to work i am getting the pimple error.


Fatal error: Class 'Pimple\Container' not found in /home/dennisgo/public_html/extensions/Flow/includes/Container.php on line 5

Silkwood (talkcontribs)

Yes I did, following @Ciencia Al Poder suggestion:

Try running "composer update --no-dev", even if not downloading from git

AlgorithmGG (talkcontribs)

the git version is not compatible, with my version did you just add the relevant files?

AlgorithmGG (talkcontribs)

i ran composer but it didn't create the files, did you download it from git? is there a link please

Silkwood (talkcontribs)
Reply to "Pimple\Container not found after installation"