Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    can you please post the link to the page with the table where this happens?

    Regards,
    Tobias

    Thread Starter gnosis_wp

    (@gnosis_wordpress)

    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
    (feel free to play with data-set)

    Let me know when down so i can delete.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Regards,
    Tobias

    Thread Starter gnosis_wp

    (@gnosis_wordpress)

    brought it up to 512 and did not resolve the issue.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    (@gnosis_wordpress)

    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

    (@gnosis_wordpress)

    Obviously there is output, because page source is:

    http://library.gc.cuny.edu/jitp/source.txt

    Almost as if the CSS fails.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    (@gnosis_wordpress)

    @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

    (@tobiasbg)

    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

    (@gnosis_wordpress)

    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

    (@tobiasbg)

    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.