Hi,
I check the Chmods, and they are the same. All I get on any browser is "Fail" error.
Thanks
Here is the config:
<?php
define('API_KEY', 'AIzaSyAcWjmSzgG7sU5ry7NSCKe2lBPkDeZczVw'); // You need to get your Google Translate API key from
https://code.google.com/apis/console/?api=translatedefine('MAIN_LANG', 'en'); // en, ar, bg, hr, cn, ct, cs, da, et, tl, fi, fr, gl, el, iw, hi, es, nl, id, ja, ca, ko, lt, lv, mt, de, no, pt, ru, ro, sr, sk, sl, sv, th, tr, uk, hu, vi, it, pl, sq
define('AUTO_DETECT_LANG', false); // set to true if you have mixed language content
define('CACHE_TIME', 365*24*60*60); // 1 year by default, no need to decrease
define('LICENSE', 'license.dat');
define('SSL_VERIFY_PEER', true); // disable if you get CA certificate error and cannot reconfigure your server to solve the issue
define('DEBUG', false); // turn on for debug mode
// username and password to edit translations, please change for security reasons,
// this is not your google login/pass, you need to think something new
define('TestingUser', 'user');
define('TestingPass', 'pass');