Last update Oct. 21, 2016

Home Forums Calendar Products Events Calendar PRO Last update Oct. 21, 2016

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1180472
    rrrpca
    Participant

    Fatal error: Can’t use function return value in write context in /home/rrr/public/wp-content/plugins/events-calendar-pro/src/functions/template-tags/venue.php on line 97

    I can even logon to the admin section

    #1180475
    rrrpca
    Participant

    I can’t access the site or the dashboard

    #1180597
    Zach Tirrell
    Keymaster

    We will be shipping a hotfix for this as soon as possible.

    This is a compatibility issue with PHP 5.2. While we do try to support old versions of PHP 5.2, because WordPress itself does, using out-of-date versions of software like this is bad for security and site performance.

    You have two options for a temporary fix:

    • You can head to line 97 of events-calendar-pro/src/functions/template-tags/venue.php from this:return ! empty( tribe_get_events( $args ) );

      to this:

      $tribe_events = tribe_get_events( $args );
      return ! empty( $tribe_events );

    • Or you can delete The Events Calendar 4.3.1.1 and Events Calendar Pro 4.3.1 from your site and temporarily re-install versions 4.3 of both plugins until we release a fix for this issue—which we will do promptly and are working on as I type this response.

    Thank you so much for your patience! Please let us know if you have further questions on this matter or anything else we can try to help with.

    #1180606
    tom wible
    Participant

    i was also hit with this today on a site that does auto-update…yartum (yet another reason to update manually;-)

    fortunately my 2 other sites had 4.3, which i copied via my provider’s filemanager interface, but i’m sure there are many users like andreas who are just that: users, not familiar w/anything outside the wordpress interface:-\

    #1180616
    Alejandra
    Participant

    I have PHP 5.4.45 and had the same issue.

    #1180640
    Zach Tirrell
    Keymaster

    Our developers just notified me that this does in fact impact PHP versions 5.4 and lower.

    #1180822
    Zach Tirrell
    Keymaster

    The Events Calendar PRO 4.3.1.1 hotfix is now available and is targeted at exclusively fixing this bug. You can either auto-update to that version or grab it from the downloads in your account – https://theeventscalendar.com/my-account/downloads/

    Let me know if you need any other assistance.

    #1191363
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Last update Oct. 21, 2016’ is closed to new replies.