If everything was working well and suddenly it not then one possibility is that you have issue with your translation provider (others are: some configuration was changed, new mod added, some software updated).


To check this, upload the appropriate file from the package vBET do-not-upload/tools/providers-tests/. In this directory contains files for testing providers translations.

Example test for googleapiv2:
  1. Upload file test_googleapiv2.php to /core/admincp.
  2. Open a browser page:
    Code:
    YourForumAddress/admincp/test_googleapiv2.php
  3. If everything is ok you will get answer:
    Code:
    Starting transaltion test
    Test result: {"responseData": {"translatedText":"Welcom"}, "responseDetails": null, "responseStatus": 200}
    Test error:


In case of error check that you have the correct API key in Admin CP -> vBET -> Translation Providers.