Version of script: 3.2.2
Hosting company: selfhosted
I've played around with the KB Feature and found it very helpful to have images in a KB article. Since I want them inline I frequently use copy/paste to directly insert images (from the windows snipping tool for example) into the RTE editor.
At a certain point this will break the INSERT query into the database when submitting a KB article or ticket since the html code gets too big.
Reason: the database field is set to MEDIUMTEXT which has a data limit of 16MB.
Solution: changed the field property to LONGTEXT in phpmyadmin (LONGTEXT supports up to 4GB)
Suggestion: change the field protperty to LONGTEXT / implement a Copy/Paste mechanic into the RTE that creates file attachments out of pasted binary data. (No clue how this works but community software "Invisionpower" has such a feature. Please take a look at: https://invisioncommunity.com/)
