The MU forums have moved to WordPress.org

404 Error until update permalinks (11 posts)

  1. Romik84
    Member
    Posted 14 years ago #

    Hi,

    I have problem that when a blog is created it shows 404 page on a post until I update the permalinks. What can be the problem? Thanks.

  2. andrea_r
    Moderator
    Posted 14 years ago #

    It's a bug. it's been fixed.

  3. Romik84
    Member
    Posted 14 years ago #

    I am not able to find the solution

  4. Romik84
    Member
    Posted 14 years ago #

    Anyone for help? I still didn't find a solution.

  5. leisegang
    Member
    Posted 14 years ago #

    what file do i need to update to fix this?

  6. wpmuguru
    Member
    Posted 14 years ago #

    Line #218 of wp-admin/wpmu-edit.php is

    $wp_rewrite->flush_rules();

    comment that line out and add the following line directly below

    update_option('rewrite_rules','');

  7. leisegang
    Member
    Posted 14 years ago #

    and thats it?

    nothing inside the '' in the end?

  8. Romik84
    Member
    Posted 14 years ago #

    I have tried this but it doesn't work :(

  9. wpmuguru
    Member
    Posted 14 years ago #

    @leisegang - that's it, nothing inside the quotes.

    @Romik84 - If you are running 2.8.X, that won't fix the issue. It will fix it in 2.9.X though. That's the patch I applied to fix it in the WP 3.0 alpha.

  10. Romik84
    Member
    Posted 14 years ago #

    It seems to be working now. Thank you!

  11. Romik84
    Member
    Posted 14 years ago #

    hm....it stopped to work again... what's wrong?

About this Topic