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 7 of 7

Thread: vBET 4.9.2 and 5.2.2 released

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

    Default vBET 4.9.2 and 5.2.2 released

    Hello,

    Today we have releases with few bugs fixed and some costs optimizations - lot of new language pairs in providers with free translations.

    New:
    • New language pairs for Apertium, Yandex, SDL Language Cloud and Microsoft translators


    Changes:
    • Actualized link for Google API key
    • Actualized for PHP 7 (minimal requirements PHP 5.3)
    • Temporary change for Apretium bug (only one translation per request). This will downgrade performance for Apertium translations, please consider turning off Apertium until they fix the issue on theirs servers, if performance hit is too big for you.


    Bugs fixed in vBET5.x:
    • Avoiding some PHP notices


    Bugs fixed in vBET4.x:
    • Avoiding some PHP notices
    • Don't translate username in error phrase pmrecipturnedoff
    • Corrected duplicated translations for titles with langtitle bbcode and vBSEO integration
    • Translated dates in blog calendar
    • Repaired problem with long message in PHP 5.6 (issue description)
    Last edited by vBET; 15-06-18 at 20:05.

  2. #2

    Default

    I just installed this version

    vBET492BF.zip

    and is not working for me.

    I don't have vbseo installed and noticed that

    /vbenterprisetranslator_seo.php

    forces

    include(dirname(__FILE__).'/vbseo.php');

    on last line .

    even commenting that still not working.

    Any ideas ? I'm running vbulletin 4.2.5 with php 7 without vbseo

  3. #3

    Default

    Actually changing rules to

    rewrite ^/(en|es)/$ /index.php?language=$1 last;
    rewrite ^/(en|es)/(.*)?$ /$2?language=$1 last;

    Worked.

    thanks

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

    Default

    So do you still have any issue?

  5. #5

    Default

    My last issue now is that for some reason CMS urls are adding port to it

    example
    /en/content.php?r=10060-Funcionamento-Interno-da-Campanha-de-Ransomware-quot-Cerber-quot

    is redirecting to

    /en:443/content.php?r=10060-Funcionamento-Interno-da-Campanha-de-Ransomware-quot-Cerber-quot

    that includes :443 on url this is not happening with forum and blog only cms

    vbulletin 4.2.5 with php 7

  6. #6

    Default

    ok had to work on class_core.php
    Code:
                    if (isset($config['Misc']['vb_url_port'])
                            AND $config['Misc']['vb_url_port'])
                    {       
                            //$port = ':' . $config['Misc']['vb_url_port'];
                            $port = "";
                    }
                    else if ($scheme == 'http://' AND $_SERVER['SERVER_PORT'] == 443)
                    {       
                            //$port = ':443';
                            $port = '';
                    }
    all clear now
    Last edited by vBET; 18-04-18 at 18:11. Reason: added code bbcode

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

    Default

    As I see this is your configuration issue and it should be enough to change settings. vBET do not requires any code changes in vBulletin to work. If you have any issues we well gladly 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
  •