Media Wiki Problem mit leeren Seiten

Hallo zusammen,
ich bin dem Fehler mit den leeren Seiten schon etwas näher gekommen.
Nach dem Mediawiki Beitrag könnte ein Grund hierfür sein, dass der „memory_limit“ Wert einfach zu niedrig angesetzt wird.
Habe das geändert Apache neu gestartet und immer noch den Fehler.

Danach bin ich in der Error Logs hineingegangen und habe folgendes festgestellt:

[client 85.110.228.42] PHP Warning: UtfNormal::loadData() 
[[function.loadData](function.loadData)]: open\_basedir restriction in effect. File(/usr/share/php5/UtfNormalData.inc) is not within the allowed path(s): 
(/srv/www/vhosts/k-networks.com/httpdocs:/tmp) in /srv/www/vhosts/k-networks.com/httpdocs/wiwi-wiki/includes/
normal/UtfNormal.php on line 229, referer: 
http://87.230.9.213/wiwi-wiki/index.php?title=Hauptseite&action=edit 

So danach könnte man ja denken einfach die fehlende UtFNormal.php in die Verzeichnisse abllegen und weiter. Gesagt, getan. Rechte entsprechend zugewiesen und nun erhalte ich folgende Meldung:

[client 83.110.228.41] PHP Fatal error: %vUtfNormal%v(::smile: 
[[function.require](function.require)]: 
Failed opening required 'UtfNormalData.inc' (include\_path='/srv/www/vhosts/k-networks.com/
httpdocs/wiwi-wiki:/srv/www/vhosts/k-networks.com/
httpdocs/wiwi-wiki/includes:/srv/www/vhosts/
k-networks.com/httpdocs/wiwi-wiki/languages:.:.:/usr/share/php5') in /srv/www/vhosts/k-networks.com/httpdocs/wiwi-wiki/
includes/normal/UtfNormal.php on line 229 

Was ist hier los?

Ok, now after speaking back with some very kind people we found the issue for the special charater problem in the current wiki release.
Please take notice of the following I was surprised myself how easy it turned out to be:

Directory: wiki/includes/normal
Copy the files starting with Utf to the parent directory
wiki/includes

That’s all
Take care, Wolfgang