• After activation of the the plugin when I click the icon to setup simple map at the lower left of my dashboard I get next error:

    “Fatal error: Cannot use object of type WP_Error as array in /home/www/property-investing.info/wp-content/plugins/simplemap/classes/ft-ps-client.php on line 105”

    As nobody seems to complain about a general error this must be due to my hosting. Neither do I use survey plugin that seems to give conflicts. I already installed the plugin, but the same message appears. Maybe it is an indication that my RSS feed doesn’t show up, I get as message in the dashboard also:
    “RSS Error: WP HTTP Error: Failed to connect to 209.85.147.104: Permission denied”

    Please what can be wrong? Thanks for suggestions.

    For anyone who needs to explore: http://property-investing.info.
    Pity enough with this you can’t see the real matter that happens in the admin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for your report. It does sound like your server is limiting outgoing messages somehow. At the same time, it looks like I’m not properly handling those errors. I’ll create a fix for that. What host do you use for your site?

    Thread Starter Van Hooreweder

    (@hoore)

    http://www.getphphost.com/
    I have a starters account on shared hosting.

    Seemingly same issue, but I wasn’t having an issue with RSS. I upgraded the plugin to the latest version and still ran into this issue. I took a look at line 105, and replaced it with

    if ( isset( $request->response->code ) && 200 == $request->response->code ) {

    Smooth sailing so far.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Initial simple map error’ is closed to new replies.