• Resolved hermannf1

    (@hermannf1)


    WP Statistics has stopped working. ( I don’t know why)
    Now i tried to delete the plugin and reinstalled the plugin.
    -> WP Statistics still not working.
    Now I tried to delete the plugin and deleted the DB Tables manually.
    If I install the plugin now again, the plugin doesn’t create the DB Tables.
    How can I clean remove and reinstall the plugin?

    BR

    https://ww.wp.xz.cn/plugins/wp-statistics/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    After you delete the tables you also need to delete the version information that is contained in the wp_options table (the install/upgrade code only runs if this value is different than the version you are installing).

    To do so, run the following SQL command:

    DELETE FROM wp_options WHERE option_name='wp_statistics_plugin_version'

    Then either re-install the plugin (if you still have it removed) or if you have already installed it, go to any page and the tables should be recreated.

    Thread Starter hermannf1

    (@hermannf1)

    Hi
    Thank YOU!
    WP Statistics is working now!
    BR

    Thread Starter hermannf1

    (@hermannf1)

    resolved

    Plugin Contributor Greg Ross

    (@gregross)

    No problem.

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

The topic ‘Problem reinstall plugin’ is closed to new replies.