Errore Smarty "Impossibile scrivere nella directory cache" dopo la migrazione del server.

1308 visualizzazioni

Le directory /var/cache/ e /var/smarty/compile/ devono essere scrivibili dall'utente del web server. Dopo la migrazione, la proprieta' dei file cambia spesso. Soluzione: chmod -R 775 var/cache var/smarty e chown -R www-data:www-data var/cache var/smarty (sostituisca www-data con l'utente del Suo web server). Elimini anche il contenuto di queste directory per forzare una rigenerazione pulita.

Learn more: our troubleshooting guide.

Questa risposta ti è stata utile?

Hai ancora domande?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top