Viewing 9 replies - 16 through 24 (of 24 total)
  • Yupp! Let’s hope so.

    Thread Starter johanna2patricia

    (@johanna2patricia)

    Ok an update.
    I did a backup form my database and all my files first.
    When I use the update feature in the admin I loose all my stats.
    I use the stats in a widget in my left sidebar and that doesn’t work anymore. I get the letters, but no stats.

    Then I removed the entire plugin and installed version 3.0.2. That works in the admin, but it doesn’t work in the widget in the sidebar.
    I tried to insert the stats in the phpmyadmin, but you can only enter one number for the total visits and the daily visits. So that is no good.

    So I put back my old database and uploaded the folder wp-statistics again and now all is back to how it was.
    I won’t be updating this plugin anymore, because it doesn’t work properly then.

    If you want to get rid of the annoying update announcement in the admin. add this to the wp-statistics.php :

    add_filter(‘site_transient_update_plugins’, ‘dd_remove_update_nag’);
    function dd_remove_update_nag($value) {
    unset($value->response[ plugin_basename(__FILE__) ]);
    return $value;
    }

    just put it under:
    add_filter(‘widget_text’, ‘do_shortcode’);

    It is too bad, that this plugin won’t work properly with the new update. Mostafa if I were you I would change the update 3.0.2 because it won’t work.

    Johanna

    Hi:

    (Sorry, I don’t write english well)

    I have a solution:

    Plugin create a sql table:
    wp_statistics_visit

    If you add a new record, per day (or last day of month), plugin sum this value to statistic.

    For example, I add this:
    ( 1 record auto added) 2013-02-10 11:11:19 2013-02-10 16
    ( 2 record man. added) 2013-02-09 12:16:37 2013-02-09 34

    then, today (2013-02-10) I have 52 visits.

    Bye

    Vicente

    Microwork

    (@microwork)

    I seem to get the same error ? Everything else works but I am unable to view Recent Visitors? My host does not allow Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /../..eg…/../wp-content/plugins/wp-statistics/includes/class/statistics.class.php on line 177

    This looks like a great plugin, but is there a fix for this error? I am using it on a school charity website and would appreciate the support, thanks in advanced

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    I seem to get the same error ? Everything else works but I am unable to view Recent Visitors? My host does not allow Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /../..eg…/../wp-content/plugins/wp-statistics/includes/class/statistics.class.php on line 177

    This looks like a great plugin, but is there a fix for this error? I am using it on a school charity website and would appreciate the support, thanks in advanced

    please enable file_get_contents in your server.

    Microwork

    (@microwork)

    Your are a talented guy and this planet needs more!!!! The update is great !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    THANKS 🙂

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Your are a talented guy and this planet needs more!!!! The update is great !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    THANKS 🙂

    Please
    Thank you 🙂

    Why do they do this??? I have fallen in the same trap, Last time around I did a theme update all the CSS was put back to original so as you can imagine my Website was all in disarray, this time I updated wp stats and half Million visits and stats are lost…. Very unprofessional, now thinking seriously about migrating toJoomla, Drupal or Mambo…..
    I have to do some Research as to which is the best… WP has serious probs, there should be warning Messages if they know shit like this is going to happen.

    Thread Starter johanna2patricia

    (@johanna2patricia)

    Hamski,
    It is commonly known that the best thing is to back up your database and files first before you update a plugin.
    Remember WP is free and the people that make the plugins do that for free.
    Of course it isn’t a good idea to update a plugin and then loose all the stats. I agree wholeheartedly.

    Johanna

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘After update all the stats are gone?’ is closed to new replies.