Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter psimatrix

    (@psimatrix)

    I modified line 547 of intensedebate.php from:

    if ( !is_array( $o ) ) {

    to:

    if ( !is_array( $o ) && is_object($o) ) {

    This will patch the issue temporarily but isn’t a long term solution.

    Thread Starter psimatrix

    (@psimatrix)

    I just updated the plugin to the latest version and this problem persisted. I applied the same patch and it’s working again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘get_object_vars Error’ is closed to new replies.