connectionEntryList issue
-
Any idea why this code no longer works after upgrading to version 0.7.6.1?
$directory_query = array(); $directory_query['template_name'] = 'montand-img'; // extract the last name from the post title and search the connections db for it $directory_query['last_name'] = substr(strrchr(trim(the_title('', '', FALSE)), ' '), 1); $search_result = connectionsEntryList($directory_query); echo $search_result;
This now gives the error message
ERROR: Template montand-img not found.
I double checked that the template file is still available on the server.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘connectionEntryList issue’ is closed to new replies.