Ticket #644 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

Bug with insert_with_markers

Reported by: momo360modena Assigned to: donncha
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

A return in insert_with_markers ? Why ?

See patch for understand !

Attachments

insert_with_markers_fix.patch (457 bytes) - added by momo360modena on 06/01/08 22:40:50.

Change History

06/01/08 22:40:50 changed by momo360modena

  • attachment insert_with_markers_fix.patch added.

06/03/08 14:57:50 changed by donncha

  • owner changed from somebody to donncha.
  • status changed from new to assigned.

I added the return originally, because the normal WP rewrite rules would be added to the .htaccess file, overwriting the rules that were there, probably because they were enclosed in the WORDPRESS tag. This is actually a legacy issue from when MU had the wp-inst directory. It's probably safe to remove the "return" now.

06/03/08 15:46:07 changed by donncha

  • status changed from assigned to closed.
  • resolution set to wontfix.

Ah yes, when you create new blog it creates the rewrite rules for that new blog, thus ruining them for every other blog. Unfortunately this has to remain as it is.

06/03/08 20:30:17 changed by momo360modena

  • status changed from closed to reopened.
  • resolution deleted.

Hum... i find the function "insert_with_markers" only one time ! (for declaration and only here !)

And this function can be use with a plugins ! This situation break the compatibility WP/WPmu...

:)

07/09/08 19:13:06 changed by momo360modena

Consider it for 2.6 !

07/09/08 19:37:40 changed by donncha

  • status changed from reopened to closed.
  • resolution set to fixed.

OK, insert_with_markers is on again, but I had to deactivate mod_rewrite writing.

07/09/08 19:39:37 changed by momo360modena

Thanks !