VM244880:69 Uncaught TypeError: Cannot read properties of null (reading 'value') at Object.isFileExtensionValid (<anonymous>:69:125) at HTMLInputElement.checkFileExtension (<anonymous>:72:177) at HTMLInputElement.n (sugar_grp1_yui.js?v=_D0LAIgLpXzajxe-cvofUw:5:26943)
Possible Fix
The error is in isFileExtensionValid function.
on line:
var docType = document.getElementById('doc_type').value;
cause docuement havent' element with id 'doc_type'
Issue
When I try to load any document i get:
VM244880:69 Uncaught TypeError: Cannot read properties of null (reading 'value') at Object.isFileExtensionValid (<anonymous>:69:125) at HTMLInputElement.checkFileExtension (<anonymous>:72:177) at HTMLInputElement.n (sugar_grp1_yui.js?v=_D0LAIgLpXzajxe-cvofUw:5:26943)
Possible Fix
The error is in isFileExtensionValid function. on line: var docType = document.getElementById('doc_type').value; cause docuement havent' element with id 'doc_type'
Steps to Reproduce the Issue
Context
No response
Version
7.14.5
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
MySQL
Operating System and Version
Ubuntu 24