website - How do I fix the uploading error in aptana studios: parent path doesn't exist -



website - How do I fix the uploading error in aptana studios: parent path doesn't exist -

i have quick question. i've been trying upload website blue-host, every time try, says parent path doesn't exist, there way can alter parent path uploads work

thx,

willmonferno

this due file permissions, don't have write access, seek updating file owner or file permissions.

i'm guessing on type of linux system, either need chown (change owner) shell command or chmod command (change file permissions) on parent folder

try:

sudo chmod -r 777 {your_parent_folder}

this recursively alter , other files , folders below in file tree allow everything. alter 1 time you're in production environment.

website

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -