Open GoogleCodeExporter opened 8 years ago
Hi, have you found the problem?
I have the same problem with GTranslate
Original comment by abonor...@gmail.com
on 4 Dec 2011 at 5:30
Hi, Add this line in the GTranslate.php Class.
line 380
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
It works perfectly.
Original comment by edua...@gmail.com
on 5 Dec 2011 at 11:00
Hi,
I just added this line at line no. 380 of GTranslate.php -
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
along with this I enabled the CURL by uncommenting the curl extension line in
the php.ini file of web server(by getting rid of semicolon just before)-
extension=php_curl.dll
All translations are getting carried out with ease, the Gtranslate.php is
working perfectly :-)
Thank you all!
Original comment by rohitas...@ranosys.com
on 5 Dec 2011 at 1:00
Original issue reported on code.google.com by
rohitas...@ranosys.com
on 17 Nov 2011 at 12:16Attachments: