Page 1 of 1

Trouble with mp3 upload - SyntaxError

Posted: 28 Mar 2023, 13:44
by didier
Hi,

I experiment a problem when i want to upload an .mp3 file in the galery... when the upload is finished i receive for the first time a message : "SyntaxError: Unexpected end of JSON input" . Do you have an idea on how to resolve it ?

Best regard
Didier

Re: Trouble with mp3 upload - SyntaxError

Posted: 28 Mar 2023, 22:17
by mjau-mjau
How large is the mp3 file? If it is >2MB, it could be beyond your PHP upload_max_filesize. You can check your myx3website.com/?diagnostics, where it should mention the upload_max_filesize.

You also have our Files Gallery included with your X3, and you could try to upload from there. It uses a different uploader, and has no restrictions on file type.
https://www.photo.gallery/docs/plugins/files-gallery/

Re: Trouble with mp3 upload - SyntaxError

Posted: 29 Mar 2023, 10:19
by didier
Hi Karl,

it's OK now, i can upload without error message. The PHP upload_max_filesize was the parameter to adapt to my needs !
Thanks for the help. Have a nice day. Best regard.