------- Original Message -------
On Sunday, July 30th, 2023 at 11:31 AM, Michael Rasmussen <mich...@jamhome.us> 
wrote:


> Short Story:
> Running MediaWiki, a php based app
> Upgraded my Archlinux host with `pacman -Syu`
> MediaWiki Breaks with this error:
> 
> Installing some PHP extensions is required.
> Required components
> You are missing a required extension to PHP that MediaWiki requires to
> run. Please install:
> intl (more information)
> 
> Long Story:
> intl has been required since v1.36 - several versions back that I have
> used all along
> 
> I checked php.ini to verify that it had not be chanced in the process. I
> found:
> 
> extension=intl.so
> [intl]
> ;intl.default_locale =
> ; happens within intl functions. The value is the level of the error
> produced.
> intl.error_level = E_WARNING
> intl.use_exceptions = 0
> 
> So that is in place and functional.
> 
> Do you have any idea about what to check? Arch normally reliable source
> of help has come up dry thus far.
> 
> --
> 
> Michael Rasmussen
> Be Appropriate && Follow Your Curiosity

I'd check the release notes and migration log for the new version of mediawiki. 
It sounds like there was a change to the dependencies and it might not be happy 
with the version you have installed. 

You can also verify that this module is for the same version of PHP as your 
mediawiki installation.
-Ben

Reply via email to