[Plugin: Posts 2 Posts] Infinite search wheel
-
I have Clients and Projects CTPs which I registered with CPT UI.
In my functions…
function my_connection_types() { if ( !function_exists('p2p_register_connection_type') ) return; p2p_register_connection_type( 'projects', 'clients', true ); } add_action('init', 'my_connection_types', 100);
Metabox shows up fine.
I have added a client called Eric Brown. When type in ‘Eric’ into the metabox, it begins searching then gives me this response (from firebug)
<br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/Users/Jared/Sites/htdocs/projects/wp-admin/includes/plugin.php</b> on line <b>1264</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/Users/Jared/Sites/htdocs/projects/wp-admin/includes/plugin.php</b> on line <b>1264</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/Users/Jared/Sites/htdocs/projects/wp-admin/includes/plugin.php</b> on line <b>1264</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/Users/Jared/Sites/htdocs/projects/wp-admin/includes/plugin.php</b> on line <b>1264</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/Users/Jared/Sites/htdocs/projects/wp-admin/includes/plugin.php</b> on line <b>1264</b><br /> {"27":"Eric Brown"}
This is on a fresh 3.1 RC3 install.
Any ideas where to look?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Posts 2 Posts] Infinite search wheel’ is closed to new replies.