Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181223
    ced
    Participant

    Hi,

    I’m having an issue trying to validate X theme.

    Clicking on the “details” button gives me the following:

    array(6) {
      ["headers"]=>
      object(Requests_Utility_CaseInsensitiveDictionary)#4695 (1) {
        ["data":protected]=>
        array(4) {
          ["date"]=>
          string(29) "Mon, 19 Sep 2016 11:33:10 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) "

    I’m not sure what it means, how do I proceed?

    #1181240
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! This could be an issue with your server not having cURL enabled for PHP. We’ve been seeing this happen more often after WordPress 4.6 was released, since they did a big HTTP refactor. Please refer to the following link for more information (https://community.theme.co/forums/topic/regarding-404-errors-when-unable-to-validate/).

    Let us know how it goes.
    Thanks!

    #1181251
    ced
    Participant

    Installing php5-curl worked. Thank you for the help!

    For anyone else that stumbles onto this answer, I was using a DigitalOcean WordPress installation running on Ubuntu. The following fixed it for me:

    sudo apt-get update
    sudo apt-get install php5-curl
    sudo service apache2 restart
    #1181273
    Darshana
    Moderator

    Glad it works for you and thank you for sharing your solution with other members 🙂

    Cheers!

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