When re-uploading a file, instead of re-writing over the old one it's creating a new file with a number at the end. For example:
Original file:
http://www.domain.com/wp-content/uploads/2010/08/filename.pdf
After uploading new file (and checking the box to "remove old file") we then get:
http://www.domain.com/wp-content/uploads/2010/08/filename1.pdf
Is there a way for the file to just be overwritten without creating a new file? Also we noticed the following error message comes up at the top of the download edit downloads screen:
Warning: strstr() [function.strstr]: Empty delimiter in /data/23/2/2/44/2165696/user/2376921/htdocs/wordpress/wp-content/plugins/download-monitor/wp-download_monitor.php on line 1210
Any help would be appreciated. Thank you.