Mots clés (russe)

devadasdevadas Member
avril 2012 modifié dans Entraide
Bonjour !

Pardonnez pour mauvais la langue. Je dis selon russe et un peu selon english.

Je veux utiliser Pluxml, et tout est bien, excepté Mots clés. En russe ils ne travaillent pas. Si le site sur le serveur localhost, la référence sur Mots clés sera
http://pluxml/index.php?tag/#��-�
Si le site sur server, la référence sera
http://pluxml/index.php?tag/
Et je ne travaille pas ces références...

Un tel problème encore avec une langue - "Ro". (+"Ru"). Tous les autres travaillent bien.

Si pouvez aider ?

Réponses

  • StéphaneStéphane Member, Former PluXml Project Manager
    Bonjour devadas
    Nous allons regarder pourquoi les caractères cyrilliques posent problèmes dans les tags

    Consultant PluXml

    Ancien responsable du projet (2010 à 2018)

  • Bonjour!

    Merci beaucoup, Stéphane. Cela donne l'espoir. Écrivez me sur deva-v@yandex.ru (mieux en anglais). PHP je connais sur 5 %, mais j'aiderai avec plaisir, s'il faut, dans les expériences ou le test.
  • StéphaneStéphane Member, Former PluXml Project Manager
    Hello devadas

    can you try this

    1) edit file core/lib/class.plx.motor.php
    2) find the line
    elseif($this->get AND preg_match('/^tag\/([a-z0-9-]+)/',$this->get,$capture)) {
    
    3) replace it by
    elseif($this->get AND preg_match('/^tag\/([a-z0-9-\p{Cyrillic}]+)/u',$this->get,$capture)) {
    

    if it doesn't work, don't worry, we'll try something different.

    Consultant PluXml

    Ancien responsable du projet (2010 à 2018)

  • Bonjour, Stephan!

    I try differents way (with differents local languages, on server, on localhost etc.) but it is not worked..... So sad. No changes visually - link don't changed.

    PS What interesting, that on localhost I have different error for RU and for RO tags.
    For RU russian tags I have "Page not found" error, but for RO tags I have "For this tag page not found" error.

    And on the hosting I haven't problem with RO tags - it work properly.
  • StéphaneStéphane Member, Former PluXml Project Manager
    Do you think it would be possible that you give me a ftp access to your website.
    This is the only way for a good debugging if we want to solve the problem.
    I have to check the code in real time.
    You can send me information in private by email if you're ok to share temporarily your data.

    Consultant PluXml

    Ancien responsable du projet (2010 à 2018)

  • Bonjour! Stephane,

    I sent account details to your email. Thank you.
  • I've the same problem. I can create an article titled "ИѲ", but it doesn't function with tags.
  • StéphaneStéphane Member, Former PluXml Project Manager
    devadas a écrit:
    Bonjour! Stephane,

    I sent account details to your email. Thank you.

    That's ok. I'll give you a feedback when we'll found something new.
    Stay tune !

    Consultant PluXml

    Ancien responsable du projet (2010 à 2018)

Connectez-vous ou Inscrivez-vous pour répondre.