Sim. Ele já está resolvido e será incluída na próxima versão. Para rápida correção:
1. Editar o arquivo / Includes / vbenterprisetranslator_functions_guestcache.php
2. Pesquisar:
PHP Code:
return DIR.'/'.VBET_GUEST_CACHE_DIR.'/'.($_REQUEST['language'] ? $_REQUEST['language'] : $vbulletin->options['vbenterprisetranslator_forumlanguage']).'/'.$filename.'.html';
3. Substituir por:
PHP Code:
return DIR.'/'.VBET_GUEST_CACHE_DIR.'/'.($_REQUEST['language'] ? $_REQUEST['language'] : $vbulletin->options['vbenterprisetranslator_forumlanguage']).'/'.$filename.$vbulletin->userinfo['styleid'].'.html';
4. (Opcional, mas aconselhável) Remover todo o hóspede cache de diretório e copie-o novamente a partir vBET pacote (lembre-se acerca de privilégios) - estamos mudando de nome de arquivos de convenções (styleid incluídas) para arquivos antigos não serão utilizados novamente e vai ser só da cintura do espaço. Por favor note que próximo lançamento terá automática limpa arquivos antigos incluídos.