Viewing 1 replies (of 1 total)
  • We were having this same problem.

    To fix, change line 9 of event-listings-widget.php from this:

    if ( (false !== strpos($content, '<!--noteaser-->') ) )

    To this:

    if ( (false !== strpos($content[0], '<!--noteaser-->') ) )

Viewing 1 replies (of 1 total)
  • The topic ‘Error in line 97’ is closed to new replies.