|
on what OS and server..
if you have linux you need to
chmod 777 -R html/admin/config/
chmod 777 -R html/dbconfig/
but its easier to chown the whole html folder to your username, if your the only user
or probaly just chmod rx
chmod 777 -R html/streams/ //if you put shoutcast sc_serv and sc_trans in this folder, set the path when creating a new server
folders in uploads are set in module file type setups.
chmod 777 -R html/uploads/
|