• I’ve reinstalled and deleted the plugin files, however my preferences seem to stay each time. Can someone please let me know how I can reset the plugin settings I have entered. If I have to go into the database please indicate what I am looking for once in.

    The reason for this request is due to the inability to resolve an error message received once I upgrade to the new beta version. It should be noted that when I go back to 2.0.9 the plugin works fine. That said the beta of 2.0.10 was working until I entered a Gravatar rating setting. Once I did that the troubles began.

    I might be wrong but if I could reset the settings I have input into the plugin and go back to the configuration I had when I first installed the Beta, this plugin might work again. Please any advice would be appreciated.

    The error code in question appears when I try to publish post using 2.0.10 Beta.
    Fatal error: Cannot redeclare wpbook_safe_publish_to_facebook()

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor B.

    (@bandonrandon)

    If you want to reset ALL settings you will need to go into the database. We haven’t built in the option to clear the settings. So for now you’ll need to remove the settings manually.

    A word of caution: BACK UP YOUR DATABASE FIRST.

    Steps:
    1) Deactivate WPBook inside the dashboard (or delete the plugin)
    2) Go into your choice of Database editor (i’m using phpMyAdmin)
    3) Go to your WP table
    4) Find your wp_options settings
    5) Find the row with option name wpbookAdminOptions and delete it.
    6) Reactivate the plugin

    Alternatively you can run this query.
    DELETE FROM wp_options WHERE option_name = 'wpbookAdminOptions'

    Keep in mind that your table names may be (and should be) different than the default.

    Hope that helps.

    Plugin Contributor B.

    (@bandonrandon)

    Also any more details on the Fatal error: Cannot redeclare wpbook_safe_publish_to_facebook() problem would be great. At this point I think it’s unrelated to the Gravatar rating setting. I (on of the developers) also had the problem and reported it here http://wordpress.org/support/topic/cannot-redeclare-wpbook_safe_publish_to_facebook But we never figured it out exactly. I think it just randomly happens then goes away with a reset of the browser. If you’d like to try to figure it out and trouble shot a bit that would be awesome.

    We also have an offical bug report on the issue here: http://bugs.wpbook.net/view.php?id=30

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WPBook] Reset Plugin Settings’ is closed to new replies.