Installation - file permissions on IIS7

This forum is for issues with installing Joomla! 2.5 (All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5.) on IIS webservers.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
paulcreedy
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Sun Aug 15, 2010 10:11 pm

Installation - file permissions on IIS7

Post by paulcreedy » Thu Sep 15, 2011 3:56 pm

I usually use linix based hosting, but for this site I have to use Windows 2008 / IIS7

Joomla 1.7 is installed and the default site working

Trying to upload templates gives me a cannot create directory errors

Tried giving IIS_USRS and Network Service full control to get it working, but still error remains.

Any idea what I've missed in the permissions on the folder?

User avatar
johans
I've been banned!
Posts: 1293
Joined: Tue Oct 26, 2010 3:54 am
Contact:

Re: Installation - file permissions on IIS7

Post by johans » Fri Sep 16, 2011 7:35 am

is permission folder 755 or 777? if it is then you should have to problem. use super user in installing templates.

paulcreedy
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Sun Aug 15, 2010 10:11 pm

Re: Installation - file permissions on IIS7

Post by paulcreedy » Fri Sep 16, 2011 1:31 pm

Hi

Thanks for taking the time to reply, but it's Windows and IIS7 not Linux so there is no CHMOD 575 or 777 etc

goltoof
Joomla! Intern
Joomla! Intern
Posts: 69
Joined: Sat Jun 16, 2007 2:37 am

Re: Installation - file permissions on IIS7

Post by goltoof » Thu Jan 26, 2012 8:14 pm

paulcreedy wrote:Hi

Thanks for taking the time to reply, but it's Windows and IIS7 not Linux so there is no CHMOD 575 or 777 etc

Mother of god.... why is this such a convoluted thing to figure out in joomla 1.7? And why is there such rampant confusion with joomla admins as to the difference between running linux and iis?

Sort of having the same problem, but first I need to figure out how to properly set my configuration.php logs and tmp directories after moving it to another dir. Is this correct?

Code: Select all


	public $log_path = 'C:\\Inetpub\\vhosts\\domain.com/httpdocs/logs';
	public $tmp_path = 'C:\\Inetpub\\vhosts\\domain.com/httpdocs/tmp';

User avatar
johans
I've been banned!
Posts: 1293
Joined: Tue Oct 26, 2010 3:54 am
Contact:

Re: Installation - file permissions on IIS7

Post by johans » Fri Jan 27, 2012 1:29 am

goltoof wrote:
paulcreedy wrote:

Code: Select all


	public $log_path = 'C:\\Inetpub\\vhosts\\domain.com/httpdocs/logs';
	public $tmp_path = 'C:\\Inetpub\\vhosts\\domain.com/httpdocs/tmp';
Above is correct and that is the default if you are doing it in localhost, Intranet and standalone.

but if you are doing on remote or cpanel below is your guide depends on you host.

public $log_path = '/home/yourcpanelname/public_html/logs';
public $tmp_path = '/home/yourcpanelname/public_html/tmp';

or

public $log_path = './logs';
public $tmp_path = './tmp';


Locked

Return to “Joomla! 2.5 on IIS webserver”