-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Michel wrote:
I'm installing mediawiki with MySQL and PHP 5.1.2 but when I start mediawiki I have :
Checking environment... PHP 5.1.2: ok PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title) PHP's XML module is missing; the wiki requires functions in this module and won't work in this configuration. If you're running Mandrake, install the php-xml package.
[...]
So I can't understand why it say : PHP's XML module is missing !
MediaWiki is checking for the function utf8_encode() which is part of the ext/xml extension.
Fire up phpinfo() and make sure that either the 'XML' extension is loaded and that the right php.ini file is referenced. Maybe PHP is loading the wrong INI file.
HTH