English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I was trying 2 put a theme on my website but it kept saying The file could not be uploaded as the ../e107_themes/ folder does not have the correct permissions - please CHMOD to 777 and re-upload the file. But i dont no how 2 CHMOD

2007-08-07 05:53:17 · 7 answers · asked by Anonymous in Computers & Internet Programming & Design

7 answers

You can chmod things within FTP, but the exact procedure depends on the FTP client you use (and some don't support it).

Otherwise, you'd have to log into the server box with a shell prompt and manually issue the command.

2007-08-07 06:03:43 · answer #1 · answered by McFate 7 · 0 0

To view how to use chmod, use:
# man chmod

To chmod 777 use:

# chmod 777

2007-08-07 05:55:14 · answer #2 · answered by M G 5 · 0 0

If you are using FTP you should be able to right click on the file and change the attributes to 777

2007-08-07 06:02:31 · answer #3 · answered by techchick 7 · 0 0

try man chmod or help chmod

if no manual, then do a websearch on chmod

2007-08-07 05:55:44 · answer #4 · answered by The Instigator 5 · 0 0

Go to the terminal (shell) and type:
chmod 777 folder_name

2007-08-07 06:09:55 · answer #5 · answered by Nicky peters 2 · 0 0

its just the file permissions, if you can take care of that with ftp

2007-08-07 05:57:15 · answer #6 · answered by luvv2rock 3 · 0 0

RTFM

2007-08-07 06:01:12 · answer #7 · answered by Joe 4 · 0 0

fedest.com, questions and answers