Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#1565 closed defect (bug) (fixed)

Changeset 2768 killed WordPress

Reported by: seth's profile seth Owned by: markjaquith's profile markjaquith
Milestone: Priority: highest omg bbq
Severity: blocker Version: 1.6
Component: General Keywords: bg|commit bg|has-patch
Focuses: Cc:

Description

Force-unregistering all globals (which, it should be noted, is different than setting register_globals to off...) causes the front page of my blog to display only "404 - not found". Commenting out lines 6-8 un-breaks WP.

Attachments (2)

wp-settings.php.diff (445 bytes) - added by markjaquith 19 years ago.
Patch against latest 1.6 SVN
wp-settings.1.5.php.diff (893 bytes) - added by markjaquith 19 years ago.
Patch against /branches/1.5/

Download all attachments as: .zip

Change History (6)

#1 @ringmaster
19 years ago

Try adding these two lines after the line 8 in r2768:

unset($name);
unset($value);

#2 @markjaquith
19 years ago

  • Priority changed from normal to highest
  • Severity changed from normal to blocker
  • Version changed from 1.2 to 1.6

Thanks Owen. Works for me. Also, applying that patch (and your fix) to 1.5.1.3 or /branches/1.5/ works fine.

@markjaquith
19 years ago

Patch against latest 1.6 SVN

@markjaquith
19 years ago

Patch against /branches/1.5/

#3 @markjaquith
19 years ago

  • Keywords bg|commit bg|has-patch added
  • Owner changed from anonymous to markjaquith
  • Status changed from new to assigned

#4 @matt
19 years ago

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

(In [2769]) Fixes #1565

Note: See TracTickets for help on using tickets.