• fabien79

    (@fabien79)


    Hello,

    I tried to install the Zoom extention (https://wp-events-plugin.com/documentation/location-types/zoom/?_highlight=zoom), but got a fatal error :

    Fatal error: Declaration of EM_Event_Locations\Zoom_Room::output($what = null) must be compatible with EM_Event_Locations\Event_Location::output($what = null, $target = null) in /public_html/wp-content/plugins/events-manager-zoom/event-locations/em-event-location-zoom-room.php on line 78

    Can you fix it please, or tell me how to fix it ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcus

    (@msykes)

    Hello, we’ll look into that and fix it shortly, that’d likely due to you upgrading PHP.

    To fix, go to the file and replace

    ($what = null)

    with

    ($what = null, $target = null)

    in /public_html/wp-content/plugins/events-manager-zoom/event-locations/em-event-location-zoom-room.php?on line?78

    I believe that should fix it.

    Thread Starter fabien79

    (@fabien79)

    Hi,

    I use php 8.1.27, so it’s normal.

    Thanks for the code, it looks it fixed the bug, I hope eveything will work well.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Zoom plugin Crash’ is closed to new replies.