I have Pear installed and there is a directory c:\php\Pear
And I ran the whole go-pear.bat and accepted the default locations
In the error log I'm receiving
[07-Mar-2011 15:36:18] PHP Warning: require_once(Mail.php): failed to open stream: No such file or directory in D:\inetpub\ MYSITE \w\includes\UserMailer.php on line 119
[07-Mar-2011 15:36:18] PHP Fatal error: require_once(): Failed opening required 'Mail.php' (include_path='D:\inetpub\MYSITE\w;D:\inetpub\ MYSITE \w/includes;D:\inetpub\ MYSITE \w/languages;.;C:\php\pear') in D:\inetpub\ MYSITE \w\includes\UserMailer.php on line 119
I do not see a mail.php file anywhere.
I'm not a PHP person, yep a silly windows .net programmer and I'm running this on a windows 2003 server
I really don't want to use the PEAR server but my own smtp mailserver - how do I configure MediaWiki not to use PEAR but my smtp server? I already have the smtp server's IP address in the LocalSettings.php file.
Thanks - sorry to be dense about this - but, I'm still learning.
Sandy