That 's not a valid Placester API Key.!!!!
massage keep showing up on installation of plugin.. i'm getting these keys from placester.com/user/apikeys .. plz help
That 's not a valid Placester API Key.!!!!
massage keep showing up on installation of plugin.. i'm getting these keys from placester.com/user/apikeys .. plz help
Hey link_hussain,
The problem seems to be related to DNS issues on your host. Try installing the Placester plugin on a host with a working DNS resolution or setup a local DNS cache on your server.
Hi
That 's not a valid Placester API Key. in localhost???
Hey vinahousing,
Sounds like a problem with your local environment. Could you add the lines of code bellow in your functions.php or a separate plugin and see if the SSL connectivity is resolved?
add_filter('https_local_ssl_verify', '__return_false');
add_filter('https_ssl_verify', '__return_false');I came here from another topic, however with the same problem. I can confirm that the above addition to functions.php solves the API key problem when running a (sandbox) WP site from "localhost".
You must log in to post.