• Resolved ranchhand6

    (@ranchhand6)


    This page is behind a password wall, I can send separate credentials to aid in troubleshooting.

    http://caapilots.com/member-list/

    I upgraded PHP to V7.4, WP to V5.5 and Connections to V9.9 over the weekend. (Too much all at once, I know).

    I now get the following error on my connections card view at the URL above:

    Call to undefined method cnEntry_vCard::getMetaBlock()

    I searched the forum, doesn’t look like there is anything comparable. Any clues as to where I should start?

    Thanks ahead of time!

    T

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    That was removed back with the release of 9.6 but I have never used the methods externally of Connections itself or at least none I could find before deciding to remove it. My best guess you have custom code calling this code. Generally, PHP will output the path to the file generating the error. Does that path show in the error? If it does, what is the path?

    Thread Starter ranchhand6

    (@ranchhand6)

    That was it. I apparently had a card.php that was extremely old. I copied the one from wp-content/plugins/connections/templates/card/ to wp-content/connections-templates/card/ and that seemed to solve the problem.

    I didn’t diff the rest of the directory contents. Would it be advisable to take the rest of the files in wp-content/plugins/connections/templates/card/ and replace the old ones as well?

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Ahhh, it does seem getMetaBlock() was used in the default template for about a month roughly seven years ago.

    Yes, I would recommend porting any changes made to the old version of the template to the new version.

    Apologies for the trouble!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error with Connections Plugin’ is closed to new replies.