12/15/2017 at 5:47 pm
#444264
Keymaster
@ Cole
I think I have a fix. Try this…
Edit this file:
../wp-content/plugins/connections/includes/class.retrieve.php
Search for this line:
$atts['meta_query']['meta_query'][] = array( 'key' => $meta[1] );
Replace it with these:
isset( $k ) ? $k++ : $k = 0;
$atts = cnArray::add( $atts, "meta_query.meta_query.{$k}.key", $meta[1] );
Does that fix it?