From what I understand, your wiki works fine, except it throws that
error. If this is the case, then you can turn off the errors by setting $wgShowSQLErrors=false; in LocalSettings.php. The error won't be shown any more (though it will still happen).
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Graham Chiu Sent: Monday, July 11, 2005 1:08 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] sql error
Can anyone help here?
I talked to the company hosting my site, and they said that they do not know if, or when, they will be upgrading their mysql version.
Graham
On 7/9/05, Graham Chiu compkarori@gmail.com wrote:
Is there some change I can make to the mysql statement so that it becomes compatible with this ealier version of mysql?
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Hi, As a new wiki user, I have what may be a trivial question. Is there any way to set things up so that users can elect to be notified when selected pages change? Thanks. -- Russ Abbott Professor, Computer Science California State University, Los Angeles o Check out my blog at http://russabbott.blogspot.com/
Quoting Russ Abbott, from the post of Mon, 11 Jul:
Hi, As a new wiki user, I have what may be a trivial question. Is there any way to set things up so that users can elect to be notified when selected pages change?
not with the plain-vanilla MediaWiki, sadly, but there's an excellent extension of it, and it is kept closely up-to-date with the main product:
http://sourceforge.net/projects/enotifwiki/
In the documentation for email notification, it says you "need a working php mail() system on your server". I wasn't sure what this referred to though. Soes 'php mail ()' refer to the PHPMailer software found at: http://phpmailer.sourceforge.net/ ?
Thanks, Andrew.
On Monday 11 July 2005 11:22 pm, Ira Abramov wrote:
Quoting Russ Abbott, from the post of Mon, 11 Jul:
Hi, As a new wiki user, I have what may be a trivial question. Is there any way to set things up so that users can elect to be notified when selected pages change?
not with the plain-vanilla MediaWiki, sadly, but there's an excellent extension of it, and it is kept closely up-to-date with the main product:
edward molasses wrote:
In the documentation for email notification, it says you "need a working php mail() system on your server". I wasn't sure what this referred to though. Soes 'php mail ()' refer to the PHPMailer software found at: http://phpmailer.sourceforge.net/ ?
no, mail() http://us3.php.net/manual/en/function.mail.php.
--Jamie
Thanks for the help Jamie. I was wondering if anyone knew how secure it is to use the php mail () function? From what i've read you need to setup sendmail for it to work, is that right?
Thanks, Andrew.
On Friday 02 September 2005 3:31 pm, Jamie Bliss wrote:
edward molasses wrote:
In the documentation for email notification, it says you "need a working php mail() system on your server". I wasn't sure what this referred to though. Soes 'php mail ()' refer to the PHPMailer software found at: http://phpmailer.sourceforge.net/ ?
no, mail() http://us3.php.net/manual/en/function.mail.php.
--Jamie
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
or any clone, yes.. it cannot be intercepted between the php and the sendmail program.. from there its fiar game SMTP is a non-encrypted protocol
edward molasses wrote:
Thanks for the help Jamie. I was wondering if anyone knew how secure it is to use the php mail () function? From what i've read you need to setup sendmail for it to work, is that right?
Thanks, Andrew.
On Friday 02 September 2005 3:31 pm, Jamie Bliss wrote:
edward molasses wrote:
In the documentation for email notification, it says you "need a working php mail() system on your server". I wasn't sure what this referred to though. Soes 'php mail ()' refer to the PHPMailer software found at: http://phpmailer.sourceforge.net/ ?
no, mail() http://us3.php.net/manual/en/function.mail.php.
--Jamie
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
if you install the PEAR "mail" module you can setup your mail transaction as SMTP
Mike Valstar
edward molasses wrote:
In the documentation for email notification, it says you "need a working php mail() system on your server". I wasn't sure what this referred to though. Soes 'php mail ()' refer to the PHPMailer software found at: http://phpmailer.sourceforge.net/ ?
Thanks, Andrew.
On Monday 11 July 2005 11:22 pm, Ira Abramov wrote:
Quoting Russ Abbott, from the post of Mon, 11 Jul:
Hi, As a new wiki user, I have what may be a trivial question. Is there any way to set things up so that users can elect to be notified when selected pages change?
not with the plain-vanilla MediaWiki, sadly, but there's an excellent extension of it, and it is kept closely up-to-date with the main product:
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Russ Abbott wrote:
As a new wiki user, I have what may be a trivial question. Is there any way to set things up so that users can elect to be notified when selected pages change?
This is included in MediaWiki 1.5 (now in beta).
There's also a patched version of 1.4 available: http://meta.wikimedia.org/wiki/Enotif
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org