Skip to main content

Download MP3 not working

Comments

5 comments

  • cPRex Jurassic Moderator
    Hey there! We'd need some more information to be able to help with this, but this seems unlikely to be related to the cPanel software on the machine. Can you check the files for consistency on your local machine to see if there are any errors? There are various tools you can use online to scan files to see if they are corrupt. If this is a Windows system, there must be an issue with the file itself for it to not recognize an mp3.
    0
  • rbairwell
    I would first try comparing the files to see if they are actually identical (you can do this in Windows 10+ by opening a command prompt and entering "CertUtil -hashfile MD5
    " for both files - if the same md5 code is returned the files are identical [technically, the hash could be identical and the files be different, but that's not something you need to worry about in this situation). If they are different, then the file is being corrupted *somewhere* along the line, My suspicion would be compression in the web server: try adding SetEnvIfNoCase Request_URI .(?:mp3|wav|wma|ogg)$ no-gzip dont-vary
    to your .htaccess file before the ### WordPress begin block. Are you being prompted to download the file or is the browser trying to play it for you? Once you've downloaded the file, if you right click on it and select "Properties->Details", does the "(File) Type" show as "MP3 Audio File"?
    0
  • KimberH
    Thank you, I have this problem fixed.
    0
  • rbairwell
    Thank you, I have this problem fixed.

    Glad to hear it! Any chance you can let us know what the problem was and/or what you did to fix it just in case others have the same issue? Thanks!
    0
  • cPRex Jurassic Moderator
    Yes, it's best to share the resolution so everyone on the forum can benefit.
    0

Please sign in to leave a comment.