<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.org.wikimedia.mediawiki">
    <title>gmane.org.wikimedia.mediawiki</title>
    <link>http://blog.gmane.org/gmane.org.wikimedia.mediawiki</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41800"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41799"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41798"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41797"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41796"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41795"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41794"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41792"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41790"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41788"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41787"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41786"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41784"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41783"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41782"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41777"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41800">
    <title>Re: Our installation is behind a corporate firewall - pear/email not working</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41800</link>
    <description>&lt;pre&gt;Hi Mark,



Thanks for the reply.  It definitely work.  Running the attached php sends me a message.  This proves that I do have pear installed and the Mail.pgp package correctly installed.



I'm pretty sure that MediaWiki isn't finding the PEAR php files.  I set up logging and get the following:



Start request POST /wiki/Special:ConfirmEmail

HTTP HEADERS:

HOST: imed-wiki

USER-AGENT: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0

…

UserMailer::send: sending mail to david.mills&amp;lt; at &amp;gt;medibank.com.au

[5e95aa11] /wiki/Special:ConfirmEmail   Exception from line 239 of D:\Program Files (x86)\Apache2.2\htdocs\w\includes\UserMailer.php: PEAR mail package is not installed

#0 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\User.php(3391): UserMailer::send(Object(MailAddress), Object(MailAddress), 'iMedWiki email ...', 'Someone, probab...', NULL)

#1 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\User.php(3369): User-&amp;gt;sendMail('iMedWiki email ...', 'Someone, probab...')

#2 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\specials\SpecialConfirmemail.php(79): User-&amp;gt;sendConfirmationMail()

#3 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\specials\SpecialConfirmemail.php(54): EmailConfirmation-&amp;gt;showRequestForm()

#4 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\SpecialPage.php(611): EmailConfirmation-&amp;gt;execute(NULL)

#5 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\SpecialPageFactory.php(494): SpecialPage-&amp;gt;run(NULL)

#6 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(290): SpecialPageFactory::executePath(Object(Title), Object(RequestContext))

#7 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(536): MediaWiki-&amp;gt;performRequest()

#8 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(446): MediaWiki-&amp;gt;main()

#9 D:\Program Files (x86)\Apache2.2\htdocs\w\index.php(59): MediaWiki-&amp;gt;run()

#10 {main}

Class PEAR_Error not found; skipped loading

OutputPage::sendCacheControl: no caching **



None of the documentation I have found tells me any steps for adding anything to LocalSettings.php to get it to load PEAR.



Regards,



David Mills | iMed Senior Technical Analyst | Medibank Private

Level 16, 700 Collins Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404



-----Original Message-----
…

On 06/17/2013 12:32 AM, David Mills wrote:






What is the SMTP server?  Can you access it from the server hosting MediaWiki without MediaWiki?



On Linux this would be something like:



  $ nc SMTP-SERVER 25

or

  $ telnet SMTP-SERVER 25



You should be sure that is working first.




**********************************************************************************
The information contained in or attached to this message is intended only for the people it is addressed to. 
If you are not the intended recipient, please notify the sender and delete the email.
Any use, disclosure or copying of this information is unauthorised and prohibited.
This information may be confidential or subject to legal privilege. 
It is not the expressed view of Medibank Private Limited (ABN 47 080 890 259) or any of its subsidiaries (together 'Medibank') unless it is authorised by a person with actual authority. 
To the fullest extent allowed by law, Medibank does not accept liability 
for any damage caused by this message, including any virus damage.
**********************************************************************************
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>David Mills</dc:creator>
    <dc:date>2013-06-18T00:29:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41799">
    <title>Upload files issues in 1.21.1 mw</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41799</link>
    <description>&lt;pre&gt;Hello,

I upgraded from 1.16 to 1.21 and now 1.21.1 I am running the latest MW(see below).

Installed software Product Version MediaWiki 1.21.1 PHP 5.3.8 (apache2handler) MySQL 5.1.60 Entry point URLs Entry point URL Article path /mediawiki-1.21.1/index.php/$1 Script path /mediawiki-1.21.1 index.php /mediawiki-1.21.1/index.php api.php /mediawiki-1.21.1/api.php load.php /mediawiki-1.21.1/load.php

