Make WordPress Core

Opened 9 years ago

Closed 8 years ago

#35701 closed defect (bug) (worksforme)

Error during save permalink

Reported by: sebastianpisula's profile sebastian.pisula Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Permalinks Keywords: has-screenshots reporter-feedback
Focuses: Cc:

Description

During save permalink I have question: Are you sure you want to do this? And I can't doing nothing.

Attachments (1)

screen.png (43.3 KB) - added by sebastian.pisula 9 years ago.

Download all attachments as: .zip

Change History (4)

#1 @zsusag
9 years ago

  • Keywords has-screenshots reporter-feedback added

@sebastian.pisula:

I'm having a hard time trying to replicate this bug. The only reason that this should show is that if you are trying to enter in a false structure for either the permalink or the category structure. The message is trying to advise you against saving, thus not allowing you to. This isn't a "bug" to my knowledge in WordPress, more of just a support thing. Double check your input and if you still get the error if you could post your input when you change the permalinks I would appreciate it if you would also post that here.

Here is the code in options-permalink.php that references (granted down the line) the error message "Are you sure you want to do this?"

if ( isset($_POST['permalink_structure']) || isset($_POST['category_base']) ) {
	check_admin_referer('update-permalink');

#2 @SergeyBiryukov
9 years ago

  • Component changed from General to Permalinks

#3 @swissspidy
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Feel free to open with steps to reproduce if this still happens, but I cannot seem to replicate this.

Note: See TracTickets for help on using tickets.