Creating relationships between multiple content types [closed]

Why not do… $my_post_types = array( ‘post’, ‘page’, ‘topic’, ‘case’, ‘note’, ‘question’, ‘therapy_guideline’ ); p2p_register_connection_type( array( ‘name’ => ‘my_post_relationships’, ‘from’ => $my_post_types, ‘to’ => $my_post_types, ‘sortable’ => ‘any’, ‘reciprocal’ => false, ‘cardinality’ => ‘many-to-many’, ‘title’ => array( ‘from’ => ‘Children’, ‘to’ => ‘Parent’, ), ‘admin_column’ => ‘any’, ) ); Or something similar? Edit: A way … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)