Make WordPress Core

Opened 17 years ago

Closed 16 years ago

#6591 closed defect (bug) (invalid)

infinite redirects with 2.3 and 2.5

Reported by: danbutcher's profile danbutcher Owned by:
Milestone: Priority: high
Severity: major Version:
Component: General Keywords:
Focuses: Cc:

Description

I installed both 2.3 and 2.5 in different directories on the same server, and both give me infinite redirects. With default permalink structure set up, I can preview a post or page without problem, but when I publish it and go to view the page/post, I get an endless redirect.

I installed the Disable Canonical URL plugin, and now permalinks work in whatever format I want to make them.

However, I'm getting error messages in various places:

this one comes up on the write post page:
Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/classes.php on line 805

And this one when I publish the post:
Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 689

I get these when I log out:
Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-login.php on line 202

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-login.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 565

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 566

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 569

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 570

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 571

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 572

Warning: Cannot modify header information - headers already sent by (output started at /home/apache/share/htdocs/english/wp/wp-content/plugins/disableredirect.php:12) in /home/apache/share/htdocs/english/wp/wp-includes/pluggable.php on line 689

Change History (2)

#1 @Viper007Bond
17 years ago

Your error messages are plugin related, not a WordPress error. disableredirect.php is sending output on line 12.

#2 @pishmishy
16 years ago

  • Milestone 2.7 deleted
  • Resolution set to invalid
  • Status changed from new to closed

No feedback since initial report and Viper's comments. Presuming this definitely is plugin related to closing as invalid.

Note: See TracTickets for help on using tickets.