@ Margie
re: In what file does getFullFirstLastNameBlock() get defined?
This function has been around for ages and still exists in the present version. The function is defined in the ../wp-content/plugins/connections/includes/entry/class.entry-output.php
file. Line 663 in the current version.
re: Getting this error message:
Fatal error: Call to a member function getFullFirstLastNameBlock() on a non-object in ../wp-content/connections_templates/list.php on line 3
The error is actually coming from a custom template, not Connections, any of the core templates or Tile Plus.
Navigate to this folder via FTP and name the list.php
file to list.old
so it is not loaded by Connections. You should be able to update just fine then from the sounds of it.
You’ll have to fix the custom template so it does not throw the error in order to use it again.
Hope that helps!