Topic: There is no permission to write in up/

i don't understand why I get this error can someone help me?

Thumbs up

Re: There is no permission to write in up/

imagelogic wrote:

i don't understand why I get this error can someone help me?

So, you need to add Write permission to this folder.

sudo chmod 777 /where/is/the/folder

You will have to do that for a couple of folder.

Thumbs up

Re: There is no permission to write in up/

you can always use suPHP.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: There is no permission to write in up/

dudumomo wrote:
imagelogic wrote:

i don't understand why I get this error can someone help me?

So, you need to add Write permission to this folder.

sudo chmod 777 /where/is/the/folder

You will have to do that for a couple of folder.

where to add this code ??? please be little more specific

Thumbs up

Re: There is no permission to write in up/

aks_akash wrote:
dudumomo wrote:
imagelogic wrote:

i don't understand why I get this error can someone help me?

So, you need to add Write permission to this folder.

sudo chmod 777 /where/is/the/folder

You will have to do that for a couple of folder.

where to add this code ??? please be little more specific

That what he said a a console command, you can only use it it you have command line access to your server ( usually called ssh access)

Normally you use your ftp program to chmod the folders to 744.

Thumbs up