Hi Arno,
When trying to upload a new file using the frontend, I get the error message Field 'changelog' doesn't have a default value
See attached picture.
Using the backend it works without any problem.
Please try the attached file.
Copy the unzipped file to /administrator/components/com_jdownloads/src/Table
and try it again.
And please post here the definition from the changelog field in your _files table.
Hi Arno,
The fix you provided in DownloadTable.php file works, I can now upload files using the frontend.
The definition of the changelog field is: changelog text utf8mb4_unicode_ci
Okay. Thanks.