PDA

View Full Version : Prob Modifying Style Sheet


ITGEEK
09-03-2003, 10:14 PM
Okay, maybe I am missing something here, but every time I set the permissions to write to the style.css I get errors saying it was denied. What am I missing here? I appreciate any feedback!

Alberto
09-03-2003, 10:32 PM
I'm not sure I understand where it is you are setting the permission?

ITGEEK
09-03-2003, 10:51 PM
Well, the thing is is that I cannot upload anything. Actually, after making the modification to the signup.php just now it would not allow me to upload the change. It says Cannot Put Signup 550 signup.php Permission Denied

ITGEEK
09-03-2003, 11:11 PM
Okay, this is getting pretty frustrating! I cannot even upload image files. Any suggestions would be much appreciated.

Alberto
09-03-2003, 11:16 PM
Well, have you looked to see who the owners of the files are? Are you logging in your FTP as the same user?

ITGEEK
09-03-2003, 11:24 PM
I havealways been able to modify files until tonight when I had to reinstall because we switched our site over to an IP based site. When we reinstalled from scratch it went flawlessly until we began modifying our files. We kept the database intact and we are using the same login info as before.

Alberto
09-03-2003, 11:53 PM
You are talking about modifying files via FTP correct? If so then your problem is that the owner of the files are not the same as the ftp user.

ITGEEK
09-04-2003, 12:12 AM
It doesn't matter if I am modifying the files via FTP or DW, but yes. What do you mean by the owner of the files? I am using the same login via FTP as I have always used. And I never had a problem until I reinstalled tonight.

Even if I chmod the directory 777 it still does not allow me to upload to the clientexec dir.

Alberto
09-04-2003, 12:55 AM
Ok I looked at your files and this is what I saw. Your directory where clientexec is installed is owned by root. So you will not be able to overwrite those files via FTP.

You need root privs to chown -R user.user clientexecdir, where user.user is your ftp user and clientexecdir is the directory you installed clientexec.

that will fix your problem

ITGEEK
09-04-2003, 01:08 AM
Thanks Alberto,

I forgot that I was actually logged in as root (working on my server) when I reinstalled CE. Which would explain why it had root ownership. I just could n't figure out why. I will just actually reinstall again under the admin.