Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#15345 closed defect (bug) (worksforme)

error403 because of _wpnonce

Reported by: foxmask's profile foxmask Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords: reporter-feedback
Focuses: Cc:

Description

Hello,

When i'm on the page that list the themes (themes.php) i have no problem

When i select one theme between three ; i have the error : error 403 permission denied

The rights of the files are good otherwise i could not list the themes on the page themes.php

After several tests, it seems that comes from _wpnonce on the URL

example, this produces the error403

themes.php?action=activate&template=clear-line&stylesheet=clear-line&_wpnonce=7f495c430e

the following does not produces the error403 but does not do the update (it's normal:) )

themes.php?action=activate&template=clear-line&stylesheet=clear-line

For some other themes i've choosen, _wpnonce change and then i can activate theme but not the one i want.

I've the same behavior with the spam management:

  • If i select all the for deletion => error 403
  • If I delete them one by one => no error

Kind regards

Change History (4)

#1 @scribu
13 years ago

  • Milestone changed from Awaiting Review to 3.1

#2 @wpdavis
13 years ago

  • Cc wpdavis added

I can't replicate

#3 @nacin
13 years ago

  • Keywords reporter-feedback added
  • Milestone changed from 3.1 to Awaiting Review

We need to know about your server setup.

#4 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.