Re: Issue with MediaWiki Installation: IntlException and Locale Problems in Apache

From: Adrian Gschwend <ml-ktk_at_netlabs.org>
Date: Fri, 11 Oct 2024 16:22:00 UTC
On 30.09.2024 20:39, Adrian Gschwend wrote:

> I created a minimal PHP test case to see if I could reproduce the error 
> outside of MediaWiki. Here's the test script:

TL;DR fix summary: Turns out that I screwed up several /usr/loca/ dir 
permissions by accident (via tar).

So poor Apache couldn't read /usr/local/lib anymore which lead to this 
super weird error with intl. That's also the reason why it worked on cli 
as I tried that as root...

all good now, Apache is happy again.

regards

Adrian