Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_extra_user_fields() is deprecated. Please use the \core_user\fields API instead. #11

Open
caiadogithub opened this issue Jan 31, 2022 · 0 comments

Comments

@caiadogithub
Copy link

Hi,

When accessing "/blocks/vxg_orgs/manage_admins.php" I got this error messages:

get_extra_user_fields() is deprecated. Please use the \core_user\fields API instead.

line 3324 of /lib/deprecatedlib.php: call to debugging()
line 98 of /blocks/vxg_orgs/manage_admins.php: call to get_extra_user_fields()

get_all_user_name_fields() is deprecated. Please use the \core_user\fields API instead

line 3384 of /lib/deprecatedlib.php: call to debugging()
line 100 of /blocks/vxg_orgs/manage_admins.php: call to get_all_user_name_fields()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()

get_user_field_name() is deprecated. Please use \core_user\fields::get_display_name() instead

line 3366 of /lib/deprecatedlib.php: call to debugging()
line 106 of /blocks/vxg_orgs/manage_admins.php: call to get_user_field_name()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant