• Hi, another error message in another page.

    Warning: Undefined array key 0 in /…/wp-content/plugins/current-post/includes/current-post-functions.php on line 566

    Warning: Trying to access array offset on value of type null in /…/wp-content/plugins/current-post/includes/current-post-functions.php on line 566

    Warning: Trying to access array offset on value of type null in /…/wp-content/plugins/current-post/includes/current-post-functions.php on line 566

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter manu.p

    (@manup-1)

    To avoid this error message, I just replaced in current-post-functions.php on line 566 :

    return ( is_array ($firstimage) ) ? $firstimage[0]['attributes']['src'] : ''; 

    by

    return '';
    Thread Starter manu.p

    (@manup-1)

    Does today’s 1.0.39 solve the issue?

    • This reply was modified 2 years, 1 month ago by manu.p.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Undefined array key 0 in current-post-functions.php on line 566’ is closed to new replies.