|
|
#1 (permalink) |
|
Registered User
Comfy Contributor
Joined in Apr 2004
Lives in UK
114 posts
Gave thanks: 5
Thanked 0 times
|
I'm sure this is very basic, but .... I have some directories that were created during an installation routine on a php script. They have a 700 (user read write execute) setting. Thing is, I cant open them OR change permissions. Even in cpanel I have a message syaing 'seems like you don't have sufficient permissions for this operation' I should add, these directories are in another directory that has full world permissions.
What can I do please?
__________________
Thanks SURPASS for all your help and support... Richard [A xoops user and documentation writer for xoops.org. ] Website: HouseofStrauss.co.uk Server: Nifty (xx.xxx.238.158) |
|
|
|
|
|
#2 (permalink) | |
|
The Coolness
Excelling Contributor
Joined in May 2003
Lives in Sandpoint, Idaho
Hosted on Dime5
862 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
It also sounds like the error is being generated by the program itself. It might be that your login info doesn't have the correct "authority" to enter the area you are trying to enter. Do you have a link or some code to look at?
__________________
Bronze Reseller Pass36 |
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Comfy Contributor
Joined in Apr 2004
Lives in UK
114 posts
Gave thanks: 5
Thanked 0 times
|
Thanks Bashdaddy for your comment... Umm, I simply want to open folders in my webspace, there is no code to show, cos I cant get into the folders to see what's there!
They have the permissions of 700 and I cant open them, so I changed them to 777 and they return back to 700. Yes, Im the owner of the webspace, but these folders were created as part of an install rountine for an application. The app works fine.
__________________
Thanks SURPASS for all your help and support... Richard [A xoops user and documentation writer for xoops.org. ] Website: HouseofStrauss.co.uk Server: Nifty (xx.xxx.238.158) |
|
|
|
|
|
#4 (permalink) |
|
SurPerson
On a golden path...
Joined in Jul 2004
Lives in front of my laptop
Hosted on Sync
437 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Try creating a PHP script to chmod them:
<?php chmod(fileorfolder, 0777) ?> That would work if they were created via a PHP installer...
__________________
Me: TeeJay Server: Sync (Statistics) Site: technoized.com (Statistics) chown -R us ./base |
|
|
|
|
|
#5 (permalink) | |
|
Registered User
On a golden path...
Joined in Jun 2004
Lives in UK
Hosted on Pass7
394 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
|
|
|
|
|
|
|
#6 (permalink) | |
|
The Coolness
Excelling Contributor
Joined in May 2003
Lives in Sandpoint, Idaho
Hosted on Dime5
862 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
__________________
Bronze Reseller Pass36 |
|
|
|
|
|
|
#7 (permalink) |
|
ubuntu Fan
Super #1
Joined in Nov 2003
Lives in Calgary Alberta Canada
2,724 posts
Gave thanks: 0
Thanked 0 times
|
The script installs in the root and did not chmod it back you should email surpass's support
__________________
"A lot of people are waiting for Martin Luther King or Mahatma Gandhi to come back -- but they are gone. We are it. It is up to us. It is up to you." — Marian Wright Edelman |
|
|
|
|
|
#8 (permalink) | |
|
Registered User
Comfy Contributor
Joined in Apr 2004
Lives in UK
114 posts
Gave thanks: 5
Thanked 0 times
|
Quote:
That workd perfectly ... My dirs were created by a php installer and your script rev erted them back to world perms. Sorry for the delay in reply. I have been real busy :brief: Thanks, Richard
__________________
Thanks SURPASS for all your help and support... Richard [A xoops user and documentation writer for xoops.org. ] Website: HouseofStrauss.co.uk Server: Nifty (xx.xxx.238.158) |
|
|
|
|
|
|
#9 (permalink) |
|
SurPerson
On a golden path...
Joined in Jul 2004
Lives in front of my laptop
Hosted on Sync
437 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Glad it worked, and for scottmcarthur, CHMod is definately enabled in PHP, I've used it before many-a-time.
__________________
Me: TeeJay Server: Sync (Statistics) Site: technoized.com (Statistics) chown -R us ./base |
|
|
|