Title: 3.5 Error
Last modified: August 20, 2016

---

# 3.5 Error

 *  [gleenk](https://wordpress.org/support/users/gleenk/)
 * (@gleenk)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/35-error/)
 * Warning: Could not find direction(s). in /srv/www/htdocs/it/neoseo/www/wp-content/
   plugins/posts-to-posts/core/query-post.php on line 16
 * What’s that? How to fix it?
 * [http://wordpress.org/extend/plugins/posts-to-posts/](http://wordpress.org/extend/plugins/posts-to-posts/)

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

 *  [jhollist](https://wordpress.org/support/users/jhollist/)
 * (@jhollist)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/35-error/#post-3349096)
 * I’m getting the same error, any help would be greatly appreciated. Thanks
 *  Plugin Author [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/35-error/#post-3349098)
 * More information is necessary:
 * 1) What are the parameters sent to `p2p_register_connection_type()`?
    2) What’s
   the query that’s causing the warning?
 * I suggest putting this info into a gist: [http://gist.github.com](http://gist.github.com)
 *  Thread Starter [gleenk](https://wordpress.org/support/users/gleenk/)
 * (@gleenk)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/35-error/#post-3349145)
 * One of these:
 *     ```
       $ragioni = new WP_Query( array(
          'connected_type' => 'ragioni_to_case',
          'connected_items' => get_queried_object_id(),
          'nopaging' => true,
       ) );
       if ( $ragioni->have_posts() ) :
   
       ...
   
       while ( $ragioni->have_posts() ) : $ragioni->the_post(); 
   
       ...
   
       endwhile; endif;
       ```
   
 *  Thread Starter [gleenk](https://wordpress.org/support/users/gleenk/)
 * (@gleenk)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/35-error/#post-3349146)
 * This problem comes also on 3.4 etc… everytime I use “connected_type” and “connected_items”
   etc.
 * I already tried by adding “‘connected_direction’ => ‘from’,”
 *  Thread Starter [gleenk](https://wordpress.org/support/users/gleenk/)
 * (@gleenk)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/35-error/#post-3349147)
 * I solved the error (there was some missing info in functions.php) but I can’t
   see connections in the frontend now…

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

The topic ‘3.5 Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-to-posts_7a8e9d.svg)
 * [Posts 2 Posts](https://wordpress.org/plugins/posts-to-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-to-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-to-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-to-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-to-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-to-posts/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [gleenk](https://wordpress.org/support/users/gleenk/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/35-error/#post-3349147)
 * Status: not resolved