Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1243724
    Phil13
    Participant

    Hi,

    The purchase code don’t work, here’s the error message.

    Thanks for your help.

    Philippe

    ERROR MESSAGE (i replace my purchase code by XXXX in the message):

    Version 4.6.1

    array(6) {
    [“headers”]=>
    object(Requests_Utility_CaseInsensitiveDictionary)#278 (1) {
    [“data”:protected]=>
    array(4) {
    [“date”]=>
    string(29) “Fri, 04 Nov 2016 13:30:18 GMT”
    [“server”]=>
    string(58) “Apache/2.4.16 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4”
    [“content-length”]=>
    string(3) “491”
    [“content-type”]=>
    string(29) “text/html; charset=iso-8859-1”
    }
    }
    [“body”]=>
    string(491) ”

    Not Found

    The requested URL /api-v2/validate/XXXXXXXXXXXX/ was not found on this server.

    Additionally, a 404 Not Found
    error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.4.16 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at community.theme.co Port 443


    [“response”]=>
    array(2) {
    [“code”]=>
    int(404)
    [“message”]=>
    string(9) “Not Found”
    }
    [“cookies”]=>
    array(0) {
    }
    [“filename”]=>
    NULL
    [“http_response”]=>
    object(WP_HTTP_Requests_Response)#274 (5) {
    [“response”:protected]=>
    object(Requests_Response)#275 (10) {
    [“body”]=>
    string(491) ”

    Not Found

    The requested URL /api-v2/validate/XXXXXXX/ was not found on this server.

    Additionally, a 404 Not Found
    error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.4.16 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at community.theme.co Port 443


    [“raw”]=>
    string(707) “HTTP/1.1 404 Not Found
    Date: Fri, 04 Nov 2016 13:30:18 GMT
    Server: Apache/2.4.16 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4
    Content-Length: 491
    Connection: close
    Content-Type: text/html; charset=iso-8859-1

    Not Found

    The requested URL /api-v2/validate/XXXXXXXXX/ was not found on this server.

    Additionally, a 404 Not Found
    error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.4.16 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at community.theme.co Port 443


    [“headers”]=>
    object(Requests_Response_Headers)#276 (1) {
    [“data”:protected]=>
    array(4) {
    [“date”]=>
    array(1) {
    [0]=>
    string(29) “Fri, 04 Nov 2016 13:30:18 GMT”
    }
    [“server”]=>
    array(1) {
    [0]=>
    string(58) “Apache/2.4.16 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4”
    }
    [“content-length”]=>
    array(1) {
    [0]=>
    string(3) “491”
    }
    [“content-type”]=>
    array(1) {
    [0]=>
    string(29) “text/html; charset=iso-8859-1”
    }
    }
    }
    [“status_code”]=>
    int(404)
    [“protocol_version”]=>
    float(1.1)
    [“success”]=>
    bool(false)
    [“redirects”]=>
    int(0)
    [“url”]=>
    string(128) “https://community.theme.co/api-v2/validate/XXXXXXX/?product=x&siteurl=http%3A%2F%2Fstrategik.net%2F”
    [“history”]=>
    array(0) {
    }
    [“cookies”]=>
    object(Requests_Cookie_Jar)#273 (1) {
    [“cookies”:protected]=>
    array(0) {
    }
    }
    }
    [“filename”:protected]=>
    NULL
    [“data”]=>
    NULL
    [“headers”]=>
    NULL
    [“status”]=>
    NULL
    }
    }

    #1243885
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    This issue seems related to SSL. Your PHP configuration may not be configured properly. We would advise contacting your host about this. In the meantime, you can fix your WordPress installation by adding this code to a child theme. Follow below link to setup a Child theme :

    https://community.theme.co/kb/how-to-setup-child-themes/

    add_filter( 'https_ssl_verify', '__return_false' );

    This allows WordPress to skip verification when making outbound HTTP requests

    For more troubleshooting and validation connection issues, please check out our knowledge base here :

    https://community.theme.co/kb/connection-issues/

    Hope this helps, let us know how it goes!

    #1244257
    Phil13
    Participant

    fixed thanks 🙂

    other method was found in yours archives after wrote the precedent post 🙂

    #1244299
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1243724 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>