Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, mod_security can cause similar issues, but unfortunately, I don’t know the specifics on how to fix this there ?? Sorry.

    Have you checked if you are not actually affected by the “max_input_vars” problem that has been discussed a few times here in the past weeks? That’s actually way more common than the mod_security issue with error messages and so on.

    Regards,
    Tobias

    Thread Starter kmcclory

    (@kmcclory)

    One of the tables we’re using has more then 1000 rows. We can upload the file using the CSV upload tool with no problems but when we edit the table it gets cut-off at row 1001.

    The host feels this is an issue with the plugin code and not a problem with the server settings. Is there an upper limit to the number of rows your plugin can handle?

    I think our table is currently around 1307 rows and 8 columns. In the future the table may get a little larger then this.

    thanks,

    K

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the further information. This sounds like a perfect case of the “max_input_vars” problem that has come up recently on servers running PHP 5.3. This can unfortunately cause the troubles that you describe, especially in large tables.
    Please take a look at https://www.ads-software.com/support/topic/plugin-wp-table-reloaded-cant-saveupdate-long-tables where you can find ideas on this. Especially the change of the “max_input_vars” setting might be necessary.

    WP-Table Reloaded itself does not employ any limits or restrictions on the size of tables. All occurances of such issues were server related so far.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] WP Tables Reloaded "suhosin problem" for mod_security’ is closed to new replies.