Quote:
Originally Posted by OUTL4W
installed...where does this mod place the upload link?
|
It is on your forum's root and the folder name is : "
mp3";
Quote:
Originally Posted by OUTL4W
finally figured out the download link....read instructions....but no matter what I do...keep getting the eror
"Error! Check folder permission!"
even though I chmod'd the mp3 folder to 777....
used firefox 24.0 & chrome 30.0.1599.69 m
ugghhhhh....
|
It may be because of your server configuration ...
double check the folder "mp3" permission (
you should have sufficient permission to upload file via php on this folder ) and also check server " temp " folder name on your php.ini ...
If you do not access "php.ini" on your server ,please ask your hosting company about the temp folder for uploading via php and then on "mp3.php" find :
Code:
move_uploaded_file($_FILES["SelectedFile1"]["tmp_name"],"mp3/".$fname) or die("<b>Error! Check folder permission!</b>");
and change "
tmp_name" to the correct name of temp folder depending on your server configuration .
I hope it helps ...
/
I have installed this mod on two forums personally whith default setting and no chages was required !
It works perfect .