06/23/2014 at 10:50 am
#294821
Keymaster
@ Martin
Looks you may have customized an much older version of the default card template judging by the path and filename in the error message. To keep your customizations, the solution is to open this file and delete line 32:
../wp-content/connections_templates/card/template.php
The alternative solution is to delete your custom template and use the version that comes with Connections.
The issue is the that $vcard->download() function was removed long ago and backward support for it was removed in version >= 0.8. Oh another solution would be to use $entry->vcard() on line 32.
Hope that helps!
