[Plugin: WP-Table Reloaded] PHP limits and data loss
-
Limits imposed on input size by suhosin, max_input_vars and sometimes memory_limit cause data loss — table settings and possibly table data. These problems are very difficult for many to diagnose.
Suggestion: if a hidden input field was added at the bottom of the form with a set value, it could be checked after POST. In its absence, the POST rejected and error raised. Ideally the error would identify possible causes (the more specific, the better).
This would have saved me hours and hours after upgrading to PHP 5.3…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-Table Reloaded] PHP limits and data loss’ is closed to new replies.