• Hi

    We are running WordPress 3.1 and WP-Table Reloaded 1.9.1

    Recently some of the tables stopped showing. Opening a page in Safari loads until the page/post title. Opening it in Chrome returns an error:

    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

    The lists have upward of 5,000 items. Short lists do appear.

    Any ideas?

    Other plugins also installed are:
    Connections
    Active Directory Integration
    Contact Form 7
    EG-Attachments
    Embed Iframe
    Exec-PHP
    From where you came
    Google Analyticator
    Hyper Cache
    SlideShare
    TDO Miniforms
    Upcoming Events
    WP-Mail-SMTP
    WP-Polls
    WP Wall

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter aizik

    (@aizik)

    Reading other posts I found that php memory might be an issue… our limit is set to 128MB…

    128M should be plenty

    I would de-activate all plugins temporarily except the one and test
    if works, re-activate one by one until you find offender

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, 128MB of memory should be fine.
    It could however be, that you are reaching the execution time limit of PHP on your server. In that case, Samuel’s suggestion should help.

    Regards,
    Tobias

    Thread Starter aizik

    (@aizik)

    It partially worked.

    With all the plugins deactivated all the tables worked except 1. I will try increasing the execution time limit.

    After activating the plugins I found a conflict with:
    Exec-PHP
    TDO Miniforms
    WP-Polls

    I think that it is a bit odd, since I’m don’t have any polls and the TDO forms and Tables are not on the same post. Could they conflict even if not loaded on the same post?

    Is anyone else experiencing conflicts with these plugins?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    just something I remembered: Setting 128MB of memory through the “WP_MEMORY_LIMIT” constant does not mean that you get those 128MB of memory. Can you somehow check if you really get those 128MB of memory (e.g with the WP System Health plugin)?

    Regarding those plugins:
    I don’t think that they are “conflicting” it just happens to be them which push you above the memory limit. That can happen simply because they are loaded, as all plugins load code even if they are not used.

    Regards,
    Tobias

    Thread Starter aizik

    (@aizik)

    You are right… in WP System Health it shows only 64MB in memory.

    How can I increase it?

    System:

    Server Setup: show detailed ?
    OS Type Linux srv-linux01 2.6.33.3-85.fc13.x86_64 #1 SMP Thu May 6 18:09:49 UTC 2010 x86_64
    Server Software Apache/2.2.15 (Fedora)
    PHP Version 5.3.3
    MySQL Server 5.1.45
    Memory Limit 64 MB
    Server Quota’s: access not permitted or quota not configured.
    Server Locale: show detailed ?
    date/time
    (LC_TIME) C
    Load Average: show detailed ?
    last 1 minute 0,15
    Checkpoints: show detailed ?
    Rendering Dashboard
    (callback:dashboard)
    73,09 %
    46,78 MB | Will be passed during generation of this Dashboard Overview.

    PHP:

    PHP Version 5.3.3
    Runtime Configuration: show detailed ?
    Maximum Execution Time
    (max_execution_time) 30 seconds
    This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser.
    File Upload Settings: ? collapse
    HTTP File Upload
    (file_uploads) On
    Whether or not to allow HTTP file uploads.
    Temporary Directory
    (upload_tmp_dir)
    The temporary directory used for storing files when doing file upload.
    Maximum File Size
    (upload_max_filesize) 200 MB
    The maximum size of an uploaded file.
    Data handling: show detailed ?
    Language Options: show detailed ?
    Short Open Tags
    (short_open_tag) Off
    Tells whether the short form (<? ?>) of PHP’s open tag should be allowed.
    Security and Safe Mode: show detailed ?
    Remote open Files
    (allow_url_fopen) On
    This option enables the URL-aware fopen wrappers that enable accessing URL object like files. Should be disabled for security reasons, to prevent remote file inclusion attacks.
    PHP Safe Mode
    (safe_mode) Off
    Whether to enable PHP’s safe mode.
    Open Basedir
    (open_basedir)
    Limit the files that can be opened by PHP to the specified directory-tree, including the file itself. This directive is NOT affected by whether Safe Mode is turned On or Off.

    WP:

    Core Information: show detailed ?
    Version 3.1
    Installation Type Multi Site Installation
    Automatic Updates: show detailed ?
    Language
    (WPLANG) es_ES
    Language
    (get_locale) es_ES
    Update Method
    (evaluated) direct
    Describes the layer been used to performs automatic updates at your WordPress installation.
    System Constants: show detailed ?
    Post Revision Handling
    (WP_POST_REVISIONS) no limit
    Whether to skip, enable or limit post revisions.
    Automatic Save Interval
    (AUTOSAVE_INTERVAL) 60 seconds
    Post/Page Editor time interval for sending an automatic draft save.
    Empty Trash Interval
    (EMPTY_TRASH_DAYS) 30 days
    Constant controls the number of days before WordPress permanently deletes posts, pages, attachments, and comments, from the trash bin.
    HTTP Transport: ? collapse
    PHP libcurl
    (curl) Yes
    Allows you to connect and communicate to many different types of servers with many different types of protocols.
    PHP Streams API
    (streams) No
    Streams were introduced with PHP 4.3.0 as a way of generalizing file, network, data compression, and other operations which share a common set of functions and uses.
    function fopen
    (fopen) No
    Opens file or URL.
    function fsockopen
    (fsockopen) No
    Open Internet or Unix domain socket connection
    Built-in HTTP
    (exthttp) No
    It eases handling of HTTP URLs, dates, redirects, headers and messages and more.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    if increasing it by setting the WP_MEMORY_LIMIT constant is not working, you will likely need to contact your webhost company to have them set it higher.

    As you can see from the data, you are currently using 73,09% of the available memory, which equals 46.78 MB. As this likely is a value with not a lot of plugins activated, I assume that with more plugins enabled, the 64 MB is indeed not enough.

    Regards,
    Tobias

    Thread Starter aizik

    (@aizik)

    Tobias, thanks,

    You were right. I increased the memory in wp_settings and now everything is working. The larger tables take a bit to load, but they don’t break anymore. I had changed it in php.ini but WP_MEMORY_LIMIT was missing.

    Thanks again!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    great, that’s good to hear! ??

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WP-Table Reloaded Table doesn't show’ is closed to new replies.