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: PHP Fatal error - vbenterprisetranslator_functions_hooks.php on line 989

  1. #1

    Default PHP Fatal error - vbenterprisetranslator_functions_hooks.php on line 989

    Text automatically translated from: Russian to: English
    Translated text
    Good day!
    we got this error:

    Code:
    PHP Fatal error:  Call to undefined function vbet_doRedirect() in /var/www/autorepman/data/www/autorepman.com/includes/vbenterprisetranslator_functions_hooks.php on line 989, referer: http://autorepman.com/
    Original text

  2. #2
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Quick fix for this issue:
    • Open file includes/vbenterprisetranslator_functions_hooks.php
    • Find code:
      PHP Code:
      function vbet_global_bootstrap_complete() { 
    • Put after it this code:
      PHP Code:
      require_once(DIR'/includes/vbenterprisetranslator_functions_redirect_utils.php'); 

    This issue will be fixed in the next release.

  3. #3

    Default

    Text automatically translated from: Russian to: English
    Translated text
    Thank you!
    Made the specified changes.
    Original text

  4. #4
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    I'm glad I could help you.

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
  •