Posts: 51
Threads: 6
Joined: Mar 2011
2015-08-26, 23:07:14
(This post was last modified: 2015-08-26, 23:19:57 by wakh.)
On my health page i can see this:
"Unable to check. Your version is"
tested on 2 different hosting and with 2 versions of GS.
All "parameters" are OK and on errors on debug mode.
Also i can't use plugin "
Plugin Installer" and check updates in
Simple-C plugin. I guess it's by the same reason.
PHP info:
http://lotusalbus.ru/php-info.php
http://getsimple.wakh.ru/php-info.php
Posts: 6,267
Threads: 182
Joined: Sep 2011
Read the forum stickies!
http://get-simple.info/forums/showthread.php?tid=5587
Posts: 51
Threads: 6
Joined: Mar 2011
Here is log:
Code:
API: type: core
API: address: http://get-simple.info/api/start/v3.php?v=3.3.7
API: timeout: 500
API: cache check: disabled
API: using curl
API: curl version:
API: Array
(
[version_number] => 467456
[age] => 3
[features] => 50717
[ssl_version_number] => 0
[version] => 7.34.0
[host] => x86_64-unknown-linux-gnu
[ssl_version] => OpenSSL/1.0.1g
[libz_version] => 1.2.3
[protocols] => Array
(
[0] => dict
[1] => file
[2] => ftp
[3] => ftps
[4] => gopher
[5] => http
[6] => https
[7] => imap
[8] => imaps
[9] => ldap
[10] => ldaps
[11] => pop3
[12] => pop3s
[13] => rtsp
[14] => smtp
[15] => smtps
[16] => telnet
[17] => tftp
)
)
API: curl info:
API: Array
(
[url] => http://get-simple.info/api/start/v3.php?v=3.3.7
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.502591
[namelookup_time] => 0.245199
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
[redirect_url] =>
[primary_ip] =>
[certinfo] => Array
(
)
[primary_port] => 0
[local_ip] =>
[local_port] => 0
)
API: curl error number:28
API: curl error:Connection timed out after 503 milliseconds
API: curl Verbose:
API:
API: curl Data:
API:
API: JSON:
API: {"status":-1}
API: --------------------------------------------------------------------------------
API: type: core
API: address: http://get-simple.info/api/start/v3.php?v=3.3.7
API: timeout: 500
API: cache check: disabled
API: using curl
API: curl version:
API: Array
(
[version_number] => 467456
[age] => 3
[features] => 50717
[ssl_version_number] => 0
[version] => 7.34.0
[host] => x86_64-unknown-linux-gnu
[ssl_version] => OpenSSL/1.0.1g
[libz_version] => 1.2.3
[protocols] => Array
(
[0] => dict
[1] => file
[2] => ftp
[3] => ftps
[4] => gopher
[5] => http
[6] => https
[7] => imap
[8] => imaps
[9] => ldap
[10] => ldaps
[11] => pop3
[12] => pop3s
[13] => rtsp
[14] => smtp
[15] => smtps
[16] => telnet
[17] => tftp
)
)
API: curl info:
API: Array
(
[url] => http://get-simple.info/api/start/v3.php?v=3.3.7
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.50284
[namelookup_time] => 2.3E-5
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
[redirect_url] =>
[primary_ip] =>
[certinfo] => Array
(
)
[primary_port] => 0
[local_ip] =>
[local_port] => 0
)
API: curl error number:28
API: curl error:Connection timed out after 502 milliseconds
API: curl Verbose:
API:
API: curl Data:
API:
API: JSON:
API: {"status":-1}
API: --------------------------------------------------------------------------------
Posts: 6,267
Threads: 182
Joined: Sep 2011
Maybe bump your timeout up in admin/inc/configuration.php
Posts: 51
Threads: 6
Joined: Mar 2011
$api_timeout = 10800; // time in ms defaults to 500
problem still here