[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 04-28-2007, 10:53 AM   #1 (permalink)
Senior Member
 
0lgi's Avatar
 
Join Date: Sep 2006
Location: OlgiZenullari.com
Posts: 1,165
15.95 NP$ (Donate)

0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all

Save a Life
FTP Strange Error !

Hello Dear Friends !

Im trying to change permissions of my files using CHMod/Properties (SmartFTP) but the problem is that when i try to do so i get this error

[code]500 'SITE CHMOD 777 e107_config.php': command not understood[/quote]

I also tried Cute FTP but the same error ?

Is there any other way to chmod the files ?

Thanks

Olgi
__________________
Dubai
0lgi is offline  
Old 04-28-2007, 11:33 AM   #2 (permalink)
NamePros Regular
 
Jim_'s Avatar
 
Join Date: Aug 2005
Posts: 585
285.40 NP$ (Donate)

Jim_ is a name known to allJim_ is a name known to allJim_ is a name known to allJim_ is a name known to allJim_ is a name known to allJim_ is a name known to all

Save The Children
Are you on Windows hosting? Windows doesn't have a CHMOD function because it doesn't have file permissions settings. Everything is editable and readable by PHP, so it's unnecessary to CHMOD any files.
__________________
ask me about the internet
Jim_ is offline  
Old 04-28-2007, 10:38 PM   #3 (permalink)
Senior Member
 
0lgi's Avatar
 
Join Date: Sep 2006
Location: OlgiZenullari.com
Posts: 1,165
15.95 NP$ (Donate)

0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all0lgi is a name known to all

Save a Life
Hello Jim !

Im currently using GoDaddy's ASP Hosting and im trying to install e107 cms but it is asking me to set permissions to my config.php file thats why !

Olgi
__________________
Dubai
0lgi is offline  
Old 04-28-2007, 10:42 PM   #4 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
 
Join Date: Feb 2006
Posts: 2,801
56.00 NP$ (Donate)

Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future

Autism Autism Autism Autism Autism Autism Autism
e107 is a PHP script. (hint: config.php)
Dan is offline  
Old 04-29-2007, 01:33 AM   #5 (permalink)
NamePros Regular
 
Join Date: Feb 2006
Posts: 588
1,620.95 NP$ (Donate)

jerometan is a name known to alljerometan is a name known to alljerometan is a name known to alljerometan is a name known to alljerometan is a name known to alljerometan is a name known to all


This has nothing to do with Windows or anything.
You are trying to do a SITE CHMOD, not just a CHMOD.

By default, if you are using ProFTPd, the config file has this part :

Code:
# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
  DenyAll
</Limit>
As you can see, its disabled by default, and many FTP servers do the same.
jerometan is offline  
Old 05-10-2007, 03:57 AM   #6 (permalink)
NamePros Regular
 
Join Date: Oct 2006
Posts: 918
40.00 NP$ (Donate)

neroux has a spectacular aura aboutneroux has a spectacular aura about


Quote:
Originally Posted by Jim_
Windows doesn't have a CHMOD function because it doesn't have file permissions settings. Everything is editable and readable by PHP, so it's unnecessary to CHMOD any files.
Thats not correct.
__________________
Paris loves CityPics

muov.com • qeww.com • sejz.com • viuo.com • vuav.com • wzeo.com • xeib.com • xueo.com

-- Do not let others be treated this way!
neroux is offline  
Old 05-10-2007, 12:58 PM   #7 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
 
Join Date: Feb 2006
Posts: 2,801
56.00 NP$ (Donate)

Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future

Autism Autism Autism Autism Autism Autism Autism
Quote:
Originally Posted by neroux
Quote:
Originally Posted by Jim_
Windows doesn't have a CHMOD function because it doesn't have file permissions settings. Everything is editable and readable by PHP, so it's unnecessary to CHMOD any files.
Thats not correct.
Quote:
Originally Posted by Command Prompt
'chmod' is not recognized as an internal or external command,
operable program or batch file.
I code PHP all the time on my computer (Windows) and never have problems with permissions (because it doesn't use them).
Dan is offline  
Old 05-11-2007, 01:46 AM   #8 (permalink)
NamePros Regular
 
Join Date: Oct 2006
Posts: 918
40.00 NP$ (Donate)

neroux has a spectacular aura aboutneroux has a spectacular aura about


Quote:
Originally Posted by Dan
Quote:
Originally Posted by Command Prompt
'chmod' is not recognized as an internal or external command,
operable program or batch file.
I code PHP all the time on my computer (Windows) and never have problems with permissions (because it doesn't use them).
I havent said Windows runs on chmod, I have said it is not correct that Windows doesnt have file permissions and this is still true. The fact that you do not have problems is either because you are always logged in as Administrator or you are working only on files you have permissions to.
__________________
Paris loves CityPics

muov.com • qeww.com • sejz.com • viuo.com • vuav.com • wzeo.com • xeib.com • xueo.com

-- Do not let others be treated this way!
neroux is offline  
Old 05-11-2007, 03:41 AM   #9 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
 
Join Date: Feb 2006
Posts: 2,801
56.00 NP$ (Donate)

Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future

Autism Autism Autism Autism Autism Autism Autism
As opposed to creating another account, protecting it, then trying to edit it from another account?
Dan is offline  
Old 05-11-2007, 04:25 AM   #10 (permalink)
NamePros Regular
 
Join Date: Oct 2006
Posts: 918
40.00 NP$ (Donate)

neroux has a spectacular aura aboutneroux has a spectacular aura about


Quote:
Originally Posted by Dan
As opposed to creating another account, protecting it, then trying to edit it from another account?
Sorry, I am not sure what you meant.
__________________
Paris loves CityPics

muov.com • qeww.com • sejz.com • viuo.com • vuav.com • wzeo.com • xeib.com • xueo.com

-- Do not let others be treated this way!
neroux is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 04:47 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85