[wp-trac] [WordPress Trac] #23092: Word count, Edit Post > Publish > Visibility, Published Date & Status "Edit" links don't work
WordPress Trac
noreply at wordpress.org
Mon Dec 31 20:21:16 UTC 2012
#23092: Word count, Edit Post > Publish > Visibility, Published Date & Status
"Edit" links don't work
-------------------------------+------------------------------
Reporter: scaturan | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.5
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Comment (by scaturan):
Found the problem...
LimitRequestLine 500 is set on my httpd.conf, globally.
By default, 8190 bytes is the maximum length per Apache HTTP Server
documentation - beyond that, I have to recompile Apache manually.
after looking at my Apache logs, it looks like the problem is that the URI
length of GET request for load-scripts.php is longer than 500 bytes,
resulting in a 414 HTTP response error - hence not all the necessary
scripts are properly loaded - hence the issues I was having.
Whereas when script_debug is set to true, the URI length is not an issue
at all.
In a default WordPress 3.5 installation, what exactly is the total URI
length of the GET request? Does it increase depending if plugins are used
or on a theme's markup?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23092#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list