Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 16 to 30 of 31
Like Tree2Likes

linkbacks language encoding trouble

This is a discussion on linkbacks language encoding trouble within the Bug Reporting forums, part of the vBSEO Google/Yahoo Sitemap category; Staff, please, write here problem solving method we are not stupid, we can do it by self...

  1. #16
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times
    Staff, please, write here problem solving method
    we are not stupid, we can do it by self

  2. #17
    Senior Member Array nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    107
    Liked
    0 times
    Hi Andrs
    ticket was created
    Thanks.

  3. #18
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Please try to modify functions_vbseo_misc.php file:
    find:
    if(strtolower($charset_from) != strtolower($charset_to))
    replace with:
    if(($charset_from && ($charset_from == $charset_to)) || !$charset_to)
    nikosb likes this.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #19
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times
    Oleg
    now troubles in automated "get names from site link" in posts
    vbseoerror.jpg

    i was try to change in 2 places, now i was restore original text

    //if(($charset_from && ($charset_from == $charset_to)) || !$charset_to)
    if(strtolower($charset_from) != strtolower($charset_to)) //1
    $ptitle2 = iconv($charset_from, $charset_to, $ptitle);
    }else
    if (function_exists('mb_detect_encoding') && VBSEO_RECODE_TITLES)
    {
    if (!$charset_from)
    $charset_from = mb_detect_encoding($ptitle);
    $compat = !function_exists('mb_list_encodings') ||
    !($listencodings = mb_list_encodings()) ||
    (in_array($charset, $listencodings)
    ||in_array(strtoupper($charset_from), $listencodings));
    //if(($charset_from && ($charset_from == $charset_to)) || !$charset_to)
    if(strtolower($charset_from) != strtolower($charset_to)) //2

  5. #20
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello,

    do you have "iconv" or "mbstring" enabled in PHP ?
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #21
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times
    iconv support enabled
    iconv implementation libiconv
    iconv library version 1.14

    Directive Local Value Master Value
    iconv.input_encoding ISO-8859-1 ISO-8859-1
    iconv.internal_encoding ISO-8859-1 ISO-8859-1
    iconv.output_encoding ISO-8859-1 ISO-8859-1


    mbstring

    Multibyte Support enabled
    Multibyte string engine libmbfl
    HTTP input encoding translation disabled

    is this correct? i dont know how i can verify this, trying phpinfo

  7. #22
    Senior Member Array nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    107
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    do you have "iconv" or "mbstring" enabled in PHP ?
    i have the same issue
    yes "iconv" and "mbstring" is enable in PHP

  8. #23
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Please open a ticket with ftp/admincp access an example URLs to check this.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #24
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times
    2nikosb & Oleg

    please publish solve of this problem here

    very difficult to work with this truoble :(

  10. #25
    Senior Member Array nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    107
    Liked
    0 times
    Ηe did only once.
    I have tried many times and can not reproduce the problem.

  11. #26
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times

  12. #27
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times
    i see this error on vbseo forum!!!

    erro-vbseo.jpg

    Oleg, you can find error on this forum not need to go far away!

  13. #28
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Our forums charset doesn't match the charset from the target site and couldn't be automatically converted.

    It's possible that in your case iconv() function didn't work, you can try to modify functions_vbseo_misc.php file, find:
    if (function_exists('iconv') && $charset_from && VBSEO_RECODE_TITLES)
    replace with:
    if (function_exists('iconv2') && $charset_from && VBSEO_RECODE_TITLES)
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #29
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times
    try to only
    if (function_exists('iconv') && $charset_from && VBSEO_RECODE_TITLES)
    replace with:
    if (function_exists('iconv2') && $charset_from && VBSEO_RECODE_TITLES)
    and with if(($charset_from && ($charset_from == $charset_to)) || !$charset_to)

    also not working
    in posts and in linkbacks...

  15. #30
    Junior Member Array
    Real Name
    Andrey
    Join Date
    Feb 2012
    Location
    Khabarovsk, Russia
    Posts
    26
    Liked
    1 times
    for your information
    i was solve same problem in fuzzy seo with this $out=mb_convert_encoding($input, "cp1251", "auto");

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Trouble with encoding in meta-tags
    By xXxStitchxXx in forum Troubleshooting
    Replies: 5
    Last Post: 07-02-2008, 03:33 AM
  2. english UTF-8 encoding language
    By ssmarket.net in forum General Discussion
    Replies: 0
    Last Post: 10-26-2007, 06:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •