Hello,
As i wrote in previous post - We know where is the issue but we should make a correction in few places in file.
We will make this corections but it will be included in the next relase.
I have a solution for you to only hide this "warnings", so:
1. edit the forum root/includes/vbenterprisetranslator_functions_lang.php file
2. find and comment:
PHP Code:
define('VBET_USE_CACHE_FOR_ACTUAL', vbet_useCache($_REQUEST['language']));
3. paste after that:
PHP Code:
define('VBET_USE_CACHE_FOR_ACTUAL', @vbet_useCache($_REQUEST['language']));
4. save file
Remember - this is not a solution - only you can hide this warnings now.
please after that check your site (translations, links etc.) and confirm here.
I will move this thread in to the Bug reporting area.
Confirmed and will be fixed in the next relase.