Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author Jake Hall

    (@geekserve)

    Hi there,

    I am currently looking into this. Bare with me.

    Plugin Author Jake Hall

    (@geekserve)

    Hi IILLC,

    Can you delete the current plugin from your site and upload the latest version I have put together for you.

    https://downloads.wordpress.org/plugin/bbpress-improved-statistics-users-online.1.3.1.zip

    Upon reactivating, you **may** get some unexpected output however this will be due to the sql migration. You should then find your stats are back to normal.

    Please let me know so I can re-release 1.3 to all!

    – jake

    Plugin Author Jake Hall

    (@geekserve)

    Hi there,

    Please download the latest version I have just released. It should correct the issue you were having.

    Regards,

    illiniguy

    (@illiniguy)

    After installing 1.3.1 via ‘Add New’ in WP I get a similar error on activation.

    Object Moved
    This document may be found here
    Could not migrate data. Table ‘hrlmb.wp_bbpas’ doesn’t exist

    ripteh1337

    (@ripteh1337)

    Same issue as well in 1.3.1

    Plugin Author Jake Hall

    (@geekserve)

    Hey guys,

    I am really sorry, this release has been an absolute nightmare! I left out one (pretty important) line of code in the upgrade file.

    Please redownload 1.3.1 – I have released a fix.

    1. Deactivate the plugin
    2. Delete the plugin
    3. Upload new 1.3.1 files
    4. Activate the plugin

    You shouldn’t then get that error. if the plugin doesn’t work after that, please verify the bbpas table has been created. if not, run this in phpmyadmin / your equiv.

    CREATE TABLE **YOUR PREFIX HERE**_bbpas (
                id bigint(20) NOT NULL AUTO_INCREMENT,
                userid bigint(20) NOT NULL,
                date_recorded datetime NOT NULL,
                status int(1) NOT NULL,
                UNIQUE KEY id (id),
                INDEX userid (userid),
                INDEX date_recorded (date_recorded),
                INDEX status (status),
                PRIMARY KEY  (id)
            )

    Please replace the prefix in that table creation script.

    Thanks

    imFiles

    (@imfiles)

    Jake Thanks now it’s working perfectly πŸ™‚ and thanks for the new featured Most users ever, That’s owsome πŸ™‚

    Thread Starter IILLC

    (@iillc)

    I deleted and reinstalled the plugin and was still getting an error. However, once I created the table with the above sql. Then I was able to activate the plugin. Thanks for the quick response and the fix!

    illiniguy

    (@illiniguy)

    I also had to create the table manually.

    Plugin Author Jake Hall

    (@geekserve)

    Hi guys,

    Interesting. I will keep an eye on it, it has worked in my test environment multiple times.

    If it crops up again, I will take a look. Thanks for reporting!

    Anyone have a good tutorial on how to run the code below in phpmyadmin / equiv? I have no idea on the steps.

    CREATE TABLE **YOUR PREFIX HERE**_bbpas (
                id bigint(20) NOT NULL AUTO_INCREMENT,
                userid bigint(20) NOT NULL,
                date_recorded datetime NOT NULL,
                status int(1) NOT NULL,
                UNIQUE KEY id (id),
                INDEX userid (userid),
                INDEX date_recorded (date_recorded),
                INDEX status (status),
                PRIMARY KEY  (id)
            )

    I deleted and reinstalled the plugin and was still getting an error.

    Plugin Author Jake Hall

    (@geekserve)

    Aluxi,

    Please redownload the plugin and upload the new files.

    Then, reinstall the plugin.

    Thank you for the quick response. It works.

    BUT it’s not displaying the bbPress statistics correctly. It says my site has 5 posts even though I actually have 1,135 posts.

    My admin dashboard shows the correct stats:

    <img src=”https://farm2.staticflickr.com/1456/26640721616_1f428be469_b.jpg&#8221; width=”1024″ height=”213″ alt=”Screen Shot 2016-04-26 at 6.07.17 PM”>

    Plugin showing incorrect posts count:

    <img src=”https://farm2.staticflickr.com/1493/26574263162_0deefbc66b_b.jpg&#8221; width=”803″ height=”1024″ alt=”Screen Shot 2016-04-26 at 6.07.06 PM”>

    My website in case you want to look at the problem:

    http://www.carfanaticsforum.com/forums/

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Stopped Reporting Stats After Update’ is closed to new replies.