[wp-trac] [WordPress Trac] #31729: Customize.php - Request-URI Too Large
WordPress Trac
noreply at wordpress.org
Mon Mar 23 23:31:21 UTC 2015
#31729: Customize.php - Request-URI Too Large
-------------------------------+------------------------------
Reporter: FleXoIT | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 4.1.1
Severity: normal | Resolution:
Keywords: close 2nd-opinion | Focuses: ui, javascript
-------------------------------+------------------------------
Changes (by dd32):
* keywords: => close 2nd-opinion
Comment:
I think this is probably caused by `suhosin.get.max_value_length 512`,
although the documentation isn't too clear.
Given it's not normally possible to "see" that variable from PHP, I'm not
sure if this is something that WordPress can work around reliably.
We could use `base64_encode( gzencode( $list ) );` but that's not going to
be as supported as our existing format.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31729#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list