Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL Error 77. error setting certificate verify locations #105

Closed
otnansirk opened this issue Mar 7, 2019 · 3 comments
Closed

cURL Error 77. error setting certificate verify locations #105

otnansirk opened this issue Mar 7, 2019 · 3 comments

Comments

@otnansirk
Copy link

Error message

cURL error 77: error setting certificate verify locations: CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt CApath: none (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

Error when call translate method.

$tr = new GoogleTranslate(); // Translates to 'en' from auto-detected language by default
$tr->setSource('en'); // Translate from English
$tr->setSource(); // Detect language automatically
$tr->setTarget('ka'); // Translate to Georgian
echo $tr->translate('Hello World!'); // error when call this method transalte()

I try this but error too.

 echo GoogleTranslate::trans('Hello again', 'ka', 'en');exit();

please how to fix this?

@frzsombor
Copy link
Contributor

@Stichoza
Copy link
Owner

Thank you @frzsombor 🤘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants