I am seeing lots of moodle exceptions being generated on multiple pages from the same library.
"message": "Uninitialized string offset: 10",
|
"context": {
|
"exceptions": {
|
"errno": 8,
|
"errstr": "Uninitialized string offset: 10",
|
"errfile": "/var/www/moodle29x/lib/typo3/class.t3lib_cs.php",
|
"errline": 2116
|
},
|
"userid": 0,
|
"uri": "/login/forgot_password.php"
|
},
|
"level": 400,
|
"level_name": "ERROR"
|
}
|
and
"message": "Undefined index: utf-8",
|
"context": {
|
"exceptions": {
|
"errno": 8,
|
"errstr": "Undefined index: utf-8",
|
"errfile": "/var/www/moodle29x/lib/typo3/class.t3lib_cs.php",
|
"errline": 1108
|
},
|
"userid": 0,
|
"uri": "/login/forgot_password.php"
|
},
|
"level": 400,
|
"level_name": "ERROR"
|
}
|
the problem isn't restricted to /login/reset_password.php infact there are too many to list.
if you want a full list, I can provide a screenshot from our logstore.
- will be (partly) resolved by
-
MDL-53544 Typo3 library removal
-
- Closed
-