Recordings don’t show up under Past Meetings
-
Our zoom meeting on November 4 was recorded. The meeting itself, along with the ID, description, passcode etc shows up for users under Past Meetings, but when I check the Recorded button, it says, “Sorry, no meetings were found”. As an admin, I can see the recording on the back-end under Zoom Meeting > Recordings, and the link to View Recordings opens a window that has links to the recording. So WP can see the recording, but the Past Meetings page cannot display it. I turned on WP_debug and got a series of errors on the Past Meetings page all beginning with “WordPress database error: [Table ‘pantheon.wp_bp_zoom_recordings’ doesn’t exist]”.
For example, for that Nov. 4 meeting, these are the errors (minus the actual IDs):
WordPress database error: [Table ‘pantheon.wp_bp_zoom_recordings’ doesn’t exist]
SELECT * FROM wp_bp_zoom_recordings WHERE recording_id = “********-****-****-****-************” AND meeting_id = “***********” AND uuid = “************************” AND file_type != “TIMELINE” ORDER BY start_time DESCWordPress database error: [Table ‘pantheon.wp_bp_zoom_recordings’ doesn’t exist]
SHOW FULL COLUMNS FROMwp_bp_zoom_recordings
I also see the “table doesn’t exist” error for upcoming meetings, though everything else is working great for those (info is there, countdown timer is working, etc.). Here’s the error for the upcoming meeting:
WordPress database error: [Table ‘pantheon.wp_bp_zoom_recordings’ doesn’t exist]
SELECT * FROM wp_bp_zoom_recordings WHERE meeting_id = “86960149796” AND file_type != “TIMELINE” ORDER BY start_time DESCIs there a way to create or regenerate the missing table? Thank you.
- The topic ‘Recordings don’t show up under Past Meetings’ is closed to new replies.