Search…

X3 Photo Gallery Support Forums

Search…
 
didier
Topic Author
Posts: 4
Joined: 13 Jan 2017, 07:08

Trouble with mp3 upload - SyntaxError

28 Mar 2023, 13:44

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Trouble with mp3 upload - SyntaxError

28 Mar 2023, 22:17

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/
 
didier
Topic Author
Posts: 4
Joined: 13 Jan 2017, 07:08

Re: Trouble with mp3 upload - SyntaxError

29 Mar 2023, 10:19

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.