Title: PHP errors when updating to version 2.7.3
Last modified: July 30, 2024

---

# PHP errors when updating to version 2.7.3

 *  Resolved [Yossi Aharon](https://wordpress.org/support/users/yossiaharon/)
 * (@yossiaharon)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/php-errors-when-updating-to-version-2-7-3/)
 * After I updated to version 2.7.3 I got some errors, seems that plugin is not 
   compatible with PHP 8.2.
 * Here are some of the errors that I receive:
 *     ```wp-block-code
       Warning: Undefined variable $supported_filters in ----/wp-content/plugins/tutor/templates/course-filter/filters.php on line 20
       ```
   

Viewing 1 replies (of 1 total)

 *  [dipsaha](https://wordpress.org/support/users/dipsaha/)
 * (@dipsaha)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/php-errors-when-updating-to-version-2-7-3/#post-17921930)
 * Hi [@yossiaharon](https://wordpress.org/support/users/yossiaharon/) ,
 * Thank you for reaching out. It appears that you’re experiencing compatibility
   issues with Tutor LMS version 2.7.3 and PHP 8.2.
 * Add the following lines to your `wp-config.php` file to disable debugging:
 *     ```wp-block-code
       define('WP_DEBUG', false); define('WP_DEBUG_LOG', false); define('WP_DEBUG_DISPLAY', false);
       ```
   
 * If the issue persists after following these steps, please let me know with a **
   screenshot** of the problem. We may need to explore further troubleshooting steps
   or involve the Tutor LMS support team for additional assistance.
 * Thank you for your patience and cooperation.
 * Best regards,
   Dip Saha
    -  This reply was modified 1 year, 10 months ago by [dipsaha](https://wordpress.org/support/users/dipsaha/).

Viewing 1 replies (of 1 total)

The topic ‘PHP errors when updating to version 2.7.3’ is closed to new replies.

 * ![](https://ps.w.org/tutor/assets/icon-256x256.gif?rev=3193875)
 * [Tutor LMS - eLearning and online course solution](https://wordpress.org/plugins/tutor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [dipsaha](https://wordpress.org/support/users/dipsaha/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/php-errors-when-updating-to-version-2-7-3/#post-17921930)
 * Status: resolved