After the upgrade from 1.16, if I attempt to upload a file, I get the error:

Could not create directory "mwstore://local-backend/local-public/5/54".

In LocalSettings.php: $wgEnabledUploads = true;

I have changed persmissions to 777 all the way down to "/var/www/html/wiki/images". I have also changed owner/group to root, apache, and both users to no avail.

Has anyone had this problem and have it not be a permissions/ownership issue(s)? Any help would be most appreciated.

Thanks, Phil




[E-Banner]


The contents of this message, together with any attachments, are intended only for the use of the person(s) to whom they are addressed and may contain confidential and/or privileged information. If you are not the intended recipient, immediately advise the sender, delete this message and any attachments and note that any distribution, or copying of this message, or any attachment, is prohibited.
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Philip Bellino</dc:creator>
    <dc:date>2013-06-17T19:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41798">
    <title>Re: Our installation is behind a corporate firewall - pear/email not working</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41798</link>
    <description>&lt;pre&gt;
What is the SMTP server?  Can you access it from the server hosting
MediaWiki without MediaWiki?

On Linux this would be something like:

  $ nc SMTP-SERVER 25
or
  $ telnet SMTP-SERVER 25

You should be sure that is working first.


&lt;/pre&gt;</description>
    <dc:creator>Mark A. Hershberger</dc:creator>
    <dc:date>2013-06-17T15:16:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41797">
    <title>Our installation is behind a corporate firewall - pear/email not working</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41797</link>
    <description>&lt;pre&gt;Hi,

We have 1.20.6 of MediaWiki up and running.  All working fine except email.

I tried installing PEAR2 (pyrus.phar) and I couldn't.  I then did so on a computer not behind a firewall and it installed fine.  So I copied the installation over to the computer behind the firewall.  It reports that the packages are installed (the ones I installed on the other computer).  But I cannot install new ones or channels.

I have tried setting up an http_proxy.  It seems to run OK (the setting of the proxy), but I still cannot install channels or packages.

Media Wiki gives an error every time it tries to send an email too.

Is it possible to get working behind a corporate firewall?  If so how?

Regards,

David Mills | iMed Senior Technical Analyst | Medibank Private
Level 16, 700 Collins Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404

**********************************************************************************
The information contained in or attached to this message is intended only for the people it is addressed to. 
If you are not the intended recipient, please notify the sender and delete the email.
Any use, disclosure or copying of this information is unauthorised and prohibited.
This information may be confidential or subject to legal privilege. 
It is not the expressed view of Medibank Private Limited (ABN 47 080 890 259) or any of its subsidiaries (together 'Medibank') unless it is authorised by a person with actual authority. 
To the fullest extent allowed by law, Medibank does not accept liability 
for any damage caused by this message, including any virus damage.
**********************************************************************************
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>David Mills</dc:creator>
    <dc:date>2013-06-17T04:32:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41796">
    <title>Re: User list - is it possible to show full names?</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41796</link>
    <description>&lt;pre&gt;I was going to recommend the SpecialListusersFormatRow and
SpecialListusersQueryInfo hooks, but it looks like someone already made an
extension using them:
https://www.mediawiki.org/wiki/Extension:ShowRealUsernames


On Sun, Jun 16, 2013 at 9:47 PM, David Mills &amp;lt;David.Mills&amp;lt; at &amp;gt;medibank.com.au&amp;gt;wrote:

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Lees</dc:creator>
    <dc:date>2013-06-17T02:04:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41795">
    <title>User list - is it possible to show full names?</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41795</link>
    <description>&lt;pre&gt;Hi,

is it possible to get full names displayed on the user list?

Regards,

David Mills | iMed Senior Technical Analyst | Medibank Private
Level 16, 700 Collins Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404

