-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception with MW 1.42.1 #429
Comments
Solved. Try this: Create the composer.local.json file with the following content:
Then run: https://www.area31.net.br/wiki/Especial:Vers%C3%A3o my system: |
Yes, the MW 1.42 fixes are on the master branch (on the unreleased version 5.0.0). That exception looks like it is coming from a 4.x version. |
So I have a Dockerfile that builds MW:stable. This MW instance has the Chameleon skin and was working perfectly, until I ran the pipeline recently to make a few minor changes. I get this error: There is a solution described here: SemanticMediaWiki/SemanticMediaWiki#5519 (comment) I tried that, but only added the NormalizedException package. I then got the AtEase package error, so I thought I was on the right track, and added in the AtEase package as well. The error I got after that was just plain weird and I can't find a solution online for it: I even tried the solution above but it throws the same error.... I thought it could've been some extension that's deprecated in my LocalSettings.php, so I created a new project with a fresh install of MW:Stable, which ran fine without Chameleon. As soon as I added chameleon in, I got all these errors all over again. This is my LocalSettings.php:
Could someone please help? I'm at my wit's end because I've been trying everything for the past 2 weeks but to no avail... |
@tjos-bgs your question would be answered more efficiently if you provided the version of MediaWiki, the version of PHP, and the version of the Chameleon theme. :D |
Whoops, my bad... my system: Let me know if you require anything else. |
Is there any update on this? |
@tjos-bgs The original issue here was already fixed on the master branch, which is definitely running correctly on MediaWiki 1.42.1: Those other missing classes you showed suggest there's an issue in your environment. What is And how are you installing Chameleon? |
Yes, Mediawiki:Stable is the latest stable Docker image. Currently, the latest stable version is either 1.42 or 1.42.1. I install chameleon via Composer and run via a shell script in the Dockerfile. It's been done like this for the last 2 years and it works (Every other skin works via this method, apart from the most recent Chameleon skin)
FYI, Composer 2 doesn't get downloaded. It still reverts to version 1. With a self-update, composer does get bumped up to version 2, but the errors are still the same. This is my composer.local.json file:
|
You can try the change the line in composer.local.json to |
Did that as well, as per the suggestion right at the top. Had the same error. |
The Solution provided by the @coffnix Worked !,thanks alot man you saved alot of time , i have been struggling to fix this since many weeks ! |
@coffnix , i have coloured boxes(styles on my current site which was running Chameleon | 1.3 | GPLv3+ | The Chameleon skin | Stephan Gambke Bootstrap | 1.1.5 | GPLv3+ Below is the screenshot of my current page which has above configuration I have updated mine to the latest verssion Chameleon 5.0.0 - Dev i dont see these styles , check below Screenshot PLEASE HELP ME FIX THIS |
@vamshinilagiri2 your colour issue is unrelated to this issue, please log a different issue if you feel there is a bug or if something is still unclear. |
I updated Mediawiki from 1.41.0 to 1.42.1 and I get this Exception. Did I make a mistake or is it a compatibility issue? The updated 1.42.1 runs perfectly with the Vector theme.
Thanks
Frank
The text was updated successfully, but these errors were encountered: