[wp-trac] [WordPress Trac] #22757: load-scripts.php is receiving too long of a GET parameter
WordPress Trac
noreply at wordpress.org
Wed Dec 5 16:25:10 UTC 2012
#22757: load-scripts.php is receiving too long of a GET parameter
-------------------+----------------------------
Reporter: nacin | Type: defect (bug)
Status: new | Priority: high
Milestone: 3.5 | Component: Administration
Version: trunk | Severity: blocker
Keywords: |
-------------------+----------------------------
This was originally reported here: http://wordpress.org/support/topic
/flyout-menus-35-rc12.
This works:
http://lamandrewsdevelopment2.com/la-wp-testing/wp-admin/load-
scripts.php?c=1&load=admin-bar,hoverIntent,common,wp-ajax-response,jquery-
color,wp-lists,quicktags,jquery-query,admin-comments,jquery-ui-core
,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,dashboard
,customize-base,customize-loader,thickbox,plugin-
install,underscore,shortcode,media-upload,backbone,media-models,plupload
,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4,wp-
plupload,media-views,media-editor,word-count,jquery-ui-resizable,jquery-
ui-draggable,jquery-ui-button,jquery-ui-position,jquery-ui-
This does not:
http://lamandrewsdevelopment2.com/la-wp-testing/wp-admin/load-
scripts.php?c=1&load=admin-bar,hoverIntent,common,wp-ajax-response,jquery-
color,wp-lists,quicktags,jquery-query,admin-comments,jquery-ui-core
,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,dashboard
,customize-base,customize-loader,thickbox,plugin-
install,underscore,shortcode,media-upload,backbone,media-models,plupload
,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4,wp-
plupload,media-views,media-editor,word-count,jquery-ui-resizable,jquery-
ui-draggable,jquery-ui-button,jquery-ui-position,jquery-ui-
dialog,wpdialogs,wplink,wpdialogs-popup&ver=3.5-RC2-22928
Obviously, error reporting would normally be suppressed in load-
scripts.php, but that'd only end up with a blank page and thus most of the
JavaScript on the screen breaking. `$_GET['load']` is being unset for
length reasons. Why? I don't know yet. I can reproduce this exact length
issue on my nacin.com server too, so going to dig there next.
Add one more character to the first URL and it will fail.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22757>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list