Gossamer Forum
Home : General : Internet Technologies :

Stupid Question :-/

Quote Reply
Stupid Question :-/
This is really getting on my nerves now. I have chown'ed the files correctly, so that they have 'footy' as the owner, and 'psacln' as the group...however, I still can't edit any of the files, except for acevars.php, which was uploaded via FTP. All the other ones, although they appear to have the same setup, still return an error! Anyone seen this before, maybe something that is not visable, that I'm missing?

Code:
-rw-r--r-- 1 footy psacln 4338 Sep 10 11:45 acevars.php
dr-xr-xr-x 6 footy psacln 4096 May 30 14:37 admin
-r--r--r-- 1 footy psacln 12868 May 30 14:37 admin.php
-r--r--r-- 1 footy psacln 2257 May 30 14:37 auth.php
-r--r--r-- 1 footy psacln 1985 May 30 14:37 backend.php
-r--r--r-- 1 footy psacln 13818 May 30 14:37 banners.php
dr-xr-xr-x 2 footy psacln 4096 May 30 14:37 blocks
-r--r--r-- 1 footy psacln 10659 May 30 14:39 config.php
-r--r--r-- 1 footy psacln 1330 May 30 14:37 footer.php
-r--r--r-- 1 footy psacln 2350 May 30 14:37 header.php
dr-xr-xr-x 16 footy psacln 4096 May 30 14:37 images
dr-xr-xr-x 2 footy psacln 4096 May 30 14:37 includes
-r--r--r-- 1 footy psacln 2141 May 30 14:37 index.php
dr-xr-xr-x 2 footy psacln 4096 May 30 14:37 language
-r--r--r-- 1 footy psacln 27294 May 30 14:37 mainfile.php
dr-xr-xr-x 25 footy psacln 4096 May 30 14:37 modules
-r--r--r-- 1 footy psacln 2868 May 30 14:37 modules.php
-r--r--r-- 1 footy psacln 170 May 30 14:37 robots.txt
dr-xr-xr-x 10 footy psacln 4096 May 30 14:37 themes
-r--r--r-- 1 footy psacln 170 May 30 14:39 ultramode.txt
dr-xr-xr-x 2 footy psacln 4096 May 30 14:37 upgrades


Cheers

Andy
webmaster@ace-installer.com
http://www.ace-installer.com

Reason for edit: Added CODE tags -- wil.

Last edited by:

Wil: Sep 10, 2002, 4:08 AM
Quote Reply
Re: [Andy] Stupid Question :-/ In reply to
All your threads start the same way. "This is really annoying me now".

The person advertising hosting in his signature doesn't know how to setup files properly?

What is the error? 550 Permission Denied?
Quote Reply
Re: [Paul] Stupid Question :-/ In reply to
Yeah;

550 /httpdocs/config.php: Permission denied
ERROR:> Requested action not taken (e.g., file or directory not found, no access).

Its weird though as I already said, cos both the user and group are set the same, yet some files work, and others don't Unsure

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Stupid Question :-/ In reply to
Hi Andy

They don't "appear to have the same setup" at all. Look at the permissions. You can read most of the files if you are the owner, but I don't see any write permissions to any of them except for acevars.php and a few others.

You need to CHMOD them to a suitable permission level.

- wil
Quote Reply
Re: [Wil] Stupid Question :-/ In reply to
Look at the difference between the following:

Code:
-rw-r--r-- 1 footy psacln 4338 Sep 10 11:45 acevars.php
-r--r--r-- 1 footy psacln 12868 May 30 14:37 admin.php

Look at the permissions carefully. What do you see in the first three columns (the owner) that is different from the other one? I'll highlight it for you to give you a clue.

- wil

Last edited by:

Wil: Sep 10, 2002, 4:12 AM
Post deleted by Paul In reply to
Quote Reply
Re: [Paul] Stupid Question :-/ In reply to
I believe Andy was trying to edit the file, not execute it.

- wil
Quote Reply
Re: [Wil] Stupid Question :-/ In reply to
Ah yes, missed that. Hehe yes of course it must be writable if you are trying to write to it Wink
Quote Reply
Re: [Wil] Stupid Question :-/ In reply to
Eugh..how stupid of me! I was looking waaay to deep into it, and all it was is a CHMOD setting Tongue Thanks Wil and Paul :)

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!