#21056 closed defect (bug) (invalid)
Child Theme Upload Message: Are you sure you want to do this? Please try again.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
Hi,
I am not quite sure if this is somehow connected with http://core.trac.wordpress.org/ticket/20914 but at least you can read some of the previous messages. Anyways, 3.4 standard install when uploading a Child Theme, as soon as the file is uploaded there comes this message:
Are you sure you want to do this?
Please try again.
In this case I am not even able to see the "Activate" page or anything else for this matter, once again as soon as Theme is uploaded the message just comes up.
Thanks,
Emil
Attachments (2)
Change History (6)
#2
@
13 years ago
Tried on a clean install, different server and everything went ok, if is not too much to ask to kind of keep an eye on this anyways.
Thanks,
Emil
Note: See
TracTickets for help on using
tickets.
This works fine for me with the attached child theme.
Seems like the issue is that you are not on a 3.4 standard install — something is corrupted somewhere. If that is not the case, then we will need to figure out what nonce is failing. To do that, you can go into check_admin_referer() in wp-includes/pluggable.php, and then right before the wp_nonce_ays() call, do a
var_dump( $action, $query_arg, $referer );
.