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

Thread: Not translate and problem with Yandex

  1. #1
    Junior Member
    Join Date
    Apr 2016
    Posts
    5

    Default Not translate and problem with Yandex

    Hello today i bought this plugin.

    1. This plugin work with DBSEO?

    2. I have a problem with translate i check tools and there are results:

    Yandex
    Starting translation test for Yandex
    Test result:
    Test error: SSL certificate problem: unable to get local issuer certificate
    Connection time (ms): 113.63793945312
    Microsoft
    Starting test for Microsft Translation API by Azure

    Test result: ďťż"ArgumentException: No bearer information found in the token : ID=6346.V2_Json.Translate.5435451A"
    Test error:
    Connection time (ms): 98.109130859375
    I be sure, that API for Yandex is correct.
    If Microsoft i have a problem because i don't know which number and where i should place.


    Best Regards

  2. #2
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    We currently do not support DBSEO. We currently support only friendly url and vBSEO.

    Quick fix for issue with Yandex:
    • Open file includes/vbenterprisetranslator_class_translator.php
    • Find code:
      PHP Code:
      function &vbet_getConnection($overrideGet=false$headerToAdd=null) {
      $connection curl_init(); 
    • Put after it this code:
      PHP Code:
      curl_setopt($connectionCURLOPT_SSL_VERIFYPEERfalse); 

    This issue will be fixed in the next release.

    Issue with microsoft suggests that your key is incorrect. See: http://www.vbenterprisetranslator.co...html#post13830 and http://www.vbenterprisetranslator.co...html#post12966.
    Last edited by Marcin Kalak; 05-04-16 at 12:00.

  3. #3
    Junior Member
    Join Date
    Apr 2016
    Posts
    5

    Default

    I will try today.
    Can you give me the best .htaccess (friendly url+vbet) ?

  4. #4
    Junior Member
    Join Date
    Apr 2016
    Posts
    5

    Default

    I edit this file, but i still have this problem.

    Here you can my edited file:
    Code:
    i.imgur.com/PRTEbf2.png
    I can upload image to this forum.

  5. #5
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Setting the .htaccess according to SEO links is described in the http://www.vbenterprisetranslator.co....html#post1539.

    I see that your forum is already translated. If the issue occurs in test_yandex.php then add this code:
    PHP Code:
    curl_setopt($connectionCURLOPT_SSL_VERIFYPEERfalse); 
    after this code:
    PHP Code:
    $connection curl_init(); 
    in test_yandex.php

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
  •