• A fatal error was being thrown for posts that don’t have a cover image. The error was on line 671 of the fb-instant-articles/class-instant-articles-post.php file as $cover was being returned as false as so there was no getURL function. I updated the line to be:

    if ( $cover && $cover->getUrl() ) {

    which works.

  • The topic ‘Fatal Error’ is closed to new replies.