Title: API KEY !!
Last modified: August 20, 2016

---

# API KEY !!

 *  Resolved [link_hussain](https://wordpress.org/support/users/link_hussain/)
 * (@link_hussain)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/api-key-69/)
 * 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
 * [http://wordpress.org/extend/plugins/placester/](http://wordpress.org/extend/plugins/placester/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [Placester Inc.](https://wordpress.org/support/users/placester/)
 * (@placester)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483677)
 * 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.
 *  [vinahousing](https://wordpress.org/support/users/vinahousing/)
 * (@vinahousing)
 * [13 years ago](https://wordpress.org/support/topic/api-key-69/#post-3483743)
 * Hi
    That ‘s not a valid Placester API Key. in localhost???
 *  Plugin Author [Placester Inc.](https://wordpress.org/support/users/placester/)
 * (@placester)
 * [13 years ago](https://wordpress.org/support/topic/api-key-69/#post-3483744)
 * 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');
       ```
   
 *  [greuve](https://wordpress.org/support/users/greuve/)
 * (@greuve)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483745)
 * 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”.
 *  Plugin Author [Placester Inc.](https://wordpress.org/support/users/placester/)
 * (@placester)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483746)
 * Hi greuve,
 * Thank you for confirming the solution suggested above.
 * We have found that in some cases, particularly when WordPress is being run on
   a locally installed server (XAMPP for example), that SSL connections to our server
   will fail.
 * The issue has been addressed in the upcoming release of the plugin and you will
   no longer need to add the following lines to  your functions.php file.
 *     ```
       add_filter('https_local_ssl_verify', '__return_false');
       add_filter('https_ssl_verify', '__return_false');
       ```
   
 *  [mtxmomoaudio](https://wordpress.org/support/users/mtxmomoaudio/)
 * (@mtxmomoaudio)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483748)
 * I’m not able to register, Not a Valid API key….
    I’ve added the suggested filters
   above to my functions.php but it did not make a difference.
 * Running XAMPP, WordPress 3.5.2. DNS settings are fine, I’ve reinstalled the plugin,
   tried right on the server, from different computers, different browsers…
 * any other suggestions?
 *  Plugin Author [Placester Inc.](https://wordpress.org/support/users/placester/)
 * (@placester)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483749)
 * Hi mtxmomoaudio,
 * If you have downloaded and installed the latest version of the plugin you no 
   longer need the filters listed above.
 * Did you obtain the API key from your account on Placester.com – it should be 
   a rather long key comprised of letters and numbers?
 *  [mtxmomoaudio](https://wordpress.org/support/users/mtxmomoaudio/)
 * (@mtxmomoaudio)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483750)
 * Yes
    Also regenerated the key a week ago, and its still not taking it. Copied
   the key from the placester.com website to Notepad, then copied and pasted it 
   into the API field of the plugin, making sure there were not any extra blank 
   spaces before and after the key.
 * XAMPP 1.8.0
    PHP version 5.4.4
 * 2012 Theme…
    No other plugins activated
 *  Plugin Author [Placester Inc.](https://wordpress.org/support/users/placester/)
 * (@placester)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483751)
 * Hi mtxmomoaudio,
 * It sounds like you are running the plugin on a local server. Are you seeing any
   error messages in the server log? Which version of WordPress are you using?
 *  [Sergey](https://wordpress.org/support/users/sergmoro1/)
 * (@sergmoro1)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483752)
 * Hi!
 * localhost, XAMPP, WP 3.6.1, php 5.4.16, Columbus + Placester
 * I’ve got an API KEY, but can’t use it.
 * After plugin activating
    screen goes grey and some form appeared but I can’t 
   click on it.
 * When I click browser back arrow and click Install It Now button -> “Object not
   found!
 * The requested URL was not found on this server. The link on the referring page
   seems to be wrong or outdated. Please inform the author of that page about the
   error.
 * If you think this is a server error, please contact the webmaster.
 * Error 404
 * localhost
    Apache/2.4.4 (Unix) OpenSSL/1.0.1e PHP/5.4.16 mod_perl/2.0.8-dev Perl/
   v5.16.3″
 * What’s wrong? Thanks.
 *  [Matt Williams – Placester Developer Evangelist](https://wordpress.org/support/users/technovangelist/)
 * (@technovangelist)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483753)
 * In future, since this is a different issue, its best to open a new topic.
 * Where did you get Columbus from? If it is from WordPress.org, then remove the
   theme and install it from the Theme Gallery in the Placester plugin. We have 
   been working with the WordPress site to try to update the theme but it is a long
   process.
 * Generally clicking the back arrow button and clicking on a link again is not 
   a good thing to do regardless of the platform or technology…
 *  [Valiberian](https://wordpress.org/support/users/valiberian/)
 * (@valiberian)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483754)
 * Hi:
    I have the same problem. I entered that code and now my wordpress is not
   working! Now I can’t access my admin site!!
 * Help Please!
 *  [Matt Williams – Placester Developer Evangelist](https://wordpress.org/support/users/technovangelist/)
 * (@technovangelist)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483755)
 * Where did you get Columbus from? Did you remove Columbus and get access back 
   to the admin dashboard? Once you remove it, you can add it again from the Theme
   Gallery in the Placester plugin.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘API KEY !!’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/placester_8d8b8c.svg)
 * [Real Estate Website Builder](https://wordpress.org/plugins/placester/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/placester/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/placester/)
 * [Active Topics](https://wordpress.org/support/plugin/placester/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/placester/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/placester/reviews/)

 * 13 replies
 * 8 participants
 * Last reply from: [Matt Williams – Placester Developer Evangelist](https://wordpress.org/support/users/technovangelist/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/api-key-69/#post-3483755)
 * Status: resolved