Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • pelets Friend
    #201585

    Hello. Could you help me to solve wrong encoding problem?
    Blog style1 works with right Russian encoding, but other pages with another styles work with wrong encoding in the title
    I checked mysql and changed htaccess.txt on .htaccess, but it didn’t help
    I use few different Ja templates on my hosting and on other sites everything is ok. But Ja Medicare works wrong.
    I was trying to find solve problem few days, but… Maybe I need to change default-blog2.php etc. in /templates/ja_medicare/html/com_content/article?
    Or you advise me anything else? I realy need you help


    1. 3
    2. 4
    3. 1
    4. 2
    Manos Moderator
    #550676

    Hi,

    have you tried the default Joomla template and see if the problem still exists ? I tried JA Medicare with Greek chars and works fine so maybe there’s something else we need to look for.

    Regards

    Manos

    pelets Friend
    #550698

    Hello!

    If you mean default joomla template everything is ok. And there is ok if i use Ja Medicare template with blog style1, but other Medicare styles work with error.
    I tried to check blog style2 in greek and it works with wrong encoding too. I checked template on other hosting and problem with wrong encoding is the same


    1. 2509g
    Manos Moderator
    #550759

    Hi,

    Just manage to replicate the problem going to inform JA Devs about it and will keep you updated !

    Regards

    Manos

    Ninja Lead Moderator
    #550809

    <em>@pelets 447248 wrote:</em><blockquote>Hello!

    If you mean default joomla template everything is ok. And there is ok if i use Ja Medicare template with blog style1, but other Medicare styles work with error.
    I tried to check blog style2 in greek and it works with wrong encoding too. I checked template on other hosting and problem with wrong encoding is the same</blockquote>

    With special characters as in your language, the database, tables and fields are required to support utf-8 general. Kindly check the database collation of your site and try to change it to utf8

    pelets Friend
    #550853

    Hello
    I’m not sure that I understand you right, because I wrote 2 days ago that first of all I checked my database and htaccess and I’m sure that my database encoding is utf-8. If you mean another steps, could you explain what I need to do and where I can check my database else?


    1. 1
    2. 2
    3. 3
    4. 4
    Ninja Lead Moderator
    #550941

    Did you solve this bug? I see the collation in database, tables and fields are setting with uft8_general_ci.

    About the check the collation in your database, you can use phpMyAdmin tools from your hosting to check it

    pelets Friend
    #551006

    No, It doesn’t work correct! In post above I meant that I checked my database and it uses uft8_general_ci encoding.
    My encoding in database is ok, but It change nothing because I don’t have problem with my database. And I don’t have problem with Blog-style1, but I have problems with others Medicare Template styles.
    And I still need your help

    Ninja Lead Moderator
    #551148

    Which area are you referring to on your site? Things at least look to be running smoothly from what I can see. I will help you to check it further.

    pelets Friend
    #551202

    Hello,
    I’m not sure that understand you.
    What you meant when you wrote <Which area are you referring to on your site?>? I don’t understand your question. Could you explain?

    Ninja Lead Moderator
    #551309

    I mean where I see this bug below on your site

    Can you send me the link on your site to see this bug?

    pelets Friend
    #551360

    Hello,
    You can see wrong encoding in Title here http://u0007757.isp.regruhosting.ru/table/demo-contents/blog-2/
    I sent login/password when I started this topic

    Ninja Lead Moderator
    #551499

    I just fixed this problem directly on your site with the solution below

    Open templates/ja_medicare/html/layouts/joomla/content/item_title.php file

    Change

    <a href="<?php echo $url ?>" itemprop="url" title="<?php echo htmlentities($item->title); ?>">

    To

    <a href="<?php echo $url ?>" itemprop="url" title="<?php echo $this->escape($item->title); ?>" >

    Let me know if it helps

    pelets Friend
    #551568

    WOW! It works! It really works! Thank you so much 🙂

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 3 voices, and was last updated by  pelets 10 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum