Got this error message shown on the top stats module
Fatal error: Call to undefined function vbet_isLangOn() in /disk2/forum/includes/vbenterprisetranslator_functions_hooks.php on line 1002
Got this error message shown on the top stats module
Fatal error: Call to undefined function vbet_isLangOn() in /disk2/forum/includes/vbenterprisetranslator_functions_hooks.php on line 1002
Please fallow this:
1. Open file /includes/vbenterprisetranslator_functions_hooks.php
2. Find:
3. Add AFTER it:PHP Code:
function vbet_global_bootstrap_complete() {
This will be included in next release. Please confirm that it solve the issuePHP Code:
require_once(DIR. '/includes/vbenterprisetranslator_functions_lang.php');
![]()
Great - this will be included in next release so you will have to do no changes after updates![]()