GOT IT!
I finally reproduced it! It happens when somebody adds to URL language code of forum default language. Now it will be easy to correct it
Hope that i the last possibility of having this bug
Anyway - this way of having it is corrected and will be included in 3.3.1
Quick fix for this:
1. open /includes/vbenterprisetranslator_functions_redirect.php
2. find:
PHP Code:
if ($vbet_isActualIgnored) {
3. and replace it by:
PHP Code:
if ($vbet_isActualIgnored || $_GET['language'] == $vbulletin->options['vbenterprisetranslator_forumlanguage']) {
Important question - did you removed code of your forum language when integrated with sitemap generator??? Most probably that is why Google is trying to go to such links, because vBET never changes links for original language.
We will take care about automatic redirection in case when somebody add forum language to URL and you take care about your sitemap generator integration - remove from there codes of not supported languages and your forum language.