Tagged: x
-
AuthorPosts
-
August 29, 2016 at 8:03 pm #1152636
kennethheParticipantHi,
I originally used the license on my localhost (http://localhost/), and tried to use it for my new URL. I removed the original site that linked to my license before tried to validate in my new URL, however I still got this error message:
Uh oh, we couldn’t check if this license was valid. Details.
when I clicked detail here is the output:
array(6) {
[“headers”]=>
object(Requests_Utility_CaseInsensitiveDictionary)#388 (1) {
[“data”:protected]=>
array(4) {
[“date”]=>
string(29) “Tue, 30 Aug 2016 00:56:47 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/{myLicense}/ 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)#384 (5) {
[“response”:prI am using wordpress 4.6 and X theme 4.5.2.
thanks
KennethAugust 29, 2016 at 8:08 pm #1152640
kennethheParticipantThis reply has been marked as private.August 30, 2016 at 1:06 am #1152851
RupokMemberHi Kenneth,
Make sure to revoke the previous license from X Addons menu and remove from Themeco license page as well. Then add the new domain and try validating again. If you still face issue; provide your URL.
Cheers!
August 31, 2016 at 11:00 pm #1156252
kennethheParticipantThis reply has been marked as private.August 31, 2016 at 11:34 pm #1156289
Rue NelModeratorHi Kenneth,
Thank you for providing the login information. When we try to login, we have to authenticate it first. We are presented a login for authentication.

Would you mind providing the authentication details as well?
Thank you.
September 5, 2016 at 12:48 pm #1161926
kennethheParticipantThis reply has been marked as private.September 5, 2016 at 6:13 pm #1162220
FriechModeratorHello There,
Thanks for providing the login information. 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:
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.
September 6, 2016 at 10:46 pm #1163931
kennethheParticipantThis reply has been marked as private.September 6, 2016 at 10:57 pm #1163941
kennethheParticipantThis reply has been marked as private.September 7, 2016 at 5:49 am #1164276
kennethheParticipanthi this is resolved, I installed php5-curl on top of curl and restarted apache, and now I can validate, thank you for your help!
September 7, 2016 at 7:16 am #1164342
JoaoModeratorHi There,
Glad to hear we managed to help.
Let us know if you need help with anything else.
Joao
October 7, 2016 at 9:12 am #1206780
painel2000ParticipantThis solution worked for me, I was having the same issue on a digitalocean Ubuntu server (Ubuntu 16.04.1 LTS and PHP 7.0.8).
Solved by:
sudo apt-get install php-curl
sudo service apache2 restartHope this helps someone.
October 7, 2016 at 10:32 am #1206875
RahulModeratorHey There,
Thanks for updating this thread with a working solution.
Definitely, it will be helpful for many users in future.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1152636 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
