Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Oddly on 3.5.1 it failed to work the first time I installed it but after changing the permalink to “custom structure” and /%postname%.html then disabling and re-enabling it worked.

    Also got to watch that the .htaccess is updated as per what WordPress wants, else it’ll fail.

    Not sure if the 900 seconds is necessarily the cause as I just discovered this problem on 1 of our 2 popular blogs. Both blogs have identical settings for this plugin and both run on WP 3.5.1 (upgraded from 3.4.x).

    One blog shows nothing when I search the database for the rows mentioned below, but the other had over 80,000 each of these two rows:

    %_transient_timeout_baw_%
    %_transient_baw_count_views-%

    They both have the “Time between counts” set to 0 and all other plugin settings are identical.

    I deleted all those rows from the misbehaving blog, but it’s now adding them back slowly again. The other blog is still showing no new rows.

    Only discovered this after the database update for v3.5.1 kept failing and after much searching it was getting stuck reading 161,000 rows from wp_options. ??

    ——–

    Regarding cleaning the database as David asked. What I did was this and can’t see anything broken yet.

    DELETE FROM  'wp_options' WHERE  'option_name' LIKE  '%_transient_timeout_baw_%'
    
    DELETE FROM  'wp_options' WHERE 'option_name' LIKE  '%_transient_baw_count_views%'

    Trev

    [Sorry, this was a double post – double clicked the submit button]

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