Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error 3.3.0 Upgrade Check Failed !
#33
Success:

Code:
API: type: core
API: address: http://get-simple.info/api/start/v3.php?v=3.3.1
API: timeout: 500
API: cache check: disabled
API: using curl
API: curl version:
API: Array
(
    [version_number] => 463623
    [age] => 3
    [features] => 1597
    [ssl_version_number] => 0
    [version] => 7.19.7
    [host] => i386-redhat-linux-gnu
    [ssl_version] => NSS/3.14.0.0
    [libz_version] => 1.2.3
    [protocols] => Array
        (
            [0] => tftp
            [1] => ftp
            [2] => telnet
            [3] => dict
            [4] => ldap
            [5] => ldaps
            [6] => http
            [7] => file
            [8] => https
            [9] => ftps
            [10] => scp
            [11] => sftp
        )

)

API: curl info:
API: Array
(
    [url] => http://get-simple.info/api/start/v3.php?v=3.3.1
    [content_type] => application/json;charset=utf-8
    [http_code] => 200
    [header_size] => 259
    [request_size] => 78
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.24088
    [namelookup_time] => 1.9E-5
    [connect_time] => 0.117939
    [pretransfer_time] => 0.11795
    [size_upload] => 0
    [size_download] => 105
    [speed_download] => 435
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => 0
    [starttransfer_time] => 0.240851
    [redirect_time] => 0
    [redirect_url] =>
    [primary_ip] => 72.10.36.125
    [certinfo] => Array
        (
        )

    [request_header] => GET /api/start/v3.php?v=3.3.1 HTTP/1.1
Host: get-simple.info
Accept: */*


)

API: curl Verbose:
API:
API: curl Data:
API: HTTP/1.1 200 OK
Server: nginx
Date: Sun, 16 Mar 2014 20:12:09 GMT
Content-Type: application/json;charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: max-age=1
Expires: Sun, 16 Mar 2014 20:12:10 GMT
X-Powered-By: PleskLin

{"status":"1","latest":"3.3.1","your_version":"3.3.1","message":"Congrats - you have the latest version"}
API: JSON:
stdClass Object
(
    [status] => 1
    [latest] => 3.3.1
    [your_version] => 3.3.1
    [message] => Congrats - you have the latest version
)

API: {"status":"1","latest":"3.3.1","your_version":"3.3.1","message":"Congrats - you have the latest version"}

Fail:

Code:
API: type: core
API: address: http://get-simple.info/api/start/v3.php?v=3.3.1
API: timeout: 500
API: cache check: disabled
API: using curl
API: curl version:
API: Array
(
    [version_number] => 463623
    [age] => 3
    [features] => 1597
    [ssl_version_number] => 0
    [version] => 7.19.7
    [host] => i386-redhat-linux-gnu
    [ssl_version] => NSS/3.14.0.0
    [libz_version] => 1.2.3
    [protocols] => Array
        (
            [0] => tftp
            [1] => ftp
            [2] => telnet
            [3] => dict
            [4] => ldap
            [5] => ldaps
            [6] => http
            [7] => file
            [8] => https
            [9] => ftps
            [10] => scp
            [11] => sftp
        )

)

API: curl info:
API: Array
(
    [url] => http://get-simple.info/api/start/v3.php?v=3.3.1
    [content_type] =>
    [http_code] => 0
    [header_size] => 0
    [request_size] => 78
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 1.117203
    [namelookup_time] => 0.000789
    [connect_time] => 0.116039
    [pretransfer_time] => 0.116046
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => 0
    [starttransfer_time] => 0
    [redirect_time] => 0
    [redirect_url] =>
    [primary_ip] => 72.10.36.125
    [certinfo] => Array
        (
        )

    [request_header] => GET /api/start/v3.php?v=3.3.1 HTTP/1.1
Host: get-simple.info
Accept: */*


)

API: curl error number:28
API: curl error:Operation timed out after 500 milliseconds with 0 bytes received
API: curl Verbose:
API:
API: curl Data:
API:
API: JSON:

API: {"status":-1}

Failed one has incorrectly:
[http_code] => 0


I tried also nocurl, fail:

Code:
API: curl error number:28
API: curl error:Operation timed out after 500 milliseconds with 0 bytes received
API: curl Verbose:
API:
API: curl Data:
API:
API: JSON:

API: {"status":-1}

Ps. http://get-simple.info/forums/showthread.php?tid=5587
$nocurl = false; should be $nocurl = true;
Reply


Messages In This Thread
error 3.3.0 Upgrade Check Failed ! - by fdr - 2014-01-31, 05:44:38
RE: error 3.3.0 Upgrade Check Failed ! - by xxdex - 2014-01-31, 06:40:57
RE: error 3.3.0 Upgrade Check Failed ! - by xxdex - 2014-01-31, 07:33:06
RE: error 3.3.0 Upgrade Check Failed ! - by xxdex - 2014-01-31, 09:05:53
RE: error 3.3.0 Upgrade Check Failed ! - by fdr - 2014-01-31, 15:23:37
RE: error 3.3.0 Upgrade Check Failed ! - by xxdex - 2014-01-31, 19:05:15
RE: error 3.3.0 Upgrade Check Failed ! - by RobA - 2014-02-03, 03:37:14
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-14, 23:02:18
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-16, 21:04:44
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-17, 00:45:38
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-17, 02:51:34
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-17, 03:41:24
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-17, 06:45:49
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-17, 18:12:30
RE: error 3.3.0 Upgrade Check Failed ! - by ph0t0 - 2014-03-22, 18:36:52
RE: error 3.3.0 Upgrade Check Failed ! - by pepe - 2014-11-12, 21:35:59
RE: error 3.3.0 Upgrade Check Failed ! - by pepe - 2014-11-28, 13:19:03



Users browsing this thread: 1 Guest(s)