error message with custom user profile fields

error message with custom user profile fields

by Daniele Cordella -
Number of replies: 0
Picture of Core developers Picture of Plugin developers

With custom user profile fields and debugger at highest level, once logged in I get the following three strict standards error messages:

Strict standards: Declaration of profile_field_datetime::edit_field_add() should be compatible with that of profile_field_base::edit_field_add() in Unknown on line 0
Call Stack
#TimeMemoryFunctionLocation
1 0.0384 778616 {main}egg ../index.php:0
2 0.3535 25383240 authenticate_user_loginegg ../index.php:133
3 0.3535 25384376 get_complete_user_dataegg ../moodlelib.php:3962
4 0.4288 25607576 profile_load_custom_fieldsegg ../moodlelib.php:4274
5 0.4288 25607576 profile_user_recordegg ../lib.php:517

 

( ! ) Strict standards: Declaration of profile_field_menu::edit_save_data_preprocess() should be compatible with that of profile_field_base::edit_save_data_preprocess() in Unknown on line 0
Call Stack
#TimeMemoryFunctionLocation
1 0.0384 778616 {main}egg ../index.php:0
2 0.3535 25383240 authenticate_user_loginegg ../index.php:133
3 0.3535 25384376 get_complete_user_dataegg ../moodlelib.php:3962
4 0.4288 25607576 profile_load_custom_fieldsegg ../moodlelib.php:4274
5 0.4288 25607576 profile_user_recordegg ../lib.php:517

 

( ! ) Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /Applications/MAMP/htdocs/HEAD/lib/moodlelib.php on line 4068
Call Stack
#TimeMemoryFunctionLocation
1 0.0384 778616 {main}egg ../index.php:0
2 1.2218 25934832 complete_user_loginegg ../index.php:178
3 1.2218 25934928 session_regenerate_id egg ../moodlelib.php:4068

Is this a moodle bug or did I hack something I had to leave untouched?

As usual: thanks in advance.

Average of ratings: -