Quote:
Originally Posted by NLP-er
Hello  Cahe issues are my part here  Just please find in translate.php:
Code:
/*
if (!mysql_ping()) {
mysql_close();
establishConnection();
}
*/
And uncomment it (remove /* and */). Error will disspear
Dave - please correct it in next release  - DON'T - see post below
|
Thank You NLP-er,
Actually what happened was that in the hosting for some reason they were blocking the url
http://ajax.googleapis.com* and consequently i was receiving that error. See below the example:
Code:
[forum]$ curl http://ajax.googleapis.com
curl: (7) couldn't connect
Now they fixed that blocking page i can connect to the specific url
But, thank you anyway and i hope this tip be useful for anyone that could face the same problem.
Thank You very much.