Title: [Plugin: WP-Table Reloaded] Table does not appear
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Table does not appear

 *  Resolved [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/)
 * WP-Table Reloaded 1.9.3.
 * I have a table with 1900+ records and I am able to preview it in the tool, but
   when used on a page, all users see is grey. Any idea? Are there size/memory limitations?
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022010)
 * Hi,
 * can you please post the link to the page with the table where this happens?
 * Regards,
    Tobias
 *  Thread Starter [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022028)
 * [http://library.gc.cuny.edu/resources-and-tools/digital-collections/lp-collection/](http://library.gc.cuny.edu/resources-and-tools/digital-collections/lp-collection/)
 * CSV file that I have imported:
    [http://library.gc.cuny.edu/jitp/lpcollection-modified.csv](http://library.gc.cuny.edu/jitp/lpcollection-modified.csv)(
   feel free to play with data-set)
 * Let me know when down so i can delete.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022035)
 * Hi,
 * thanks for the exta info. The CSV file looks fine, so I don’t think that this
   causes the issue.
 * Instead, I think that this is caused because the PHP memory limit is reached 
   and PHP just stops executing the rendering process of the page. Can you therefore
   please try to increase the memory limit (i.e. increase the value of the `WP_MEMORY_LIMIT`
   constant to e.g. `128M` or `256M` by following the instructions at [http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP)
 * Regards,
    Tobias
 *  Thread Starter [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022039)
 * brought it up to 512 and did not resolve the issue.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022082)
 * Hi,
 * that is odd… Can you then maybe check the server error logs (maybe with the help
   of your webhost) to see if there are any error messages?
    Another idea might 
   be to set `WP_DEBUG` to `true` in wp-config.php, so that error messages are displayed
   on the page.
 * Regards,
    Tobias
 *  Thread Starter [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022100)
 * No server logs.
 * Here is the debug output (same debug results for all pages):
 * Notice: load_plugin_textdomain was called with an argument that is deprecated
   since version 2.7 with no alternative available. in /var/www/html/mrl365/wp-includes/
   functions.php on line 2714
 * Notice: load_plugin_textdomain was called with an argument that is deprecated
   since version 2.7 with no alternative available. in /var/www/html/mrl365/wp-includes/
   functions.php on line 2714
 * Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget()
   instead. in /var/www/html/mrl365/wp-includes/functions.php on line 2628
 *  Thread Starter [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022101)
 * Obviously there is output, because page source is:
 * [http://library.gc.cuny.edu/jitp/source.txt](http://library.gc.cuny.edu/jitp/source.txt)
 * Almost as if the CSS fails.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022102)
 * Hi,
 * yes, there is output, and this is usually something that happens when the PHP
   memory limit is reached. Execution then just stops and everything that has been
   processed so far is sent to the visitor.
    The error message don’t play into this,
   as those are just notices by WordPress about some functionality that should no
   longer be used in this way (and they are not coming from WP-Table Reloaded).
 * To further test this, can you maybe temporarily deactivate other plugins, to 
   see if this maybe reduces the memory load?
 * Regards,
    Tobias
 *  Thread Starter [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022147)
 * [@tobias](https://wordpress.org/support/users/tobias/). You were correct. I rebuilt
   the site with the same theme and only the Table plugin installed and the table
   loaded. Question is how to have the same site with all needed plugins…
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022149)
 * Hi,
 * then this very likely means that this is a memory issue.
 * If
 *     ```
       define( 'WP_MEMORY_LIMIT', '512M' );
       ```
   
 * (don’t forget the M!) is not working by itself, it might be possible that your
   server configuration somehow restricts setting this. Can you maybe try again 
   or also contact your webhost and ask him to increase the PHP memory limit?
 * Regards,
    Tobias
 *  Thread Starter [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022150)
 * I brought both WP memory and php memory (via php.ini file) up and no effect. 
   I will contact the sys admin. Thanks.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022151)
 * Hi,
 * ok… If your admin finds a reason, please let us know.
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Table does not appear’ is closed to new replies.

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

 * 12 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-table-does-not-appear/#post-3022151)
 * Status: resolved