Tagged: x
-
AuthorPosts
-
September 19, 2016 at 6:35 am #1181223
cedParticipantHi,
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?
September 19, 2016 at 6:51 am #1181240
DarshanaModeratorHi 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!September 19, 2016 at 7:09 am #1181251
cedParticipantInstalling 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 restartSeptember 19, 2016 at 7:25 am #1181273
DarshanaModeratorGlad it works for you and thank you for sharing your solution with other members 🙂
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1181223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
