scribu / wp-posts-to-posts

Efficient many-to-many connections between posts, pages, custom post types, users.
http://wordpress.org/plugins/posts-to-posts/
974 stars 260 forks source link

Activation error #411

Open greattaste opened 10 years ago

greattaste commented 10 years ago

When I tried to activate 1.6.3 I got the following error:

Plugin could not be activated because it triggered a fatal error. Warning: require_once(/nas/wp/www/cluster-1063/greattaste/wp-content/plugins/wp-posts-to-posts-master/scb/load.php) [function.require-once]: failed to open stream: No such file or directory in /nas/wp/www/cluster-1063/greattaste/wp-content/plugins/wp-posts-to-posts-master/posts-to-posts.php on line 17

I'm trying this version because of the ugly error generated when I use version 1.6.2

[Mon Feb 03 23:52:26 2014] [error] [client 66.249.76.54] WordPress database error Operand should contain 1 column(s) for query SELECT wpposts., wpwpecbd. , wp_p2p.* FROM wp_posts LEFT JOIN wp_wpecbd ON wp_posts.ID = wp_wpecbd.post_id INNER JOIN wp_p2p WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') AND (wp_p2p.p2p_type = 'wpecbd_to_posts' AND wp_posts.ID = wp_p2p.p2p_to AND wp_p2p.p2p_from IN (SELECT wp_posts.ID, wp_wpecbd.* FROM wp_posts LEFT JOIN wp_wpecbd ON wp_posts.ID = wp_wpecbd.post_id WHERE 1=1 AND wp_posts.ID IN (274987) AND wp_posts.post_type = 'wpecbd' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC )) ORDER BY wp_posts.post_date DESC /* From [www.great-taste.net/listing/auld-dubliner-long-beach/] in [/nas/wp/www/cluster-1063/greattaste/wp-content/plugins/posts-to-posts/core/side-post.php:105] */ made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/genesis/single.php'), genesis, do_action('genesis_loop'), call_user_func_array, genesis_do_loop, genesis_standard_loop, do_action('genesis_entry_footer'), call_user_func_array, bop_genesis, genesis_widget_area, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, P2P_Widget->widget, P2P_List_Renderer::query_and_render, call_user_func, P2P_Directed_Connection_Type->get_connected, P2P_Directed_Connection_Type->abstract_query, P2P_Side_Post->do_query, WP_Query->__construct, WP_Query->query, WP_Query->get_posts

If anyone has any input on either error I would appreciate it. Thank you, Teri

greattaste commented 10 years ago

Now, none of my connections show at all. Pulling my hair out.