-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.4
If you create a TEXT type field in PHP 8.2, it throws deprecated warnings.
- In XMLDB, load any file and edit.
- Edit any table.
- Use 'New field' link to create a new field
- Fill in a name and set the type to 'text'
- Save changes
This results in the following error:
strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
|
Note: I encountered this when going through the database training module from the new Moodle developer skills course on Moodle Academy.