Closed AlexWebpuro closed 1 year ago
Hi @AlexWebpuro is it possible your PHP installation doesn't have the cURL extension installed?
You completely right, this was resolved installing php curl extension
$ sudo apt install php8.1-curl -y
Awesome, glad you got it solved 😎
PHP Fatal error: Uncaught Error: Undefined constant "CURLOPT_TIMEOUT" in /wp-content/plugins/wp-sentry-integration/build/vendor/sentry/sentry/src/HttpClient/HttpClientFactory.php:108.
How I can resolve this, when I run the wp cli doesn't work and appear this error log.
Thanks for your help.