Title: [Plugin: WP-Table Reloaded] Row Limitations
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Row Limitations

 *  Resolved [Don Elliott](https://wordpress.org/support/users/donisflying/)
 * (@donisflying)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/)
 * We ran into an issue with the tables only being able to allow 141 rows. After
   reading the forum I found this post: [http://wordpress.org/support/topic/plugin-wp-table-reloaded-cannot-save-changes-for-big-table](http://wordpress.org/support/topic/plugin-wp-table-reloaded-cannot-save-changes-for-big-table)
   which narrowed the issue down to an issue with Suhosin, a PHP security extension.
   The solutions all dealt with modifying the php.ini file, which our client did
   not have access to.
 * The solution we found was to add this line to the root .htaccess file:
 * php_flag suhosin.simulation On
 * Works great now!
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491489)
 * Hi Don,
 * thank you for sharing this possible solution to this ugly problem with Suhosin!
   Really nice and easy!
    I’ll gladly point other users with this issue to this 
   post.
 * Best wishes,
    Tobias
 *  Thread Starter [Don Elliott](https://wordpress.org/support/users/donisflying/)
 * (@donisflying)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491491)
 * No sweat, it’s a great plugin! You can see how we used it here: [http://www.dryflydistilling.com/find-dry-fly/](http://www.dryflydistilling.com/find-dry-fly/)
 * It’s a combination of custom post types, custom fields, and your plugin. Very
   manageable for the client.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491588)
 * Hi,
 * very cool! I really like the styling of the tables! Great job!
 * Best wishes,
    Tobias
 *  [ekillian](https://wordpress.org/support/users/ekillian/)
 * (@ekillian)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491786)
 * great info…
 * php_flag suhosin.simulation On in .htaccess solve the rowcut issue.
    Thank you
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491787)
 * Hi,
 * sweet! 🙂 So, Don, thanks again for sharing this solution!
 * Regards,
    Tobias
 *  [longnha](https://wordpress.org/support/users/longnha/)
 * (@longnha)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491796)
 * Hello,
 * Thank you for the information but I would like to ask where did you add that 
   line in .htaccess?
 * When I edit .htaccess and add the line right above ‘</IfModule>’ it always result
   error!
 * Thank you.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491797)
 * Hi,
 * I’m not an .htaccess expert, but right at the end of the file should be a proper
   place. Putting it inside an `</ifModule>` clause should not be necessary.
 * Regards,
    Tobias
 *  [longnha](https://wordpress.org/support/users/longnha/)
 * (@longnha)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491798)
 * Hi Tobias,
 * Thank you for your response.
 * When I add the line it always result error 500.
 * According to this post [http://imagevuex.com/documentation/troubleshooting/](http://imagevuex.com/documentation/troubleshooting/)
   It mean that the extensions has been disabled. Yes, I asked my host do so.
 * In sum up, suhosin is not really the one that cause the problem in my case. Now
   I have no ideal how to fix the issue. My bad luck. 🙁
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491799)
 * Hi,
 * ah, that’s too bad 🙁
    Here’s another thread with a different solution: [http://wordpress.org/support/topic/plugin-wp-table-reloaded-cant-saveupdate-long-tables](http://wordpress.org/support/topic/plugin-wp-table-reloaded-cant-saveupdate-long-tables)
 * Maybe that helps…
 * Best wishes,
    Tobias
 *  [longnha](https://wordpress.org/support/users/longnha/)
 * (@longnha)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491800)
 * Hi Tobias,
 * I read many threads and usually there always have error message but in my case
   there have no message, even in error_log.
 * When I make the change in the table and either click “Update change” or Save 
   and go back”, it turn me back to edit table page, with no change at all to the
   table!
 * I’m searching for php.ini file but there have no such file in my proof directory.
   I will contact my host hope they could make few change with php.ini file as suggestion
   in this thread [http://wordpress.org/support/topic/plugin-wp-table-reloaded-cant-saveupdate-long-tables?replies=4](http://wordpress.org/support/topic/plugin-wp-table-reloaded-cant-saveupdate-long-tables?replies=4)
 * Thank you for your answer.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491801)
 * Hi,
 * yes, that is probably be the best idea then. Maybe your webhost can help.
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Row Limitations’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-row-limitations/#post-2491801)
 * Status: resolved