**********************************************************************************
The information contained in or attached to this message is intended only for the people it is addressed to. 
If you are not the intended recipient, please notify the sender and delete the email.
Any use, disclosure or copying of this information is unauthorised and prohibited.
This information may be confidential or subject to legal privilege. 
It is not the expressed view of Medibank Private Limited (ABN 47 080 890 259) or any of its subsidiaries (together 'Medibank') unless it is authorised by a person with actual authority. 
To the fullest extent allowed by law, Medibank does not accept liability 
for any damage caused by this message, including any virus damage.
**********************************************************************************
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>David Mills</dc:creator>
    <dc:date>2013-06-17T01:47:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41794">
    <title>[Fwd: You've been sent an invitation to read content on GovInfoSecurity.com]</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41794</link>
    <description>&lt;pre&gt;--------------------------- Original Message ----------------------------
Subject: You've been sent an invitation to read content on
GovInfoSecurity.com
From:    admin&amp;lt; at &amp;gt;govinfosecurity.com
Date:    Fri, June 14, 2013 2:57 pm
To:      fredbaud&amp;lt; at &amp;gt;fairpoint.net
-------------------------------------------------------------------------

Fred Bauder has requested you read content on GovInfoSecurity.com:

Comments:

Title: IT Tools Available to Stop NSA-Type Leaks
Link:
http://www.govinfosecurity.com/tools-available-to-stop-nsa-type-leaks-a-5826

Thank You,

GovInfoSecurity.com Admin Team



_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Fred Bauder</dc:creator>
    <dc:date>2013-06-14T20:59:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41792">
    <title>Re: IRC Office Hour (was Re: RFP Submissions: Please review and ask questions! - Next Steps)</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41792</link>
    <description>&lt;pre&gt;Where is this public policy discussion going to be archived for those who cannot attend
 

 

 

-----Original Message-----
From: Greg Grossmeier &amp;lt;greg&amp;lt; at &amp;gt;wikimedia.org&amp;gt;
To: mediawiki-l &amp;lt;mediawiki-l&amp;lt; at &amp;gt;lists.wikimedia.org&amp;gt;; Wikimedia developers &amp;lt;wikitech-l&amp;lt; at &amp;gt;lists.wikimedia.org&amp;gt;; mediawiki-enterprise &amp;lt;mediawiki-enterprise&amp;lt; at &amp;gt;lists.wikimedia.org&amp;gt;
Sent: Fri, Jun 14, 2013 1:33 pm
Subject: [MediaWiki-l] IRC Office Hour (was Re: RFP Submissions: Please review and ask questions! - Next Steps)


We have the date/time for the IRC office hours!

https://www.mediawiki.org/wiki/Project:Calendar#June_2013

Thursday June 20th at 17:00 UTC (10:00am Pacific) in #wikimedia-office
on Freenode.

Webchat: http://webchat.freenode.net/?channels=wikimedia-office&amp;amp;uio=d4

We plan on having representatives from both submissions in attendance,
so please come with your questions ready!

Best,

Greg

&amp;lt;quote name="Greg Grossmeier" date="2013-06-13" time="10:16:44 -0700"&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Wjhonson</dc:creator>
    <dc:date>2013-06-14T20:40:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41790">
    <title>ConfirmAccount not working.</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41790</link>
    <description>&lt;pre&gt;Hi All,

I just installed the extension "ConfirmAccount".  All seems to work, except when someone clicks on the "Request account" button, they get the response

Internal error
Jump to: navigation&amp;lt;http://imed-wiki/wiki/Special:RequestAccount#mw-head&amp;gt;, search&amp;lt;http://imed-wiki/wiki/Special:RequestAccount#p-search&amp;gt;
[352b3c87] 2013-06-14 06:54:32: Fatal exception of type MWException

And the error log gets a line like:
                [Fri Jun 14 16:54:31 2013] [error] [client 10.24.142.208] (20024)The given path is misformatted or contained invalid characters: Cannot map POST /wiki/Special:RequestAccount HTTP/1.1 to file, referer: http://imed-wiki/wiki/Special:RequestAccount

What can I do to fix?

I get the a very similar MWException message when I try to confirm an email address.

Regards,

David Mills | iMed Senior Technical Analyst | Medibank Private
Level 16, 700 Collins Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404

**********************************************************************************
The information contained in or attached to this message is intended only for the people it is addressed to. 
If you are not the intended recipient, please notify the sender and delete the email.
Any use, disclosure or copying of this information is unauthorised and prohibited.
This information may be confidential or subject to legal privilege. 
It is not the expressed view of Medibank Private Limited (ABN 47 080 890 259) or any of its subsidiaries (together 'Medibank') unless it is authorised by a person with actual authority. 
To the fullest extent allowed by law, Medibank does not accept liability 
for any damage caused by this message, including any virus damage.
**********************************************************************************
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>David Mills</dc:creator>
    <dc:date>2013-06-14T07:04:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41788">
    <title>FW:  Email</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41788</link>
    <description>&lt;pre&gt;Anyone got any suggestions for getting email working?  It seems that MediaWiki is not seeing my PEAR installation.  It's all on Windows Server 2008.

Regards,

David Mills | iMed Senior Technical Analyst | Medibank Private
Level 16, 700 Collins Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404

From: David Mills
Sent: Tuesday, 11 June 2013 9:33 AM
To: 'mediawiki-l&amp;lt; at &amp;gt;lists.wikimedia.org'
Subject: RE: [MediaWiki-l] Email


Hi Jeremy,



I added a log file and got the following:

Start request POST /wiki/Special:ConfirmEmail

HTTP HEADERS:

HOST: imed-wiki

USER-AGENT: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0

ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

ACCEPT-LANGUAGE: en-gb,en;q=0.5

ACCEPT-ENCODING: gzip, deflate

REFERER: http://imed-wiki/wiki/Special:ConfirmEmail

COOKIE: iMed_wikiUserID=2; iMed_wikiUserName=M16743; wikidbUserName=M16743; wikidbUserID=2; mw_installer_session=co1qpbdv9viln127pb6s18mie0; iMed_wiki_session=ccn60u329utg0jr342jqu2pm46; wikidb_session=3ef3c58cc4ed45f9c5a9ee984a17fc9e

CONNECTION: keep-alive

CONTENT-TYPE: application/x-www-form-urlencoded

CONTENT-LENGTH: 44

CACHES: EmptyBagOStuff[main] SqlBagOStuff[message] SqlBagOStuff[parser]

session_set_cookie_params: "0", "/", "", "", "1"

Class LanguageEn_gb not found; skipped loading

LocalisationCache: using store LCStore_DB

Connecting to imednow9dev.medibank.local wikidb...

Profiler::instance called without $wgProfiler['class'] set, falling back to ProfilerStub for safety

Connected to imednow9dev.medibank.local wikidb.

Fully initialised

User: cache miss for user 2

Connecting to imednow9dev.medibank.local wikidb...

Connected to imednow9dev.medibank.local wikidb.

MessageCache::load: Loading en-gb... got from global cache

Gadget::loadStructuredList: MediaWiki:Gadgets-definition parsed, cache entry wikidb:gadgets-definition:6 updated

User: loading options for user 2 from database.

User: logged in from session

User: loading options for user 2 from override cache.

Unstubbing $wgParser on call of $wgParser::firstCallInit from MessageCache::getParser

Parser: using preprocessor: Preprocessor_DOM

Unstubbing $wgLang on call of $wgLang::_unstub from ParserOptions::__construct

MWCryptRand::realGenerate: Generating cryptographic random bytes for User::confirmationToken/MWCryptRand::generateHex/MWCryptRand::realGenerateHex/MWCryptRand::generate/MWCryptRand::realGenerate

MWCryptRand::realGenerate: mcrypt_create_iv generated 16 bytes of randomness.

MWCryptRand::realGenerate: 0 bytes of randomness leftover in the buffer.

Unstubbing $wgAuth on call of $wgAuth::allowSetLocalPassword from User::saveSettings

DatabaseBase::query: Writes done: UPDATE  `user` SET user_name = 'M16743',user_password = ':B:f8ebc29f:5b5255231c4d5a1680058265287d93d8',user_newpassword = '',user_newpass_time = NULL,user_real_name = 'David Mills',user_email = 'david.mills&amp;lt; at &amp;gt;mendibank.com.au',user_email_authenticated = NULL,user_touched = '20130606015340',user_token = 'c4afdc360bdeb62c2986eb09a5f6fd25',user_email_token = '2c8b4508df84e8ff53dfc4214f963ee6',user_email_token_expires = '20130613015335' WHERE user_id = '2'

IP: 10.24.142.208

UserMailer::send: sending mail to david.mills&amp;lt; at &amp;gt;mendibank.com.au&amp;lt;mailto:david.mills&amp;lt; at &amp;gt;mendibank.com.au&amp;gt;

[30defe3c] /wiki/Special:ConfirmEmail   Exception from line 239 of D:\Program Files (x86)\Apache2.2\htdocs\w\includes\UserMailer.php: PEAR mail package is not installed

#0 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\User.php(3391): UserMailer::send(Object(MailAddress), Object(MailAddress), 'iMedWiki email ...', 'Someone, probab...', NULL)

#1 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\User.php(3369): User-&amp;gt;sendMail('iMedWiki email ...', 'Someone, probab...')

#2 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\specials\SpecialConfirmemail.php(79): User-&amp;gt;sendConfirmationMail()

#3 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\specials\SpecialConfirmemail.php(54): EmailConfirmation-&amp;gt;showRequestForm()

#4 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\SpecialPage.php(611): EmailConfirmation-&amp;gt;execute(NULL)

#5 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\SpecialPageFactory.php(494): SpecialPage-&amp;gt;run(NULL)

#6 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(290): SpecialPageFactory::executePath(Object(Title), Object(RequestContext))

#7 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(536): MediaWiki-&amp;gt;performRequest()

#8 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(446): MediaWiki-&amp;gt;main()

#9 D:\Program Files (x86)\Apache2.2\htdocs\w\index.php(59): MediaWiki-&amp;gt;run()

#10 {main}

Class PEAR_Error not found; skipped loading

OutputPage::sendCacheControl: no caching **



Its telling me that PEAR Mail is not installed.



But when I run "php P:\iMedDevelopment\Downloads\MediaWiki\pyrus.phar list-packages" I get the response:

Pyrus version 2.0.0a4 SHA-1: 72271D92C3AA1FA96DF9606CD538868544609A52

Using PEAR installation found at D:\Program Files (x86)\Apache2.2\bin\pear

Listing installed packages [D:\Program Files (x86)\Apache2.2\bin\pear]:

[channel pecl.php.net]:

(no packages installed in channel pecl.php.net)

[channel pear2.php.net]:

(no packages installed in channel pear2.php.net)

[channel __uri]:

(no packages installed in channel __uri)

[channel doc.php.net]:

(no packages installed in channel doc.php.net)

[channel pyrus.net]:

(no packages installed in channel pyrus.net)

[channel pear.php.net]:

Mail 1.2.0 stable

Net_SMTP 1.6.1 stable

Net_Socket 1.0.14 stable



So I suspect that I need something like

                require_once( "&amp;lt;pear folder&amp;gt;/Mail.php" );



in the LocalSettings.php file.  How do I get MediaWiki to know about PEAR and where its packages are?



Regards,



David Mills | iMed Senior Technical Analyst | Medibank Private

Level 16, 700 Collins Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404


**********************************************************************************
The information contained in or attached to this message is intended only for the people it is addressed to. 
If you are not the intended recipient, please notify the sender and delete the email.
Any use, disclosure or copying of this information is unauthorised and prohibited.
This information may be confidential or subject to legal privilege. 
It is not the expressed view of Medibank Private Limited (ABN 47 080 890 259) or any of its subsidiaries (together 'Medibank') unless it is authorised by a person with actual authority. 
To the fullest extent allowed by law, Medibank does not accept liability 
for any damage caused by this message, including any virus damage.
**********************************************************************************
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>David Mills</dc:creator>
    <dc:date>2013-06-13T02:37:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41787">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41787</link>
    <description>&lt;pre&gt;
Like Brion said, this is the MediaWiki list, so what you can do on a
single live website is not really relevant.

It would probably be possible to insert a back door into MediaWiki, in
the form of a non-obvious arbitrary script execution vulnerability. If
it was done with care, by an agent planted long in advance, it would
look like an honest mistake, if it was detected. But if I was running
the CIA/NSA/FBI, I could imagine more interesting places to put agents.

&lt;/pre&gt;</description>
    <dc:creator>Tim Starling</dc:creator>
    <dc:date>2013-06-13T00:06:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41786">
    <title>Reuse of the Internet Archive djvu book reader inCommons</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41786</link>
    <description>&lt;pre&gt;The Internet Archive developed a djvu book reader in html/javascript
http://openlibrary.org/dev/docs/bookreader

It looks like this &amp;gt;&amp;gt;
http://www.archive.org/stream/birdbookillustra00reedrich

There are many websites that are using it, so I was wondering if we could
use it in Commons too?
Would it take much effort to adapt the server side?
https://github.com/openlibrary/bookreader

Cheers,
Micru
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>David Cuenca</dc:creator>
    <dc:date>2013-06-12T17:32:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41784">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41784</link>
    <description>&lt;pre&gt;

.git/info/exclude



&lt;/pre&gt;</description>
    <dc:creator>Daniel Friesen</dc:creator>
    <dc:date>2013-06-12T07:27:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41783">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41783</link>
    <description>&lt;pre&gt;
Well yes, but...


Which would subsequently show up on git-status. And if you tried to add
your $secretFile to .gitignore, there'd be a change to .gitignore in the tree.

Impossible to do? No. But hard to do without tipping someone off, yeah,
I'd say so. Heck, we spot the problem all the time when someone goes
and makes a live hack without committing.

-Chad

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Chad</dc:creator>
    <dc:date>2013-06-11T20:18:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41782">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41782</link>
    <description>&lt;pre&gt;

T_T I was going to insert a joke about it really being controlled by  
&amp;lt;insert relevant Australian organization here&amp;gt; due to Tim's "easter egg"  
on Special:Version but it looks like  
https://gerrit.wikimedia.org/r/#/c/54319/ got rid of it.



&lt;/pre&gt;</description>
    <dc:creator>Daniel Friesen</dc:creator>
    <dc:date>2013-06-11T19:41:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41781">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41781</link>
    <description>&lt;pre&gt;Am Dienstag, 11. Juni 2013, 14:42:36 schrieb Chad:

That is not entirely true. Considering the live website is at best a git clone 
and not the main git repo (or just an automatic mirror of the git sources), 
all you'd need to get is access to the server, and secretly modifying the live 
sources. You could also set up a git merge hook, where git are pulled and on 
top of that applies your backdoor again, so the sysadmins won't notice in first 
place. 
No git commits involved here.
Just food for thoughts ;)

