• Resolved Yossi Aharon

    (@yossiaharon)


    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:

    Warning: Undefined variable $supported_filters in ----/wp-content/plugins/tutor/templates/course-filter/filters.php on line 20
Viewing 1 replies (of 1 total)
  • Hi @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:

    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.
Viewing 1 replies (of 1 total)

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