Title: large table not loading
Last modified: February 17, 2020

---

# large table not loading

 *  Resolved [delboy007](https://wordpress.org/support/users/delboy007/)
 * (@delboy007)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/)
 * THis page did load slowly a few months ago but is not loading at all now. There
   are 103 rows and I think 4 or 5 columns each with a lot of popups in it. I have
   just updated table press and wordpress to the latest version.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flarge-table-not-loading%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12445176)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * My guess here is that the PHP memory limit is reached. Can you please try again
   after increasing the value of the `WP_MEMORY_LIMIT` constant to e.g. `512M` in
   the wp-config.php file on your server, by following the instructions from [https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php](https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php)?
   In addition, please check if your server uses a modern version of PHP, preferably
   PHP 7.3 or 7.4. These versions are much better and faster with memory handling.
 * Regards,
    Tobias
 *  Thread Starter [delboy007](https://wordpress.org/support/users/delboy007/)
 * (@delboy007)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12447178)
 * I contacted the host (inmotion) and they increased the memory to 512 MB but it
   made not difference. I tried deleted the last 3 rows of the table and then it
   started working.
 * I then enabled SSL on my site and everything is working except this table. If
   I change the table on the same page it works ok so it doesn’t like this big table.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12447721)
 * Hi,
 * could you please try setting the `WP_DEBUG` constant to `true` in your site’s“
   wp-config.php” file? This should give us error messages instead of the output
   just stopping.
 * Regards,
    Tobias
 *  Thread Starter [delboy007](https://wordpress.org/support/users/delboy007/)
 * (@delboy007)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12449508)
 * I tried that but there is nothing showing in the error log.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12449974)
 * Hi,
 * I would have guessed that the error would appear right on the page (where you
   would normally expect the content). However, I’m not getting a “500 Internal 
   Server Error” when accessing your link. This normally always means that something
   is written to some error log file on the server…
 * Regards,
    Tobias
 *  Thread Starter [delboy007](https://wordpress.org/support/users/delboy007/)
 * (@delboy007)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12450035)
 * with chrome and edge i get a blank page but with Chrome I get the 500 internetal
   error message. Here is my php-config file, as you can see it is set for logging
   but nothing appears in the log
 * define(‘WP_DEBUG’, true);
    /*define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’,
   true); error_reporting(E_ALL); @ini_set(‘display_errors’, ‘1’);*/
 * define( ‘WP_MEMORY_LIMIT’ , ‘512M’ );
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12452613)
 * Hi,
 * you are turning quite a few options off with the `/*` and `*/` comments.
    Can
   you please try removing those?
 * Regards,
    Tobias

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

The topic ‘large table not loading’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/large-table-not-loading/#post-12452613)
 * Status: resolved