Title: Displaying Zero Rows
Last modified: August 30, 2016

---

# Displaying Zero Rows

 *  Resolved [thetouchstudios](https://wordpress.org/support/users/thetouchstudios/)
 * (@thetouchstudios)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/displaying-zero-rows/)
 * Every table I try to connect to shows zero rows.
 * Here are all the options I have tried for each table.
 * add_db_table_editor(‘title=Consultants&table=news_consultants’);
 * add_db_table_editor(array(
    ‘title’=>’Consultants’, ‘table’=>’news_consultants’,‘
   sql’=>’SELECT * FROM news_consultants ORDER BY Consultant_ID DESC’, ‘id_column’
   =>’Consultant_ID’ ));
 * add_db_table_editor(array(
    ‘title’=>’Consultants’, ‘table’=>’news_consultants’,‘
   sql’=>’SELECT * FROM news_consultants ORDER BY Consultant_ID DESC’, ));
 * add_db_table_editor(array(
    ‘title’=>’Consultants’, ‘table’=>’news_consultants’,‘
   sql’=>’SELECT * FROM news_consultants’, ));
 * [https://wordpress.org/plugins/wp-db-table-editor/](https://wordpress.org/plugins/wp-db-table-editor/)

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

 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/displaying-zero-rows/#post-6758339)
 * I think this was probably due to a bug in the plugin that I have just released
   a fix for. Please try 1.5.2 and see if your problem is resolved.
 *  [tfrancois](https://wordpress.org/support/users/tfrancois/)
 * (@tfrancois)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/displaying-zero-rows/#post-6758395)
 * The problem may have cropped up again with v 1.5.3. I am trying to display a 
   table (not using SELECT) and no rows are displaying. What was the resolution 
   or fix to this issue?
 *  [ronnieg](https://wordpress.org/support/users/ronnieg/)
 * (@ronnieg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/displaying-zero-rows/#post-6758396)
 * Same issue. Just installed 1.5.3 and 0 rows on every table. Also having permissions
   issues accessing any tables, even though I am logged in as admin user.
 *  [ronnieg](https://wordpress.org/support/users/ronnieg/)
 * (@ronnieg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/displaying-zero-rows/#post-6758397)
 * 0 rows issue fixed. Not a plugin problem.
 *  Plugin Author [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * (@bobbysmith007)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/displaying-zero-rows/#post-6758398)
 * tfrancois:
 * The plugin displaying 0 rows is just a general sign of failure and doesnt point
   to any specific cause. You should enable wordpress debugging and database debugging(
   define(‘WP_DEBUG_DISPLAY’, true);define(‘WP_DEBUG’, true);) and look for error
   output on your page. You can also examine the javascript console and look for
   client errors.
 * Once you have found a specific error message and provided the configuration you
   are using to cause it, I can probably help you find the answer

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

The topic ‘Displaying Zero Rows’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-db-table-editor.svg)
 * [WP-DB-Table-Editor](https://wordpress.org/plugins/wp-db-table-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-db-table-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-db-table-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-db-table-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-db-table-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-db-table-editor/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [bobbysmith007](https://wordpress.org/support/users/bobbysmith007/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/displaying-zero-rows/#post-6758398)
 * Status: resolved