• Resolved fve

    (@fve)


    WP 2.5
    AIOSOE Version 1.4.6.7
    define (’WPLANG’, ‘fr_FR’); set into my wp-config.php
    UTF-8

    Keywords display incorrectly when using éèàùç, etc. caracters. i.e “Intégration” translate as “int?gration”.

    Edit/modify all_in_one_seo_pack.php, line 717, to use mb_strtolower in place of strtolower:

    //FVE ori $small_keywords[] = strtolower($word);
    $small_keywords[] = mb_strtolower($word);

    Works fine for me;-). Keywords as “Intégration” now correctly display as “intégration”.

Viewing 1 replies (of 1 total)
  • The AIOSEO Pack has been updated to version 1.4.6.10 and now I get an error:

    Fatal error: Call to undefined function mb_strtolower() in /home/*****/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 720

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: All in One SEO Pack] Localisation – bug found’ is closed to new replies.