You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable define( 'WP_DEBUG_DISPLAY', true ); in wp-config.php.
Go to the Students taking this Lesson report (wp-admin/admin.php?page=sensei_reports&lesson_id=<lesson_id>).
See deprecation notice*.
Export the rows.
*Note that this only happened for some lessons; other lessons were fine. I noticed that I only saw the deprecation message when more than 2 students had taken the lesson, but the cause could be something else. So this may take a bit of digging / testing different scenarios. See screenshots below.
What I Expected
No deprecation notice and the rows to export without issue.
What Happened Instead
The following deprecation notice is displayed:
PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /Users/donnapep/Local Sites/senseitheme/app/public/wp-includes/kses.php on line 1805
The export looks like this:
Screenshots
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
define( 'WP_DEBUG_DISPLAY', true );
inwp-config.php
.wp-admin/admin.php?page=sensei_reports&lesson_id=<lesson_id>
).*Note that this only happened for some lessons; other lessons were fine. I noticed that I only saw the deprecation message when more than 2 students had taken the lesson, but the cause could be something else. So this may take a bit of digging / testing different scenarios. See screenshots below.
What I Expected
No deprecation notice and the rows to export without issue.
What Happened Instead
The following deprecation notice is displayed:
The export looks like this:
Screenshots
The text was updated successfully, but these errors were encountered: