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

Reply via email to