Thank you. This is from the LocalSetting.php:
$wgVirtualRestConfig['modules']['parsoid'] = array( // URL to the Parsoid instance 'url' => 'http://localhost:8142', );
Is it help?
Subject: Re: [MediaWiki-l] A problem in URL Message-ID: CA+oo+DW9LLy7za1=3Kqn0kyt_c1xTmyuMcnEbVbt2h82WzPomQ@mail.gmail.com Content-Type: text/plain; charset="UTF-8"
Well that url is double encoded (stuff like %25D7 should be just %D7. The 25 part means literal % which is invalid in titles if it looks like a hex escape)
However without knowing where this url comes from or how it was generated, i cant guess as to the cause. Rewrite rules/short url config might be a good place to start looking.
-- brian
On Monday, July 3, 2017, אחיקם אלירז ahikamel@gmail.com wrote:
Hello.
I have a problem in the template {{fullurl}}. when I'm using it, it say: "wrong title":
https://www.betmidrash.org.il/index.php?title=%25D7%25AA% 25D7%2591%25D7%25A0%25D7%2599%25D7%25AA:%25D7%259C%25D7% 2594%25D7%25A9%25D7%259C%25D7%2599%25D7%259D&action=edit
I asked it here before, but I didnt get a well answer. somebody told me that maybe I have a mistake in the conversion of the encoding, but I'm not familiar with it.
someone here can help me?
Thank's.
Not really. I need to know where you get the url from. Where does it appear? Is it from clicking a link somewhere and if so what link? Are you redirected there when visiting your site? Something else?
-- brian
On Tuesday, July 4, 2017, אחיקם אלירז ahikamel@gmail.com wrote:
Thank you. This is from the LocalSetting.php:
$wgVirtualRestConfig['modules']['parsoid'] = array( // URL to the Parsoid instance 'url' => 'http://localhost:8142', );
Is it help?
Subject: Re: [MediaWiki-l] A problem in URL Message-ID: <CA+oo+DW9LLy7za1=
3Kqn0kyt_c1xTmyuMcnEbVbt2h82WzPomQ@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Well that url is double encoded (stuff like %25D7 should be just %D7. The 25 part means literal % which is invalid in titles if it looks like a hex escape)
However without knowing where this url comes from or how it was generated, i cant guess as to the cause. Rewrite rules/short url config might be a good place to start looking.
-- brian
On Monday, July 3, 2017, אחיקם אלירז ahikamel@gmail.com wrote:
Hello.
I have a problem in the template {{fullurl}}. when I'm using it, it say: "wrong title":
https://www.betmidrash.org.il/index.php?title=%25D7%25AA% 25D7%2591%25D7%25A0%25D7%2599%25D7%25AA:%25D7%259C%25D7% 2594%25D7%25A9%25D7%259C%25D7%2599%25D7%259D&action=edit
I asked it here before, but I didnt get a well answer. somebody told me that maybe I have a mistake in the conversion of the encoding, but I'm not familiar with it.
someone here can help me?
Thank's.
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org