Thanks for your answers.

@John I don't knonw how to build an URL to see the pages with the revision
ID (I tried avec URL&action=query but It didn't work) but I know the
apostrophe pages are there because I can see the page titles in the page
tables

@Isarra.Yos Thanks for your answer... I'll have to re-create them....

Cheers

2016-01-28 9:36 GMT+01:00 Isarra Yos <[email protected]>:

> If this is what I think it is, the pages are still there; they just can't
> be accessed by some web browsers now because mediawiki handles url
> sanitisation differently, which winds up being redundant with the browsers'
> own handling. And trying to fix it for these browsers broke it for
> different ones, which are apparently higher-priority.
>
> Somehow wikimedia seems to have worked around this (probably by using
> caching so that the browsers never hit it in the first place), but I'm
> still encountering the problem on my own wikis. Unless the problem persists
> with other browsers, though, I don't know what to say, as this isn't
> apparently a problem people consider worth solving. (When the original fix
> was reverted, I just had to rename all the pages I had that had
> apostrophes, but as a solution that's pretty damn stupid.)
>
> Unfortunately now I can't actually find any of the associated bugs.
>
> -I
>
>
> On 27/01/16 16:48, Jorge Garcia Flores wrote:
>
>> Hi there... I have a wiki running like a charm for two years. Last month I
>> was trying to migrate to a brand new server, so I did the following:
>>
>> 1. Install mediawiki 1.26.0 on the new server
>> 2. Upgrade from mediawiki 1.25.3 to 1.26.0 on the old server
>> 3. Dump the old database on a .sql file
>> 4. Load the database on the new server
>> 5. Copy the files from the old to the new server
>>
>> Everything works fine EXCEPT those pages with an apostrophe on the page
>> title, which send an
>>
>> ERR_TOO_MANY_REDIRECTS
>>
>> error.
>>
>> I have compared both the database character set and the storage engine and
>> their are the same... Could you help me guess what could be the problem.
>> The wiki is in French, so there are lots of pages with an apostrophe on
>> their name....
>>
>> Cheers
>>
>> PS: Both records are identical in both databases
>>
>>
>> SELECT default_character_set_name FROM information_schema.SCHEMATA
>>      -> WHERE schema_name = "wikircln";
>> +----------------------------+
>> | default_character_set_name |
>> +----------------------------+
>> | latin1                     |
>> +----------------------------+
>>
>> page  | CREATE TABLE `page` (
>>    `page_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
>>    `page_namespace` int(11) NOT NULL,
>>    `page_title` varbinary(255) NOT NULL,
>>    `page_restrictions` tinyblob NOT NULL,
>>    `page_is_redirect` tinyint(3) unsigned NOT NULL DEFAULT '0',
>>    `page_is_new` tinyint(3) unsigned NOT NULL DEFAULT '0',
>>    `page_random` double unsigned NOT NULL,
>>    `page_touched` binary(14) NOT NULL DEFAULT
>> '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
>>    `page_latest` int(10) unsigned NOT NULL,
>>    `page_len` int(10) unsigned NOT NULL,
>>    `page_content_model` varbinary(32) DEFAULT NULL,
>>    `page_links_updated` varbinary(14) DEFAULT NULL,
>>    `page_lang` varbinary(35) DEFAULT NULL,
>>    PRIMARY KEY (`page_id`),
>>    UNIQUE KEY `name_title` (`page_namespace`,`page_title`),
>>    KEY `page_random` (`page_random`),
>>    KEY `page_len` (`page_len`),
>>    KEY `page_redirect_namespace_len`
>> (`page_is_redirect`,`page_namespace`,`page_len`)
>> ) ENGINE=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=binary |
>> _______________________________________________
>> 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

Reply via email to