Quote Originally Posted by r0ck View Post
well I think you need to look into this because
1. I am a host and it still wont install on addon domains in directadmin lol
2. even after doing your steps 1 and 2 it doesnt install meaning there must be an issue however I am done telling you this...since doing it manually works
Hey r0ck, can you run this command via SSH (using Putty) on the account in question:

1. First login to server as Root
2. Navigate to the user's document root (public_html), example:

cd ~username/public_html

3. Type this command:

chown -R [username] .

This will change ownership of the user's doc root to his username, which the script runs as and tries to execute installation.

I have run the auto installer in an addon domain for another user, about a week ago, and it ran with no problems (that was an addon domain via cpanel).