#10155 closed defect (bug) (invalid)
ScreenOptions does not save for Dashboard
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | UI | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
Is this normal that the screenoptions for Dashboard cannot be saved?
all of my sites have this issue.
Every setting for Dashboard works, it just does not save.
Change History (11)
#4
@
16 years ago
Can you use firebug to look at the AJAX requests that are sent when a screen option is changed? The response section should have "1".
#5
@
16 years ago
AJAX reponse: -1
Browser: Firefox (Mac/Win), Chrome, Safari (Win)
Widgets work, but all the draggable components do not save the settings.
#6
@
16 years ago
-1 means either the current user could not be determined or some invalid data was passed. Can you dump the Post section from firebug? Right click and "Copy location with parameters".
#7
@
16 years ago
/wp/wp-admin/admin-ajax.php?action=closed-postboxes&closed=&closedpostboxesnonce=097cde5b5e&hidden=dashboard_recent_drafts%2Cdashboard_primary%2Cdashboard_secondary&page=dashboard
/wp/wp-admin/admin-ajax.php?action=closed-postboxes&closed=&closedpostboxesnonce=097cde5b5e&hidden=dashboard_primary&page=dashboard
/wp/wp-admin/admin-ajax.php?action=closed-postboxes&closed=&closedpostboxesnonce=097cde5b5e&hidden=dashboard_quick_press%2Cdashboard_recent_drafts%2Cdashboard_primary%2Cdashboard_secondary&page=dashboard
#8
@
16 years ago
This is from another site that works, this makes me think that is due to the plugin of integration with vBulletin with map the the member system.
/wp-admin/admin-ajax.php?_ajax_nonce=d8fdab4000&action=meta-box-order&order%5Bcolumn3%5D=dashboard_quick_press&order%5Bcolumn4%5D=&order%5Bnormal%5D=dashboard_right_now%2Cdashboard_recent_comments%2Cdashboard_incoming_links%2Cdashboard_plugins&order%5Bside%5D=dashboard_recent_drafts%2Cdashboard_primary%2Cdashboard_secondary&page=dashboard&page_columns=3
#9
@
16 years ago
Was this caused by a plugin? If not, action=closed-postboxes
is when you open or close particular postbox, action=meta-box-order
is when you move a postbox or change the number of columns. Are they all returning AJAX response: -1? Need to look at the POST that causes admin-ajax.php to return -1, all POST requests above seem correct.
works fine here. what browser are you using?