Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: [Urgent !!] Call to undefined function vbet_isLangOn()

  1. #1
    Junior Member
    Join Date
    Sep 2010
    Posts
    22

    Default [Urgent !!] Call to undefined function vbet_isLangOn()

    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

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Please fallow this:
    1. Open file /includes/vbenterprisetranslator_functions_hooks.php
    2. Find:
    PHP Code:
    function vbet_global_bootstrap_complete() { 
    3. Add AFTER it:
    PHP Code:
    require_once(DIR'/includes/vbenterprisetranslator_functions_lang.php'); 
    This will be included in next release. Please confirm that it solve the issue

  3. #3
    Junior Member
    Join Date
    Sep 2010
    Posts
    22

    Default

    Quote Originally Posted by vBET View Post
    Please fallow this:
    1. Open file /includes/vbenterprisetranslator_functions_hooks.php
    2. Find:
    PHP Code:
    function vbet_global_bootstrap_complete() { 
    3. Add AFTER it:
    PHP Code:
    require_once(DIR'/includes/vbenterprisetranslator_functions_lang.php'); 
    This will be included in next release. Please confirm that it solve the issue
    Thank that fixed my problem.

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Great - this will be included in next release so you will have to do no changes after updates

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •