• I am trying to update the FeedGeorge API key in my options and everytime I enter a key, the field erases and I get “WARNING: Before you use WP Feedgeorge plugin, you must acquire a Feedgeorge API Key for your blog”

    It is like the key isn’t being updated in the database?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have checked already. The key actually had stored in database. There was bug in the option form template. Just made the key cannot display in option page.

    The fixing will be in next version, but may take time.

    If you’re developer, for quick fix, please go and edit the file as below
    feedgeorge-wordpress-plugin/themes/config_form.php

    Please go to line 11 and line 24, and look for variable below:
    $fgeo_options[‘Feedgeorge_key’]
    then please change to
    $fgeo_options[‘feedgeorge_key’]
    Save the file. The key should display.

    Please try out. 🙂

    Thread Starter fotoguero

    (@fotoguero)

    That fixed that problem… Thank you. But then I thought the other problems I was having was that it wasn’t saving the geotag because the API key wasn’t working. I see its saving now in the post which is wasn’t before… or at least, it wasn’t showing it. Now I have to get these to show up on a map…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FeedGeorge API not updating’ is closed to new replies.