Can not install Mediawiki 1.4.0

How to reproduce the problem.
Install via ‘Quick install app’

But we get the problem that the file was not found

Because we are installing version 1.4.0 as suggested by Quick Install App

I have version 1.8.8 .

I guess there is a bug found: https://github.com/hestiacp/hestiacp/blob/a4a861aec09ee5a88f68b9d0b58a4075f6af710d/web/src/app/WebApp/Installers/MediaWiki/MediaWikiSetup.php#L63

Yes need to be changed to the version …

1 Like
2 Likes

You can change the file yourself:
nano /usr/local/hestia/web/src/app/WebApp/Installers/MediaWiki/MediaWikiSetup.php
Change line 63 to as shown in the screenshot.

1 Like

See PR :slight_smile:

1 Like

Thank you for the solution