Here is the location I am trying to uplaod to:
joomla/administrator/components/com_virtuemart/html/templates/
I'm sure it has to do with Joomla! I've tried changing the file permission in the control panel but the file is unwritable! I'm sure if I go into my FILE MANAGER I can edit directly. Here is are the lines to change the permissions:
$mosConfig_fileperms='';
$mosConfig_dirperms='';
My question is what do I put in between the ' ' to make it so I can upload files?
Do I put in the ' ' something like 7,7,7 or 6,4,4 or would it be 777 or 644?