No subject


Tue Mar 15 17:42:23 UTC 2011


Jump to: navigation, search
A confirmation code was sent to your e-mail address. This code is not requi=
red to log in, but you will need to provide it before enabling any e-mail-b=
ased features in the wiki.=20
Welcome, Kamza!=20
Your account has been created. Do not forget to change your MomafWiki prefe=
rences.=20
Return to Main Page.
=A0
***************************************************************************=
*******

Although the message says "a confirmation code is sent to your e-mail addre=
ss", I don't get any e-mails.
=A0
Any suggestions?

--- On Tue, 5/17/11, Brion Vibber <brion at pobox.com> wrote:


From: Brion Vibber <brion at pobox.com>
Subject: Re: [Mediawiki-l] Fatal error
To: "MediaWiki announcements and site admin list" <mediawiki-l at lists.wikime=
dia.org>
Date: Tuesday, May 17, 2011, 1:31 PM


On Tue, May 17, 2011 at 12:15 PM, KAMOHELO MOFOKENG
<kamohelo2003 at yahoo.com>wrote:

> My current include_path is:
> include_path =3D
> ".;C:\xampp\php\PHPMailer_v5.1\class.phpmailer.php;C:\xampp\php\PHPMailer=
_v5.1\class.smtp.php"
>

The include_path lists *directories*, which are searched in turn for files.
You appear to have put *files* in, which is wrong and will never work.

You should always check the documentation if you're unfamiliar with
configuring PHP:

=A0 http://de.php.net/manual/en/ini.core.php#ini.include-path

You probably want something like:

=A0 include_path=3D".;C:\xampp\php"

and PEAR::Mail should be installed via the PEAR installer, so it goes in
that common include directory in C:\xampp\php.

PEAR also has online documentation including some nice howto guides for
installation:

=A0 http://pear.php.net/manual/

-- brion
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


More information about the MediaWiki-l mailing list