Title: [Plugin: More Fields] Causing 404 Errors
Last modified: August 19, 2016

---

# [Plugin: More Fields] Causing 404 Errors

 *  [bdiddymc](https://wordpress.org/support/users/bdiddymc/)
 * (@bdiddymc)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/)
 * Is anyone else having an issue with more fields on WP 2.8.4 causing the site 
   to break with 404 errors.
 * If I deactivate more fields and reset the permalinks i am able to get things 
   running again.
 * I can then activate more fields and it works for a little while. But then something
   triggers (not sure exactly what function is running) and all my pages (except
   the front, which is set to a static page) return error 404’s. Even if I try type
   the ID name in the addresses (e.g domain.com/?p=4).
 * Seems this coupled with the javascript issues, More Fields is still a bit too
   buggy for the latest WP install? (which I guess is why it has been approved…)
 * Any idea if a new release is being worked on?
 * [http://wordpress.org/extend/plugins/more-fields/](http://wordpress.org/extend/plugins/more-fields/)

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

 *  [LSmith](https://wordpress.org/support/users/lsmith/)
 * (@lsmith)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230773)
 * I’m having this problem, glad I’m not the only one.
 *  [LSmith](https://wordpress.org/support/users/lsmith/)
 * (@lsmith)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230774)
 * Too buggy, had to deactivate the plugin because it broke all the links in the
   site and produced 404s in the latest WP version. Bummer, because it was looking
   like a great plugin.
 *  [LSmith](https://wordpress.org/support/users/lsmith/)
 * (@lsmith)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230775)
 * Anyone else experiencing this? Using this plugin?
 *  Thread Starter [bdiddymc](https://wordpress.org/support/users/bdiddymc/)
 * (@bdiddymc)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230793)
 * Be interested to bump this. Haven’t come across a solution yet.
 *  [thewaterproject](https://wordpress.org/support/users/thewaterproject/)
 * (@thewaterproject)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230795)
 * Absolutely an issue! Me too…lost 5 hours of my life on this one. 🙂 For me, WP
   Super Cache seemed to be a contributing factor. .htaccess files got wonky.
 * Like bdiddymc it would be fine for a while, something would trigger it and bam
   404s.
 * Too bad…great plugin. Hope it gets fixed soon.
 *  [mitchellgeere](https://wordpress.org/support/users/mitchellgeere/)
 * (@mitchellgeere)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230796)
 * To get it working in the mean time just remove all the url rewrite filters for
   the plugin. Then just re-save all your fields… :), I also changed my permalinks
   to ?p={n} and then back to %postname% worked nicely. 🙂
 *  [johnandrews](https://wordpress.org/support/users/johnandrews/)
 * (@johnandrews)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230798)
 * [@mitchell](https://wordpress.org/support/users/mitchell/) you called it with
   the culprit being the rewrite filters… I changed more-fields-object.php lines
   770:778 to the following and it seems to be working now.
 *     ```
       $slug = substr($field['slug'], 1, strlen($field['slug']));
       if (!$slug) continue;
       $key = $field['key'];
   
       $new_rules = array(
       	'$slug/(.+)' => 'index.php?mf_key=$key&mf_value=' .
       	$wp_rewrite->preg_index(1)
       );
       $wp_rewrite->rules = $new_rules + $wp_rewrite->rules;
       ```
   
 *  [jay-august](https://wordpress.org/support/users/jay-august/)
 * (@jay-august)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230866)
 * [@mitchellgeere](https://wordpress.org/support/users/mitchellgeere/) thank you
   that worked. The solution of john.andrews didn’t work for me.
 *  [jay-august](https://wordpress.org/support/users/jay-august/)
 * (@jay-august)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230867)
 * UPDATE
 * this only works when logged in… As soon as you logout, the 404 errors are back.
 *  [Kal Ström](https://wordpress.org/support/users/kalstrom/)
 * (@kalstrom)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230868)
 * Thanks for the heads up. Well look into it.
 *  [Kal Ström](https://wordpress.org/support/users/kalstrom/)
 * (@kalstrom)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230869)
 * Btw, what’s your setup?

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

The topic ‘[Plugin: More Fields] Causing 404 Errors’ is closed to new replies.

 * 11 replies
 * 7 participants
 * Last reply from: [Kal Ström](https://wordpress.org/support/users/kalstrom/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-more-fields-causing-404-errors/#post-1230869)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
