Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1186342
    [email protected]
    Participant

    Hi I’ve tried to register my theme using the license code I got from Envato. It’s the same one I used to register to get access to this account.

    When I try to register it I get the following error

    array(6) {
    [“headers”]=>
    object(Requests_Utility_CaseInsensitiveDictionary)#475 (1) {
    [“data”:protected]=>
    array(4) {
    [“date”]=>
    string(29) “Thu, 22 Sep 2016 12:20:49 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) ”

    Please help.

    #1186520
    Joao
    Moderator

    Hello There,

    Thanks for providing the login information. I can confirm that the error is existing in your site. This issue is 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:

    
    
    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.

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