Viewing 15 replies - 16 through 30 (of 46 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    ezacharyk: Hummm… it must be getting stuck during the database update, can you run the following sql statement and tell me if it returns results and how many results it returns?

    SELECT ID, last_counter, ip FROM wp_statistics_visitor ORDER BY last_counter, ip

    I had the same problem….

    [07-Aug-2014 02:04:23 UTC] ???? Table '.wp_statistics_visitor' doesn't exist ?? ??????????? ?????? ???? ????? SHOW INDEX FROM wp_statistics_visitor ????? ??? ???? require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-statistics/wp-statistics.php'), include_once('/plugins/wp-statistics/wps-install.php')

    ??? ??? ?? ???? ???? ?? ??? ?????? ?? ????? ?????? wp_ ??????? ??? .

    ?? ????? ?? ???? ?????? ?? ?????? ?????????? ??? ????!

    ???? ??? ???? : wps-install.php

    $result = $wpdb->query('SHOW INDEX FROM wp_statistics_visitor');

    The same thing just happend to me. Disabled det plugin manually, uninstalled and installed it again.

    when accessing mydomian.tld/wp-admin I was hit p? a HTTP 500 error.
    the error log shows this:

    [Thu Aug 07 09:04:32 2014] [warn] [client MyIP] mod_fcgid: stderr: WordPress database error Table ‘myDB.wp_statistics_visitor’ doesn’t exist for query SHOW INDEX FROM wp_statistics_visit$

    Plugin Contributor Greg Ross

    (@gregross)

    I’ve found an install logic issue in the code, there will be a 7.0.2 released shortly to address the issue.

    Same issue here, spent a while figuring out what was causing the blank page.

    Plugin Contributor Greg Ross

    (@gregross)

    BrianTokyo: Have you updated to 7.0.2 yet?

    Yeah I tried deleting all files and uploading a fresh 7.0.2, same results, so I got the folder renamed now until there’s a fix. If you need me to do any tests/debug let me know.

    Thread Starter geurvanmaillard

    (@geurvanmaillard)

    After updating to 7.0.2 I can’t even get 7.0.1 working.
    (Even after renaming it twice …)
    Went back to 7.0 …

    Plugin Contributor Greg Ross

    (@gregross)

    BrianTokyo: Try editing the wps-install.php file, line 80 should be:

    if( $result != 2 ) {

    change it to:

    if( false ) {

    Then reactivate WP Statistics.

    That works, thanks.

    Plugin Contributor Greg Ross

    (@gregross)

    BrianTokyo: Can you run the following SQL command and let me know what the results are (either an error or the number of rows returned?)

    SELECT ID, last_counter, ip FROM wp_statistics_visitor ORDER BY last_counter, ip

    Showing rows 0 – 24 (249885 total, Query took 0.2975 sec)

    I just updated and the same happened to me wp-admin is dead, blank.
    Webstie is working.
    with FTP i just deleted wp statistic and everthing was back to normal.

    Plugin Contributor Greg Ross

    (@gregross)

    7.0.3 is going to pull the upgrade code that’s causing the issue, it should be out shortly.

    Just wanted to let you know that 7.0.3 fixes the described issue. Thanks!

Viewing 15 replies - 16 through 30 (of 46 total)
  • The topic ‘Update to 7.0.1 – admin page blank’ is closed to new replies.