[wp-testers] "Are you sure you want to do this?" without button

Otto otto at ottodestruct.com
Tue Nov 11 05:20:57 GMT 2008


Normally, that action is a POST (instead of a GET) and you're also
sending a nonce along with the request. The "are you sure" message is
the result of not sending the nonce. That would normally pop up (if no
nonce was send), not be a separate page.

In other words, you should not point a browser to that URL directly.
Go to wp-admin/update-core.php and then click the upgrade button
instead.


On Mon, Nov 10, 2008 at 3:57 AM, Xavier Borderie <xavier at borderie.net> wrote:
> Pointing Firefox directly to /wp-admin/update-core.php?action=do-core-upgrade
> brings me the "Are you sure you want to do this?" screen, which is
> nothing unexpected, apart from the fact that I have no way to get out
> of it: no OK, no Cancel, nothing, just that message. Is something
> missing?
>
> --
> Xavier Borderie
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list