No outputs because of cURL?
-
Hello
I have been trying to get simply static plugin to work. But it wont generate any valid outputs. I am using XAMPP (just recently updated) and Pantheon. When choosing a local folder as the destination, it doesnt generate anything in that said folder. When choosing the zip file option, it creates a zip file, but the zip file cant be decompressed, giving me a corruption error.
There are some problems in the logs.
First, in the diagnostic page, it says cURL is not up to date: “cURL version < 7.68.0”. But when looking for the php curl extension version using something like:curl_version()['version'] curl_version()['ssl_version']
I get cURL Version: 7.85.0 cURL SSL Version: OpenSSL/3.0.8 .
If using the shell from XAMPP control panel, I get: ” curl 8.4.0 (x86_64-w64-mingw32) libcurl/8.4.0 OpenSSL/3.1.4 (Schannel) zlib/1.3 brotli/1.1.0 zstd/1.5.5 WinIDN libssh2/1.11.0 nghttp2/1.58.0 ngtcp2/1.0.1 nghttp3/1.0.0″.
Moreover, in the activity log, I have one 400 error: ” {“code”:”rest_missing_callback_param”,”message”:”Missing parameter(s): url”,”data”:{“status”:400,”params”:[“url”]}} “. The error url is: https://dev-designbysophia.pantheonsite.io/wp-json/oembed/1.0/embedSo I dont really know if these are related. But any help would be wonderful. I’ve been trying to debug this for a while, but I cant get my head around it.
- The topic ‘No outputs because of cURL?’ is closed to new replies.