Viewing 4 replies - 1 through 4 (of 4 total)
  • This might or might not be related, but my WP 2.7 install broke under the weight of more than 2,000 queries spawned by the more fields plugin. Most look like this (from a dump of the more fields settings screen):

    Query: SELECT * FROM wp_posts WHERE ID = 1647 LIMIT 1
    Time: 0.00081110000610352
    Caller: require_once, require_once, require_once, require_once, do_action, call_user_func_array, more_fields_object->flush_rewrite_rules, WP_Rewrite->flush_rules, WP_Rewrite->wp_rewrite_rules, WP_Rewrite->rewrite_rules, WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri, get_page, get_post

    Query: SELECT post_parent FROM wp_posts WHERE ID = 1544 LIMIT 1
    Time: 0.00067400932312012
    Caller: require_once, require_once, require_once, require_once, do_action, call_user_func_array, more_fields_object->flush_rewrite_rules, WP_Rewrite->flush_rules, WP_Rewrite->wp_rewrite_rules, WP_Rewrite->rewrite_rules, WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri, get_page, get_post, _get_post_ancestors

    Just figured out that this plugin was doing the same thing (Breaking media manager) for me too on 2.7

    I hope there is a fix soon.

    I wish there were a changelog. There have been several new versions but I’m not about to reinstall just to see if this issue has been fixed.

    The issue has in fact been fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: More Fields] Breaks Media Library in WordPress 2.7’ is closed to new replies.