here:
&lt;/pre&gt;</description>
    <dc:creator>Ingo Malchow</dc:creator>
    <dc:date>2013-06-11T19:16:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41780">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41780</link>
    <description>&lt;pre&gt;Indeed, it'd be pretty hard to do. Since we use git, anyone trying to sneak
something in would break history and likely get noticed.

-Chad
On Jun 11, 2013 2:34 PM, "Brion Vibber" &amp;lt;brion&amp;lt; at &amp;gt;pobox.com&amp;gt; wrote:

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Chad</dc:creator>
    <dc:date>2013-06-11T18:42:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41779">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41779</link>
    <description>&lt;pre&gt;Of course there is no backdoor for CIA, nor NSA.

Everybody knows mediawiki is controlled by KGB

On Tue, Jun 11, 2013 at 8:34 PM, Brion Vibber &amp;lt;brion&amp;lt; at &amp;gt;pobox.com&amp;gt; wrote:

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Petr Bena</dc:creator>
    <dc:date>2013-06-11T18:42:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41778">
    <title>Re: Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41778</link>
    <description>&lt;pre&gt;Did you mean to post this on Wikimedia-l? Probably a bit offtopic for the
software list. :)

(And no, MediaWiki does not contain any NSA backdoors. But for all you
know, your server's BIOS might!)

&lt;/pre&gt;</description>
    <dc:creator>Brion Vibber</dc:creator>
    <dc:date>2013-06-11T18:34:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41777">
    <title>Some Unanswered Questions</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41777</link>
    <description>&lt;pre&gt;We can guess, of course, and some of us are very good guessers, but here:

http://www.scientificamerican.com/article.cfm?id=5-basic-unknowns-nsa-black-hole-prism

Fred


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Fred Bauder</dc:creator>
    <dc:date>2013-06-11T18:20:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41775">
    <title>Re: Email</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/41775</link>
    <description>&lt;pre&gt;Hi Jeremy,



I added a log file and got the following:

Start request POST /wiki/Special:ConfirmEmail

HTTP HEADERS:

HOST: imed-wiki

USER-AGENT: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0

ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

ACCEPT-LANGUAGE: en-gb,en;q=0.5

ACCEPT-ENCODING: gzip, deflate

REFERER: http://imed-wiki/wiki/Special:ConfirmEmail

COOKIE: iMed_wikiUserID=2; iMed_wikiUserName=M16743; wikidbUserName=M16743; wikidbUserID=2; mw_installer_session=co1qpbdv9viln127pb6s18mie0; iMed_wiki_session=ccn60u329utg0jr342jqu2pm46; wikidb_session=3ef3c58cc4ed45f9c5a9ee984a17fc9e

CONNECTION: keep-alive

CONTENT-TYPE: application/x-www-form-urlencoded

CONTENT-LENGTH: 44

CACHES: EmptyBagOStuff[main] SqlBagOStuff[message] SqlBagOStuff[parser]

session_set_cookie_params: "0", "/", "", "", "1"

Class LanguageEn_gb not found; skipped loading

LocalisationCache: using store LCStore_DB

Connecting to imednow9dev.medibank.local wikidb...

Profiler::instance called without $wgProfiler['class'] set, falling back to ProfilerStub for safety

Connected to imednow9dev.medibank.local wikidb.

Fully initialised

User: cache miss for user 2

Connecting to imednow9dev.medibank.local wikidb...

Connected to imednow9dev.medibank.local wikidb.

MessageCache::load: Loading en-gb... got from global cache

Gadget::loadStructuredList: MediaWiki:Gadgets-definition parsed, cache entry wikidb:gadgets-definition:6 updated

User: loading options for user 2 from database.

User: logged in from session

User: loading options for user 2 from override cache.

Unstubbing $wgParser on call of $wgParser::firstCallInit from MessageCache::getParser

Parser: using preprocessor: Preprocessor_DOM

Unstubbing $wgLang on call of $wgLang::_unstub from ParserOptions::__construct

MWCryptRand::realGenerate: Generating cryptographic random bytes for User::confirmationToken/MWCryptRand::generateHex/MWCryptRand::realGenerateHex/MWCryptRand::generate/MWCryptRand::realGenerate

MWCryptRand::realGenerate: mcrypt_create_iv generated 16 bytes of randomness.

MWCryptRand::realGenerate: 0 bytes of randomness leftover in the buffer.

Unstubbing $wgAuth on call of $wgAuth::allowSetLocalPassword from User::saveSettings

DatabaseBase::query: Writes done: UPDATE  `user` SET user_name = 'M16743',user_password = ':B:f8ebc29f:5b5255231c4d5a1680058265287d93d8',user_newpassword = '',user_newpass_time = NULL,user_real_name = 'David Mills',user_email = 'david.mills&amp;lt; at &amp;gt;mendibank.com.au',user_email_authenticated = NULL,user_touched = '20130606015340',user_token = 'c4afdc360bdeb62c2986eb09a5f6fd25',user_email_token = '2c8b4508df84e8ff53dfc4214f963ee6',user_email_token_expires = '20130613015335' WHERE user_id = '2'

IP: 10.24.142.208

UserMailer::send: sending mail to david.mills&amp;lt; at &amp;gt;mendibank.com.au

[30defe3c] /wiki/Special:ConfirmEmail   Exception from line 239 of D:\Program Files (x86)\Apache2.2\htdocs\w\includes\UserMailer.php: PEAR mail package is not installed

#0 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\User.php(3391): UserMailer::send(Object(MailAddress), Object(MailAddress), 'iMedWiki email ...', 'Someone, probab...', NULL)

#1 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\User.php(3369): User-&amp;gt;sendMail('iMedWiki email ...', 'Someone, probab...')

#2 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\specials\SpecialConfirmemail.php(79): User-&amp;gt;sendConfirmationMail()

#3 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\specials\SpecialConfirmemail.php(54): EmailConfirmation-&amp;gt;showRequestForm()

#4 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\SpecialPage.php(611): EmailConfirmation-&amp;gt;execute(NULL)

#5 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\SpecialPageFactory.php(494): SpecialPage-&amp;gt;run(NULL)

#6 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(290): SpecialPageFactory::executePath(Object(Title), Object(RequestContext))

#7 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(536): MediaWiki-&amp;gt;performRequest()

#8 D:\Program Files (x86)\Apache2.2\htdocs\w\includes\Wiki.php(446): MediaWiki-&amp;gt;main()

#9 D:\Program Files (x86)\Apache2.2\htdocs\w\index.php(59): MediaWiki-&amp;gt;run()

#10 {main}

Class PEAR_Error not found; skipped loading

OutputPage::sendCacheControl: no caching **



Its telling me that PEAR Mail is not installed.



But when I run "php P:\iMedDevelopment\Downloads\MediaWiki\pyrus.phar list-packages" I get the response:

Pyrus version 2.0.0a4 SHA-1: 72271D92C3AA1FA96DF9606CD538868544609A52

Using PEAR installation found at D:\Program Files (x86)\Apache2.2\bin\pear

Listing installed packages [D:\Program Files (x86)\Apache2.2\bin\pear]:

[channel pecl.php.net]:

(no packages installed in channel pecl.php.net)

[channel pear2.php.net]:

(no packages installed in channel pear2.php.net)

[channel __uri]:

(no packages installed in channel __uri)

[channel doc.php.net]:

(no packages installed in channel doc.php.net)

[channel pyrus.net]:

(no packages installed in channel pyrus.net)

[channel pear.php.net]:

Mail 1.2.0 stable

Net_SMTP 1.6.1 stable

Net_Socket 1.0.14 stable



So I suspect that I need something like

                require_once( "&amp;lt;pear folder&amp;gt;/Mail.php" );



in the LocalSettings.php file.  How do I get MediaWiki to know about PEAR and where its packages are?



Regards,



David Mills | iMed Senior Technical Analyst | Medibank Private

Level 16, 700 Collins Street, Docklands, VIC, 3008 | Tel: 03 8622 5346 | Mob: 0411 513 404



-----Original Message-----
From: mediawiki-l-bounces&amp;lt; at &amp;gt;lists.wikimedia.org [mailto:mediawiki-l-bounces&amp;lt; at &amp;gt;lists.wikimedia.org] On Behalf Of Jeremy Baron
Sent: Thursday, 6 June 2013 11:44 AM
To: MediaWiki announcements and site admin list
Subject: Re: [MediaWiki-l] Email



On Jun 5, 2013 9:09 PM, "David Mills" &amp;lt;David.Mills&amp;lt; at &amp;gt;medibank.com.au&amp;lt;mailto:David.Mills&amp;lt; at &amp;gt;medibank.com.au&amp;gt;&amp;gt; wrote:




MWException







You're missing the full stack trace that "27bae741" (which you quoted) maps to.



Try some of the tricks on http://www.mediawiki.org/wiki/Manual:How_to_debug



-Jeremy

_______________________________________________

MediaWiki-l mailing list

MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org&amp;lt;mailto:MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org&amp;gt;

https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
**********************************************************************************
The information contained in or attached to this message is intended only for the people it is addressed to. 
If you are not the intended recipient, please notify the sender and delete the email.
Any use, disclosure or copying of this information is unauthorised and prohibited.
This information may be confidential or subject to legal privilege. 
It is not the expressed view of Medibank Private Limited (ABN 47 080 890 259) or any of its subsidiaries (together 'Medibank') unless it is authorised by a person with actual authority. 
To the fullest extent allowed by law, Medibank does not accept liability 
for any damage caused by this message, including any virus damage.
**********************************************************************************
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>David Mills</dc:creator>
    <dc:date>2013-06-10T23:32:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.org.wikimedia.mediawiki">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.org.wikimedia.mediawiki</link>
  </textinput>
</rdf:RDF>
