0
I'm having an issue where the songs are not uploading the the backend. I press the browse button, select the mp3 from my desktop, click apply at the top, and it just says 'album info saved'. However, there is no mp3 attached to the song afterwards.
I'm not getting any error messages, and the mp3 is smaller than the php.ini file upload limit of 10m.
Chris
I'm not getting any error messages, and the mp3 is smaller than the php.ini file upload limit of 10m.
Chris
Responses (3)
-
Accepted Answer
0ok, this means probably that your PHP settings has a maximum of 50 files to upload at a time (that is, 50 "file spots"). since an album has 3 image files, that makes spaces for 47 songs per album, probably that's why you can't upload it.
you have to increase max_file_uploads in your PHP settings. set it to 100 or something.
can you try this?
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »