Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Problem running gpm
· 11 years ago
Well the first item of your array, ie the [0] element, is clearly a String. In fact it even looks 100% correct: [0]=> string(38) "http://getgrav.org/downloads/grav.json" So it's not the code. Cl
-
Problem running gpm
· 11 years ago
I have added added the quick fix line to the Response.php so that it looks: --------- } curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $response = curl_exec($ch); --------- But there was no change.
-
Problem running gpm
· 11 years ago
Another thought occurs. that Curl init code is such: private static function getCurl() { $args = func_get_args(); $uri = $args[0]; $options = $args[1];
-
Problem running gpm
· 11 years ago
Ok all I can figure is that here is some probem with Curl and HTTPS/SSL specifically related to your CA or lack thereof on your curl/server setup. The only place we use curl_init() is in the Grav/C
-
Problem running gpm
· 11 years ago
Grav version is 0.9.28. Sections from phpinfo(): ----------``` mbstring Multibyte Support enabled Multibyte string engine libmbfl HTTP input encoding translation disabled libmbfl version 1.3.2 -----
-
Problem running gpm
· 11 years ago
At this point it probably wouldn't hurt to double check the following also: apache requirements php requirements
-
Problem running gpm
· 11 years ago
Just to double check this is my OpenSSL info from php.ini: http://polydeon.com/monosnap/phpinfo_2015-06-21_22-17-28.png What does yours look like?
-
Problem running gpm
· 11 years ago
I don't think that's it to be honest. What version of Grav are you currently on? bin/gpm version
-
Problem running gpm
· 11 years ago
phpinfo() reports the following: ----------- cURL support enabled cURL Information 7.43.0 Age 3 Features AsynchDNS No CharConv No Debug No GSS-Negotiate No IDN Yes IPv6 Yes krb4 N
-
Problem running gpm
· 11 years ago
This is mine: http://polydeon.com/monosnap/phpinfo_2015-06-21_22-04-57.png