php folder permission

4

I have an open source system called NOVOSGA running on my local machine, but on the hosting server it does not work, when I try to run it it gives me an error of the system itself:

Diretório temporário    /tmp    
Permissão requerida: Escrita    
Permissão atual: Somente leitura

Session Save Path   /var/lib/php/session/www.painel.sitepainel.com.br/
Permissão requerida: Escrita    
Permissão atual: Somente leitura

I got in touch with the hosting, and they swear by that these permissions are already in writing.

I saw in the code that these two folders can be accessed with these commands in php : sys_get_temp_dir() and session_save_path()

Can I run some command in php that tells me the current permission of these folders to send to the hosting server?

    
asked by anonymous 24.06.2016 / 13:44

1 answer

0

Just a permission in your root folder 775 and if tbm is needed in the cache folder.

    
25.05.2018 / 15:41