Results 1 to 6 of 6

Stopword problem

This is a discussion on Stopword problem within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hello I'm getting this error in stopword filtering when i use turkish words. Code: Warning : preg_replace() [function.preg-replace]: Unknown modifier ...

  1. #1
    OnR
    OnR is offline
    Senior Member
    Real Name
    Onur Soyer
    Join Date
    Apr 2007
    Posts
    129
    Liked
    0 times

    Stopword problem

    Hello

    I'm getting this error in stopword filtering when i use turkish words.

    Code:
    Warning: preg_replace() [function.preg-replace]: Unknown modifier '3' in /includes/functions_vbseo_url.php on line 446
    Last edited by OnR; 02-28-2009 at 06:44 AM.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    What is the stopword you are trying to add?

  3. #3
    OnR
    OnR is offline
    Senior Member
    Real Name
    Onur Soyer
    Join Date
    Apr 2007
    Posts
    129
    Liked
    0 times
    It's ok now.

    Just convert turkish letters to the english leters in words.

    For example;
    ş -> s
    ı -> i
    ğ -> g
    ü -> u etc.

    beşyüz ---> besyuz

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    It's ok now.
    I'm glad you got it working.

  5. #5
    Junior Member
    Real Name
    ITSS
    Join Date
    Dec 2008
    Posts
    2
    Liked
    0 times
    Yes, but in fact this is not a complete solution.
    I have no idea why to not use polish words in Stopword Filtering?
    There's no problem to write for example:
    moze
    but the problem is to write
    może.
    If the only difference is to use polish char sets I suggest to do some code conversion witch eliminate warnings.
    PHP Code:
    Warningpreg_replace() [function.preg-replace]: Unknown modifier '3' in [path]/includes/functions_vbseo_url.php on line 473 

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    A better support of non-English languages is planned for vBSEO3.5.0.

Similar Threads

  1. "&" as stopword
    By shaochun in forum Troubleshooting
    Replies: 2
    Last Post: 09-26-2005, 08:45 PM

Posting Permissions

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