• Resolved mhoney

    (@mhoney)


    Hello, when I click on event for details I get this error

    Fatal error: Can’t use function return value in write context in /xxx/xxx/public_html/xxx/wp-content/plugins/simple-event-calendar/resources/views/frontend/event/show.php on line 16

    Help!!!

Viewing 1 replies (of 1 total)
  • Plugin Author grandwp

    (@grandwp)

    Dear @mhoney

    To fix the issue, please, update the PHP version you have now or
    replace this line of the code

    if(!empty(get_adjacent_post(false,'',true))){

    with this line

    $adjacentPost = get_adjacent_post(false,'',true);
    if(!empty($adjacentPost )){
Viewing 1 replies (of 1 total)
  • The topic ‘ERROR while viewing an event’ is closed to new replies.