NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page FTP Strange Error !

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

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 04-28-2007, 11:53 AM THREAD STARTER               #1 (permalink)
Senior Member
 
0lgi's Avatar
Join Date: Sep 2006
Location: Premium.al
Posts: 1,165
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 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
__________________
Search PDF Engine | VGA to HDMI | Mulled Wine
0lgi is offline  
Old 04-28-2007, 12:33 PM   #2 (permalink)
NamePros Regular
 
Jim_'s Avatar
Join Date: Aug 2005
Location: NY, USA
Posts: 610
Jim_ is a splendid one to beholdJim_ is a splendid one to beholdJim_ is a splendid one to beholdJim_ is a splendid one to beholdJim_ is a splendid one to beholdJim_ is a splendid one to behold
 


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, 11:38 PM THREAD STARTER               #3 (permalink)
Senior Member
 
0lgi's Avatar
Join Date: Sep 2006
Location: Premium.al
Posts: 1,165
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 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
__________________
Search PDF Engine | VGA to HDMI | Mulled Wine
0lgi is offline  
Old 04-28-2007, 11:42 PM   #4 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
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, 02:33 AM   #5 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 584
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 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, 04:57 AM   #6 (permalink)
NamePros Regular
Join Date: Oct 2006
Posts: 963
neroux has a spectacular aura aboutneroux has a spectacular aura about
 



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

-- Do not let others be treated this way!
neroux is offline  
Old 05-10-2007, 01:58 PM   #7 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
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
Originally Posted by neroux
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.
Originally Posted by Command Prompt
'chmod' is not recognized as an internal or external command,
????: NamePros.com http://www.namepros.com/programming/321903-ftp-strange-error.html
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, 02:46 AM   #8 (permalink)
NamePros Regular
Join Date: Oct 2006
Posts: 963
neroux has a spectacular aura aboutneroux has a spectacular aura about
 



Originally Posted by Dan
Originally Posted by Command Prompt
'chmod' is not recognized as an internal or external command,
????: NamePros.com http://www.namepros.com/showthread.php?t=321903
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

-- Do not let others be treated this way!
neroux is offline  
Old 05-11-2007, 04:41 AM   #9 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,796
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, 05:25 AM   #10 (permalink)
NamePros Regular
Join Date: Oct 2006
Posts: 963
neroux has a spectacular aura aboutneroux has a spectacular aura about
 



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

-- 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


Liquid Web Smart Servers  
All times are GMT -7. The time now is 05:22 PM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger