• Resolved ccolotti

    (@ccolotti)


    I am seeing this in the logs all over the place after the 3.1 upgrade:

    ‘[Tue Jul 16 21:51:58 2013] [error] [client 173.72.246.247] WordPress database error Not unique table/alias: ‘stitchtek_wp_6_postmeta’ for query SELECT stitchtek_wp_6_posts.ID FROM stitchtek_wp_6_posts INNER JOIN stitchtek_wp_6_postmeta ON (stitchtek_wp_6_posts.ID = stitchtek_wp_6_postmeta.post_id) INNER JOIN stitchtek_wp_6_postmeta ON stitchtek_wp_6_posts.ID = stitchtek_wp_6_postmeta.post_id WHERE 1=1 AND stitchtek_wp_6_posts.post_type IN (‘post’, ‘page’, ‘plugin_filter’) AND (stitchtek_wp_6_posts.post_status = ‘publish’) AND ( (stitchtek_wp_6_postmeta.meta_key = ‘_PO_permalink’ AND CAST(stitchtek_wp_6_postmeta.meta_value AS CHAR) LIKE ‘%www.v-fit.us/’) ) AND ( stitchtek_wp_6_postmeta.meta_key = ‘enclosure’ ) GROUP BY stitchtek_wp_6_posts.ID ORDER BY stitchtek_wp_6_posts.post_date DESC LIMIT 0, 5 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_feed, do_action(‘do_feed_podcast’), call_user_func_array, powerpress_do_podcast_feed, do_feed_rss2, load_template, require_once(‘wp-includes/feed-rss2.php’), the_excerpt_rss, get_the_excerpt, apply_filters(‘get_the_excerpt’), call_user_func_array, wp_trim_excerpt, apply_filters(‘the_content’), call_user_func_array, rcp_display_message_to_non_loggged_in_users, rcp_user_has_access, rcp_get_subscription_access_level, RCP_Levels->__construct, rcp_get_levels_db_name, is_plugin_active_for_network, get_site_option, apply_filters(‘site_option_active_sitewide_plugins’), call_user_func_array, PluginOrganizerMU->disable_network_plugins, PluginOrganizerMU->disable_plugins, get_posts, WP_Query->query, WP_Query->get_posts’

    http://ww.wp.xz.cn/extend/plugins/plugin-organizer/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    Basically what that looks like is that the MU plugin is calling get_posts multiple times and another plugin is hooking into it. I was thinking of setting a constant so that the mu plugin only builds the plugin list once for efficiency. Looks like it may be needed more than I thought.

    Thread Starter ccolotti

    (@ccolotti)

    Well glad I could supply some logs that could help :). I am building a test server so I can load it there and test an update once you have it. I have it installed on a network install and network enabled as well. Let me know if you need more info 🙂

    Logs will set you free! :)..>LOL

    This entry is repeated about 5 times in a row as well. That re-occurs about every 5 minutes.

    Plugin Author Jeff Sterup

    (@foomagoo)

    Try version 3.1.1 to see if that fixes your issue.

    Plugin Author Jeff Sterup

    (@foomagoo)

    Did this solve your problem?

    Thread Starter ccolotti

    (@ccolotti)

    These errors are gone but there is a new conflict I started a new thread.

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

The topic ‘Database errors??’ is closed to new replies.