Last modified: 2012-09-19 20:52:38 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36938, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34938 - <title> is empty in the Sanskrit Wikipedia
<title> is empty in the Sanskrit Wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: High critical (vote)
: ---
Assigned To: Antoine "hashar" Musso (WMF)
: code-update-regression
Depends on: 36120
Blocks: 36464
  Show dependency treegraph
 
Reported: 2012-03-03 16:14 UTC by Amir E. Aharoni
Modified: 2012-09-19 20:52 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Amir E. Aharoni 2012-03-03 16:14:15 UTC
Pages have no <title> in the Sanskrit Wikipedia, probably because of 1.19 upgrade.

Try here: https://sa.wikipedia.org/wiki/Gasoline

I don't see a title in the browser window's title bar, and i see <title></title> after <head> in the HTML source.

It works in other languages i tried, like Hindi, which is written in the same script.
Comment 1 Antoine "hashar" Musso (WMF) 2012-03-05 15:09:34 UTC
Seems to work fine whenever we use english for the user interface: https://sa.wikipedia.org/wiki/Gasoline?uselang=en
Comment 2 Niklas Laxström 2012-03-05 15:14:58 UTC
r113039.
Comment 3 Antoine "hashar" Musso (WMF) 2012-03-06 11:17:07 UTC
I have deployed change with r113129, seems some cache need a cleanup :-)
Comment 4 Antoine "hashar" Musso (WMF) 2012-03-07 10:55:41 UTC
Reopening since even after March 6th 20:30 scap, the title is still showing wrongly on https://sa.wikipedia.org/wiki/Gasoline?uselang=en . This mean there is either another issue in MediaWiki to fix, or an issue on Wikimedia servers.
Comment 5 Antoine "hashar" Musso (WMF) 2012-03-07 11:08:49 UTC
For SA:

$ mwscript eval.php sawiki
> var_dump( wfMessage( 'pagetitle' )->plain() );
string(0) ""

For EN:
 mwscript eval.php enwiki
> var_dump( wfMessage( 'pagetitle' )->plain() );
string(37) "$1 - Wikipedia, the free encyclopedia"
Comment 6 Antoine "hashar" Musso (WMF) 2012-03-07 11:27:56 UTC
l10nupdate runs every day around 2am UTC and generates a serialized cache file:

/home/wikipedia/common/php-1.19/cache/l10n/l10nupdate-sa.cache

Loading it locally with

$ar = unserialize( file_get_contents( 'l10nupdate-sa.cache' ) );
var_dump( $ar['pagetitle'] );

Gives us a nice: string(0) ""

So the cache is faulty :-(


Trying to rebuild cache again.
Comment 7 Srikanth Logic 2012-03-13 05:08:13 UTC
Seeing the title, Works for me.
Comment 8 Krinkle 2012-03-13 05:12:59 UTC
(In reply to comment #7)
> Seeing the title, Works for me.

Also on https://sa.wikipedia.org/wiki/Gasoline?action=purge ?
Comment 9 Srikanth Logic 2012-03-13 05:17:40 UTC
(In reply to comment #8)
> (In reply to comment #7)
> > Seeing the title, Works for me.
> 
> Also on https://sa.wikipedia.org/wiki/Gasoline?action=purge ?

Yes, also on any page using https://sa.wikipedia.org/wiki/Special:RandomPage
Comment 10 Niklas Laxström 2012-03-13 07:31:44 UTC
I still see empty <title>s everywhere. Not really a code-update-regression, since it is just LocalisationCache or LocalisationUpdate that is again acting up.
Comment 11 Antoine "hashar" Musso (WMF) 2012-04-19 22:21:38 UTC
commit a613ec85f81b703dd1058eaf1bdc512b81e3c1a3 from March 14th 2012 introduce an empty pagetitle again :-(

 +'pagetitle'               => '',


Changed it with  https://gerrit.wikimedia.org/r/5388
Comment 12 Antoine "hashar" Musso (WMF) 2012-04-19 22:25:21 UTC
Pending review then we will be able to deploy it :-)
Comment 13 Antoine "hashar" Musso (WMF) 2012-04-20 08:44:30 UTC
I attempted deploying change 5388 this morning but faced an issue with the l10nupdate script which has hit a file permission error.

See bug 36120
Comment 14 Antoine "hashar" Musso (WMF) 2012-04-21 11:55:44 UTC
Seems Roan fixed the l10nupdate file permissions on April 20th.  The issue seems to be solved now when I am browsing sawiki (tested http://sa.wikipedia.org/w/index.php?title=Gasoline&redirect=no while logged in).

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links