Franck160
Member
Posted 11 months ago #
WordPress 3.1.3 - Connections 0.7.1.5 - all other plugins deactivate - default theme
When I use the shortcode [connections id='1'] I got the following error:
Warning: Wrong parameter count for array_unique() in /public_html/wordpress/wp-content/plugins/connections/includes/class.retrieve.php on line 216
Warning: implode() [function.implode]: Invalid arguments passed in /public_html/wordpress/wp-content/plugins/connections/includes/class.retrieve.php on line 216
No results
This is really, really bad... The rest is working, and I have to say it's a cool plugin... But this feature really miss...
Any advice?
Thanks in advance!
http://wordpress.org/extend/plugins/connections/
Well you're only the third person who has reported this issue. I believe it is directly related to the version of PHP that is being run one you're hosts server since I'm unable to duplicate this issue.
I've offered to try to debug for them but I would need a temp WP admin account and FTP access. Which neither could/wanted to do which is understandable. If you can, send me the access details via this form:
http://connections-pro.com/help-desk/
Franck160
Member
Posted 11 months ago #
Only the third! really no chance ;-)
In fact, I workaround this by using other shortcode such as
[connections category='2' last_name="john"]; and it works like a charm. But because the error seams serious and on the first example, I wanted to let you know.
Thanks!
I know this post is pretty old. The issue was related to the PHP version. I changed the PHP code so it does not use a PHP function flag that required a PHP version higher than WordPress requires to run.
Hope this make sense...