Title: drews's Replies | WordPress.org

---

# drews

  [  ](https://wordpress.org/support/users/drews/)

 *   [Profile](https://wordpress.org/support/users/drews/)
 *   [Topics Started](https://wordpress.org/support/users/drews/topics/)
 *   [Replies Created](https://wordpress.org/support/users/drews/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/drews/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/drews/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/drews/engagements/)
 *   [Favorites](https://wordpress.org/support/users/drews/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [After migration to 2.5 theme index.html does not load](https://wordpress.org/support/topic/after-migration-to-25-my-theme-is-broken/)
 *  [drews](https://wordpress.org/support/users/drews/)
 * (@drews)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/after-migration-to-25-my-theme-is-broken/#post-723037)
 * markus_b: I just discovered that the 404 problem has been resolved in the WordPress
   Trac. Seems to be an issue with static home pages, so this might solve your other
   problem as well.
 * Here’s the fix if you can’t wait until they implement the bug error:
 * Change line 922 of wp-includes/query.php from this:
    `if ( ('page' != get_option('
   show_on_front') ) || ( $reqpage != get_option('page_for_posts') ) ) {`
 * to this:
 * `if ( ('page' != get_option('show_on_front') ) || ( $reqpage !== get_option('
   page_for_posts') ) ) {`
 * (Note the second part of the if statement changes from != to !==)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [After migration to 2.5 theme index.html does not load](https://wordpress.org/support/topic/after-migration-to-25-my-theme-is-broken/)
 *  [drews](https://wordpress.org/support/users/drews/)
 * (@drews)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/after-migration-to-25-my-theme-is-broken/#post-723036)
 * Yes, I have the same 404 page problem … any suggestions on why WordPress 2.5 
   is not recognizing my 404.php file?

Viewing 2 replies - 1 through 2 (of 2 total)