When I upload an mp3 I get this error:
Quote:
Warning: fopen(/home/mysite/public_html/music/3.m3u): failed to open stream: No such file or directory in /songloadersforvb.php on line 150
|
I checked that the directory indeed existed, and then tried again, and got an error that said the song already existed. I checked the upload folder and it was not renamed or converted to .m3u, yet it was obviously looking for one.
I checked and the directory is chmodded to 777.
Any idea what I am doing wrong?
:squareeyed:
edit: NEVERMIND! It was a non-trailing slash on the file path
ALSO: The successful upload window was weird looking, with the forum header so I removed:
Code:
<center>$header</center>
from the
multimedia_management_result template since I felt that it really did not belong there.
Thanks again.