Si El xa está resolto e se incluirá na próxima versión. Para rápida corrección:
1. Editar o ficheiro / Includes / vbenterprisetranslator_functions_guestcache.php
2. Buscar:
PHP Code:
return DIR.'/'.VBET_GUEST_CACHE_DIR.'/'.($_REQUEST['language'] ? $_REQUEST['language'] : $vbulletin->options['vbenterprisetranslator_forumlanguage']).'/'.$filename.'.html';
3. Substituír por:
PHP Code:
return DIR.'/'.VBET_GUEST_CACHE_DIR.'/'.($_REQUEST['language'] ? $_REQUEST['language'] : $vbulletin->options['vbenterprisetranslator_forumlanguage']).'/'.$filename.$vbulletin->userinfo['styleid'].'.html';
4. (Opcional mais aconsellado) Tira hóspede enteiro cache directorio e copialo outra vez desde vBET paquete (lembra sobre privilexios) - estamos mudando convencións de nome dos ficheiros (styleid incluídas) para arquivos antigos non se empregan de novo e vai ser só da cintura do espazo. Teña en conta que preto lanzamento terá automática limpa arquivos antigos incluídos.