I appreciate the responses. As I was writing a response I realized the issue. I had made edits to the English version, but I did not mark the most recent version for translation. So the Spanish translation was working off the first version I marked for translation, not the most recent English version. Once I realized this I was able to address the issue. Thanks.
Andrew
Andrew Geary | publications outreach editor +1.918.497.4615 | ageary@seg.org Society of Exploration Geophysicists (SEG) 8801 South Yale Ave, Ste. 500, Tulsa, OK 74137 USA
-----Original Message----- From: MediaWiki-l [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of mediawiki-l-request@lists.wikimedia.org Sent: Saturday, June 10, 2017 7:01 AM To: mediawiki-l@lists.wikimedia.org Subject: MediaWiki-l Digest, Vol 165, Issue 4
Send MediaWiki-l mailing list submissions to mediawiki-l@lists.wikimedia.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.wikimedia.org/mailman/listinfo/mediawiki-l or, via email, send a message with subject or body 'help' to mediawiki-l-request@lists.wikimedia.org
You can reach the person managing the list at mediawiki-l-owner@lists.wikimedia.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of MediaWiki-l digest..."
Today's Topics:
1. Re: DISPLAYTITLE warning message (Brian Wolff) 2. Re: PDFHandler and https://linkprotect.cudasvc.com/url?a=https://limit.sh&c=E,1,EzykVigClDw... (Brian Wolff) 3. Re: DISPLAYTITLE warning message (Brian Wolff) 4. Re: REL1_28 error (Brian Wolff)
----------------------------------------------------------------------
Message: 1 Date: Fri, 9 Jun 2017 17:55:24 +0000 From: Brian Wolff bawolff@gmail.com To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] DISPLAYTITLE warning message Message-ID: CA+oo+DWe3wnkRTvwnam-QCa+3Ks-9wizdssVZtOJu-SGGc1v1A@mail.gmail.com Content-Type: text/plain; charset="UTF-8"
On Thu, Jun 8, 2017 at 3:54 PM, Daniel Barrett danb@vistaprint.com wrote:
Andrew Geary laments:
I am seeing this message displayed on our wiki: "Warning: Display title "Dictionary:Shepherd’s cane" overrides earlier display title "Instrumento de Shepard"."
Each of your articles contain *two* DISPLAYTITLE lines. I think that's a mistake: an article should have only one DISPLAYTITLE. (After all, there's just one way to display a title.)
DanB
If you really need two displaytitles, you can use {{DISPLAYTITLE:title|noerror}} to suppress the error message.
-- bawolff
------------------------------
Message: 2 Date: Fri, 9 Jun 2017 18:04:06 +0000 From: Brian Wolff bawolff@gmail.com To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] PDFHandler and https://linkprotect.cudasvc.com/url?a=https://limit.sh&c=E,1,lhEBRfQGdyT... Message-ID: CA+oo+DXmfK97JGNudWp7aQYGMmDTP3t+z=MS7pP_ZiReBVNEYQ@mail.gmail.com Content-Type: text/plain; charset="UTF-8"
On Fri, Jun 9, 2017 at 2:04 AM, John phoenixoverride@gmail.com wrote:
Im working with several large PDFs and Im running into the message *https://linkprotect.cudasvc.com/url?a=https://limit.sh&c=E,1,5tzzmh6jgd7...: timed out executing command "'pdftotext' *is there a way to let that run until it finishes?
Set $wgMaxShellWallClockTime = 0; (0 should mean disable the check. Default is 180. its measured in seconds). Other related settings include: $wgMaxShellTime, $wgMaxShellFileSize, $wgMaxShellMemory.
-- bawolff
------------------------------
Message: 3 Date: Fri, 9 Jun 2017 18:51:37 +0000 From: Brian Wolff bawolff@gmail.com To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] DISPLAYTITLE warning message Message-ID: CA+oo+DU64Qnmch0du8ocPwY2oORNKMuXSdkAGvQ1tE3CMqcoaw@mail.gmail.com Content-Type: text/plain; charset="UTF-8"
On Fri, Jun 9, 2017 at 5:55 PM, Brian Wolff bawolff@gmail.com wrote:
On Thu, Jun 8, 2017 at 3:54 PM, Daniel Barrett danb@vistaprint.com wrote:
Andrew Geary laments:
I am seeing this message displayed on our wiki: "Warning: Display title "Dictionary:Shepherd’s cane" overrides earlier display title "Instrumento de Shepard"."
Each of your articles contain *two* DISPLAYTITLE lines. I think that's a mistake: an article should have only one DISPLAYTITLE. (After all, there's just one way to display a title.)
DanB
If you really need two displaytitles, you can use {{DISPLAYTITLE:title|noerror}} to suppress the error message.
-- bawolff
Sorry, I misread your post, you are using "noerror".
I suspect the issue is actually your first {{DISPLAYTITLE:...}} (the one without the noerror) is overriding the display title set by https://linkprotect.cudasvc.com/url?a=https://www.mediawiki.org/wiki/Extensi... extension, which is causing the error.
-- bawolff
------------------------------
Message: 4 Date: Fri, 9 Jun 2017 20:34:17 +0000 From: Brian Wolff bawolff@gmail.com To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] REL1_28 error Message-ID: CA+oo+DW-XBAJZOVBzGoXe=v=7cYEgFALZ5eRnyiFEDcw-bc5fQ@mail.gmail.com Content-Type: text/plain; charset="UTF-8"
It would be helpful if you could get a full backtrace (Add a "throw new MWException();" at the point causing the issue, and set $wgShowExceptionDetails=true;). It sounds like the maintenance script is calling into the Skin code, which assumes you're viewing an actual page, which isn't true in the script.
-- bawolff
On Fri, Jun 9, 2017 at 1:55 AM, John phoenixoverride@gmail.com wrote:
After doing some digging it looks like lines 210-220 of skin.php where refactored. I pulled an older version of that function and it made the issue go away.
On Thu, Jun 8, 2017 at 5:57 PM, Paul Keffer paulfkeffer@yahoo.com wrote:
Not sure what the issue is, maybe someone else can help.
On Thursday, June 8, 2017 5:22 PM, John
phoenixoverride@gmail.com wrote:
I did a rel1_28 within the last 24 hours
On Thu, Jun 8, 2017 at 5:11 PM Paul paulfkeffer@yahoo.com wrote:
What version of MediaWiki are you using?
On Jun 8, 2017, at 15:12, John phoenixoverride@gmail.com wrote:
I am running php refreshImageMetadata.php -f
PHP Fatal error: Call to a member function canExist() on null in /var/www/html/pfs/includes/skins/Skin.php on line 212
Any ideas what is going on? _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
------------------------------
Subject: Digest Footer
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
------------------------------
End of MediaWiki-l Digest, Vol 165, Issue 4 *******************************************
mediawiki-l@lists.wikimedia.org