Buy Now! Features Downloads
Results 1 to 7 of 7

Thread: 4.4.6 bug

  1. #1
    Junior Member
    Join Date
    Jun 2010
    Posts
    23

    Question 4.4.6 bug

    Hello!

    After 4.4.6 upgrade I've got this minor bug under main section of vBet in admincp:
    Error:
    Destination of your forum has to start with "/"
    But I'm using vBulletin 4, and forum is in main directory and forum is linked to domain.

  2. #2
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    Aug 2011
    Posts
    431

    Default

    Ok we will handle it next release, please note that you can always save settings also with this announce. I will prepare quick fix for you

  3. #3
    Junior Member
    Join Date
    Jun 2010
    Posts
    23

    Default

    Thank you!
    It's not a critical bug, I wrote here just to inform you.

  4. #4
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    Aug 2011
    Posts
    431

    Default

    Thank you, every bug-report is very helpful

    EDIT:

    Here is a quick fix for you, find file
    Code:
    forum root -> includes -> vbenterprisetranslator_functions_formverify.php

    in function
    Code:
    vbet_check_forumdirectory
    find line
    PHP Code:
    $text ''
    and before it put:
    PHP Code:
    if ($dummy == ""){
        return 
    true;
          } 
    Last edited by r.dziadusz; 18-01-12 at 15:31.

  5. #5
    Junior Member
    Join Date
    Jun 2010
    Posts
    23

    Default

    Exellent support!
    Thank you.
    SOLVED

  6. #6
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    Aug 2011
    Posts
    431

    Default

    Happy to help

  7. #7
    Junior Member
    Join Date
    Jun 2010
    Posts
    23

    Default

    Happy to be with vBet!


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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27