Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4102 closed defect (bug) (fixed)

Internal server error clicking on "Back to Authors and Users" link

Reported by: michaelh's profile MichaelH Owned by: rob1n's profile rob1n
Milestone: 2.2 Priority: normal
Severity: normal Version: 2.2
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

at rev 5193 2.2 bleeding

After clicking on the 'update user' button in user-edit.php, a link to "Back to Authors and Users" is presented, but clicking on that link gets me and Internal server error message.

Using xampp PHP 5.0.4

Attachments (1)

4102.diff (576 bytes) - added by rob1n 18 years ago.

Download all attachments as: .zip

Change History (7)

#1 @rob1n
18 years ago

  • Owner changed from anonymous to rob1n

Apparently something is sanitizing the users.php to change it to user_php. I'll look into it.

#2 @rob1n
18 years ago

Yep, clean_url is mucking it up.

#3 @rob1n
18 years ago

Actually, even without clean_url(), it's still borked.

@rob1n
18 years ago

#4 @rob1n
18 years ago

  • Keywords has-patch commit added

#5 @MichaelH
18 years ago

That fixed it. Thanks rob1n.

#6 @rob1n
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5198]) Fix Back to Authors and Users link. fixes #4102

Note: See TracTickets for help on using tickets.