Last modified: 2010-05-15 15:56:55 UTC
Fatal error: usermailer(): Failed opening required 'Mail.php' (include_path='.;D:\IIS\wiki-intranet;D:\IIS\wiki-intranet/includes;D:\IIS\wiki-intranet/languages') in D:\IIS\wiki-intranet\includes\UserMailer.php on line 82 is given, if a page watched is changed and you want to store the changed page. The changes do not make it, but an entry into the changelog is made. If I want to have a look at the entry I am told the document doesn't exist. May it be the path given in php.ini (mail.php exists in the pear subdirectory) being shortened at some point? In php.ini I have: include_path=".;C:\Programme\php4\pear;C:\Programme\jpgraph\src;C:\Programme\svn\python\libsvn;D:\iis\intranet\includes;C:\Programme\php4\includes;" including a lot more than what is seen by mediawiki.
Hack the top of LocalSettings.php and add the path to PEAR to the include_path directive there.