-
Bug
-
Resolution: Fixed
-
Major
-
2.4.1
-
Oracle
-
MOODLE_24_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
wip-
MDL-38091-master -
When you try to overwrite your private file with a new file the system display this error:
ORA-00932: inconsistent datatypes: expected - got CLOB
|
|
|
SELECT repositoryid, id FROM c_files_reference WHERE referencehash = :o_param1 and reference = :o_param2 [array ( 'o_param1' ⇒ '8bccfd63767d981f2cc7d76caa0348dd6b219f0e', 'o_param2' ⇒ 'YTo2OntzOjk6ImNvbnRleHRpZCI7aTo1O3M6OToiY29tcG9uZW50IjtzOjQ6InVzZXIiO3M6NjoiaXRlbWlkIjtpOjA7czo4OiJmaWxlYXJlYSI7czo3OiJwcml2YXRlIjtzOjg6ImZpbGVwYXRoIjtzOjE2OiIvUHJvdmEgQ2FydGVsbGEvIjtzOjg6ImZpbGVuYW1lIjtzOjE5OiJhcmdvbWVudG9fdmlvbGEucG5nIjt9', )]
|
|
Error code: dmlreadexception
|
|
Stack trace:
|
|
line 426 of /lib/dml/moodle_database.php: dml_read_exception thrown
|
line 274 of /lib/dml/oci_native_moodle_database.php: call to moodle_database->query_end()
|
line 1066 of /lib/dml/oci_native_moodle_database.php: call to oci_native_moodle_database->query_end()
|
line 1856 of /lib/filestorage/file_storage.php: call to oci_native_moodle_database->get_recordset_sql()
|
line 871 of /lib/filelib.php: call to file_storage->update_references_to_storedfile()
|
line 296 of /lib/filelib.php: call to file_save_draft_area_files()
|
line 70 of /user/files.php: call to file_postupdate_standard_filemanager()
|