• Hello,

    I really like you plugins and we use several of them. It looks like bbPress Manage Subscriptions could use a bit of cleanup to make it fully compatible with the latest versions of the WP core. We are seeing error message like the following in our log (thousands of these are logged each day) –

    Today 09:02:51 GMT-0500 (Eastern Standard Time)
    Declaration of bbPMS_List_Table::get_sortable_columns() should be compatible with WP_List_Table::get_sortable_columns()
    Type: PHP Strict Standards Line: 180
    File: /home/nonefdcl/public_html/wp-content/plugins/bbp-manage-subscriptions/bbp-manage-subscriptions.php

    and

    Today 09:02:48 GMT-0500 (Eastern Standard Time)
    has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.
    Type: PHP Notice Line: 3975
    File: /home/nonefdcl/public_html/wp-includes/functions.php

    I would be much appreciated if you could update bbPress Manage Subscriptions to eliminate these log entries.

    Fred n1fd.org

Viewing 1 replies (of 1 total)
  • Plugin Author Pascal Casier

    (@casiepa)

    Hi,
    The standard WP Table does not seem too happy with how I want to use it, so it will take some time before I can fix this.
    But if you are seeing the warnings like these ones it seems that in your wp-config.php file (normally in the root of your main folder where the website resides) you must have the DEBUG on, which is best not to have active on a production site.

    Could you try to find the line that says
    define( ‘WP_DEBUG’, true );
    and change it to
    define( ‘WP_DEBUG’, false );
    ?

    Next major version of this plugin should no longer be using the WP Table to avoid these warnings.

    Let me know!
    Pascal.

    • This reply was modified 7 years, 10 months ago by Pascal Casier.
Viewing 1 replies (of 1 total)
  • The topic ‘Please make bbPress Manage Subscriptions Compatible with WP 4.7’ is closed to new replies.