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
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 ...
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.
What is the stopword you are trying to add?
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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
I'm glad you got it working.It's ok now.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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:Warning: preg_replace() [function.preg-replace]: Unknown modifier '3' in [path]/includes/functions_vbseo_url.php on line 473
A better support of non-English languages is planned for vBSEO3.5.0.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!