• I was answering forum questions, and I thought I’d try your plugin to see if it answered the question. So, on my demo site that is running WP 5.4.1, I added your plugin from the admin, and when activated, my Debug Bar said there was a database error (I don’t have WP_DEBUG on), because the plugin had tried a DESCRIBE demwp_admin_columns; SQL command, and the table does not exist.
    This might not be a big issue, but it does show up as a big red button in the Debug Bar, when it probably should not.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tobias Schutter

    (@tschutter)

    On plugin activation, we create the admin_columns database table. Maybe the table was created after your debug tool showed this message. Are you still seeing the error message?

    Thread Starter Joy

    (@joyously)

    Certainly, the table was created. The error does not continue to show. It is just on activation, when the table does not exist, which should be a normal case, not an error shown in Debug Bar.
    I think you need to adjust something so that the error is not propagated to the UI. It is an expected internal error only.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Activation shows error in Debug Bar’ is closed to new replies.