Can't install prestashop

samuelmf

Verified User
Joined
Jul 30, 2021
Messages
169
Hi guys, i'm trying to install prestashop on one of my servers but i get this error when i try
My server is configured to use:
Php 7.4/8
Php mode FastCGI
Mysql 8
Webserver mode: Nginx_Apache

1632158343396.png
 
Well... the error says it all.. No write permissions on the directory /tienda so that is were to look.
If you login to SSH and go to the public_html directory, what is the output of:
ls -ld tienda
 
Back
Top