I'm really struggling with getting GTranslate Pro working on a new server, it was working previously. It has installed correctly and is attempting to translate but I am getting the "Cannot Translate: [page name]" error.
My google API quota is not showing any requests. I have also tried with Bing and had no luck.
We are now receiving this response in the debug.txt file..
< HTTP/1.1 403 Forbidden
< Content-Type: application/json; charset=UTF-8
< Date: Tue, 23 Aug 2011 09:52:37 GMT
< Expires: Tue, 23 Aug 2011 09:52:37 GMT
< Cache-Control: private, max-age=0
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
< Transfer-Encoding: chunked
<
* Connection #0 to host www.googleapis.com left intact
* Closing connection #0
Request: key=AIzaSyDZYUs0VaBZEn_KxycrhLlQuoijqQpWIDg&q=Brochures&userip=66.249.66.123&source=en&target=fr
Response: {
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
"message": "Access Not Configured"
}
}
If anyone has any pointers then it would be very much appreciated.