estoy tratando de instalar suite 8.6.2 con los errores corregidos me aparece la pantalla en blanco cuando se procede a instalar
I think these warnings are okay. You can move ahead with the installation.
Debe establecer los permisos y la propiedad correctamente y, a continuación, intentar instalar de nuevo.
Set the required permissions
If you are using the terminal you can do this by running:
find . -type d -not -perm 2755 -exec chmod 2755 {} \;
find . -type f -not -perm 0644 -exec chmod 0644 {} \;
find . ! -user www-data -exec chown www-data:www-data {} \;
chmod +x bin/console
Please have in mind that:
-
The user and group name (in the above example
www-data
) needs to be replaced by the actual system user and group that your webserver runs under. This varies depending on your operating system. Common web server users are as follows:www-data
(Ubuntu Linux/Apache)apache
(Linux/Apache)
cambio permisos y propietario y me aparece este error en la consola del navegador y busco es carpeta api dentro de public y no existe
Encuentre ese error en este foro y obtendrá una respuesta.