Error msgs when trying to download bulk user actions in .csv and .xlsx

Error msgs when trying to download bulk user actions in .csv and .xlsx

by Leticia Dark-rose -
Number of replies: 3

Hi all,

We have upgraded our DEV site to Version 3.3.1 and now when i try to download a set of user details (under user > accounts > bulk user actions i receive error messages. See below for the full error messages, with debugging on.

for .xlsx - 

Do not include lib/medialib.php, use $CFG->media_default_width instead of CORE_MEDIA_VIDEO_WIDTH, $CFG->media_default_height instead of CORE_MEDIA_VIDEO_HEIGHT, core_media_manager::instance() instead of static methods in core_media, core_media_manager::OPTION_zzz instead of core_media::OPTION_zzz
  • line 59 of /lib/medialib.php: call to debugging()
  • line 27 of /filter/jwplayer/lib.php: call to require_once()
  • line 30 of /filter/jwplayer/filter.php: call to require_once()
  • line 152 of /lib/filterlib.php: call to include_once()
  • line 297 of /lib/filterlib.php: call to filter_manager->make_filter_object()
  • line 1619 of /lib/pagelib.php: call to filter_manager->setup_page_for_globally_available_filters()
  • line 677 of /lib/pagelib.php: call to moodle_page->initialise_theme_and_output()
  • line 820 of /lib/pagelib.php: call to moodle_page->magic_get_theme()
  • line 73 of /filter/emoticon/filter.php: call to moodle_page->__get()
  • line 52 of /filter/emoticon/filter.php: call to filter_emoticon->replace_emoticons()
  • line 176 of /lib/filterlib.php: call to filter_emoticon->filter()
  • line 218 of /lib/filterlib.php: call to filter_manager->apply_filter_chain()
  • line 1305 of /lib/weblib.php: call to filter_manager->filter_text()
  • line 79 of /theme/elegance/settings.php: call to format_text()
  • line 51 of /admin/settings/appearance.php: call to include()
  • line 8002 of /lib/adminlib.php: call to require()
  • line 7889 of /lib/adminlib.php: call to admin_get_root()
  • line 34 of /admin/user/user_bulk_download.php: call to admin_externalpage_setup()

Warning: Cannot modify header information - headers already sent by (output started at /var/www/learning-xxxxx/moodle/lib/weblib.php:3105) in /var/www/learningxxxx/moodle/lib/spout/src/Spout/Common/Helper/GlobalFunctionsHelper.php on line 252

and .csv file

Do not include lib/medialib.php, use $CFG->media_default_width instead of CORE_MEDIA_VIDEO_WIDTH, $CFG->media_default_height instead of CORE_MEDIA_VIDEO_HEIGHT, core_media_manager::instance() instead of static methods in core_media, core_media_manager::OPTION_zzz instead of core_media::OPTION_zzzline 59 of /lib/medialib.php: call to debugging()line 27 of /filter/jwplayer/lib.php: call to require_once()line 30 of /filter/jwplayer/filter.php: call to require_once()line 152 of /lib/filterlib.php: call to include_once()line 297 of /lib/filterlib.php: call to filter_manager->make_filter_object()line 1619 of /lib/pagelib.php: call to filter_manager->setup_page_for_globally_available_filters()line 677 of /lib/pagelib.php: call to moodle_page->initialise_theme_and_output()line 820 of /lib/pagelib.php: call to moodle_page->magic_get_theme()line 73 of /filter/emoticon/filter.php: call to moodle_page->__get()line 52 of /filter/emoticon/filter.php: call to filter_emoticon->replace_emoticons()line 176 of /lib/filterlib.php: call to filter_emoticon->filter()line 218 of /lib/filterlib.php: call to filter_manager->apply_filter_chain()line 1305 of /lib/weblib.php: call to filter_manager->filter_text()line 79 of /theme/elegance/settings.php: call to format_text()line 51 of /admin/settings/appearance.php: call to include()line 8002 of /lib/adminlib.php: call to require()line 7889 of /lib/adminlib.php: call to admin_get_root()line 34 of /admin/user/user_bulk_download.php: call to admin_externalpage_setup()

Warning: Cannot modify header information - headers already sent by (output started at /var/www/learning-dev.8077/moodle/lib/weblib.php:3105) in /var/www/learning-dev.8077/moodle/lib/spout/src/Spout/Common/Helper/GlobalFunctionsHelper.php on line 252

Warning: Cannot modify header information - headers already sent by (output started at /var/www/learning-dev.8077/moodle/lib/weblib.php:3105) in /var/www/learning-dev.8077/moodle/lib/spout/src/Spout/Common/Helper/GlobalFunctionsHelper.php on line 252

Warning: Cannot modify header information - headers already sent by (output started at /var/www/learning-dev.8077/moodle/lib/weblib.php:3105) in /var/www/learning-dev.8077/moodle/lib/spout/src/Spout/Common/Helper/GlobalFunctionsHelper.php on line 252

Warning: Cannot modify header information - headers already sent by (output started at /var/www/learning-dev.8077/moodle/lib/weblib.php:3105) in /var/www/learning-dev.8077/moodle/lib/spout/src/Spout/Common/Helper/GlobalFunctionsHelper.php on line 252
id,username,email,firstname,lastname,idnumber,institution,department,phone1,phone2,city,url,icq,skype,aim,yahoo,msn,country,profile_field_Tradingname,profile_field_Licence,profile_field_Course 
(user details are found under here)

Any assistance would be fantastic.

Kind Regards Leticia





Attachment DEVsite-export-csv08082917.png
Attachment DEVsite-export-xlsx08082917.png
Average of ratings: -
In reply to Leticia Dark-rose

Re: Error msgs when trying to download bulk user actions in .csv and .xlsx

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Out of date jwplayer filter (an optional plugin). 

There doesn't seem to be a version for Moodle 3.3. Do you still use/need it. 

In reply to Howard Miller

Re: Error msgs when trying to download bulk user actions in .csv and .xlsx

by Leticia Dark-rose -

I would like to move to Video JS.... if i uninstall it will this break videos embedded using JW player?

In reply to Leticia Dark-rose

Re: Error msgs when trying to download bulk user actions in .csv and .xlsx

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I've never used either - but as they are just filters I'd be surprised if there was a problem.