Don Elliott
Member
Posted 4 months ago #
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 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/
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
Don Elliott
Member
Posted 4 months ago #
No sweat, it's a great plugin! You can see how we used it here: 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.
Hi,
very cool! I really like the styling of the tables! Great job!
Best wishes,
Tobias
ekillian
Member
Posted 4 weeks ago #
great info...
php_flag suhosin.simulation On in .htaccess solve the rowcut issue.
Thank you
Hi,
sweet! :-) So, Don, thanks again for sharing this solution!
Regards,
Tobias