• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

There is no permission to write in up/

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

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

Code:
sudo chmod 777 /where/is/the/folder

You will have to do that for a couple of folder.
 
dudumomo said:
imagelogic said:
i don't understand why I get this error can someone help me?

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

Code:
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
 
aks_akash said:
dudumomo said:
imagelogic said:
i don't understand why I get this error can someone help me?

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

Code:
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.
 
Back
Top