Tutor 1.7.1 – Admin-Ajax.php error while saving modals
-
I was hired by a client to improve their e-learning website.
They are running on Tutor LMS and Tutor LMS Pro ( both are version 1.7.1 ).When I try to build a Quiz or a Zoom Live Class, the “Save” button just loads and doesn’t save or close the modal.
In the console, I see the following error message:
POST /wp-admin/admin-ajax.php 500and in the php.error.log I see:
[12-Oct-2020 18:07:01 UTC] PHP Fatal error: Uncaught Error: Call to a member function format() on bool in /home/dacade595/public_html/wp-content/plugins/tutor-pro/addons/tutor-zoom/classes/Zoom.php:237
Stack trace:
#0 /home/dacade595/public_html/wp-includes/class-wp-hook.php(287): TUTOR_ZOOM\Zoom->tutor_zoom_save_meeting(”)
#1 /home/dacade595/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
#2 /home/dacade595/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/dacade595/public_html/wp-admin/admin-ajax.php(178): do_action(‘wp_ajax_tutor_z…’)
#4 {main}
thrown in /home/dacade595/public_html/wp-content/plugins/tutor-pro/addons/tutor-zoom/classes/Zoom.php on line 237What I have done/checked:
– Disabled the theme to the default twenty-twenty;
– Disabled all plugins except for Tutor and Tutor Pro;
– Increased both PHP and WP Memory and other limits;
– All tests from Site Health and Tutor Tools are green;
– Have Debug true but no errors in wp only in PHP ( above );This is very strange, and I cannot seem to be able to find what is causing the problem.
I would be very grateful if you have seen this before and can help me.
- The topic ‘Tutor 1.7.1 – Admin-Ajax.php error while saving modals’ is closed to new replies.