Songs not adding in the backend

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
Responses (3)
  • Accepted Answer

    Wednesday, July 18 2012, 08:16 PM - #Permalink
    0
    how many songs are in that particular album already?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 18 2012, 09:40 PM - #Permalink
    0
    That song made it 47 total

    Chris
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 19 2012, 11:42 AM - #Permalink
    0
    ok, 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?
    The reply is currently minimized Show
Your Reply