[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?
-
Hi,
can you please post the link to the page with the table where this happens?
Regards,
Tobiashttp://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
(feel free to play with data-set)Let me know when down so i can delete.
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_LIMITconstant to e.g.128Mor256Mby following the instructions at http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
Tobiasbrought it up to 512 and did not resolve the issue.
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 setWP_DEBUGtotruein wp-config.php, so that error messages are displayed on the page.Regards,
TobiasNo 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
Obviously there is output, because page source is:
http://library.gc.cuny.edu/jitp/source.txt
Almost as if the CSS fails.
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@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…
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,
TobiasI brought both WP memory and php memory (via php.ini file) up and no effect. I will contact the sys admin. Thanks.
Hi,
ok… If your admin finds a reason, please let us know.
Best wishes,
Tobias
The topic ‘[Plugin: WP-Table Reloaded] Table does not appear’ is closed to new replies.