myaac/install/includes/twig_error.html
slawkens 92569b7965 patch some changes
add contributors
2023-03-01 10:36:38 +01:00

11 lines
476 B
HTML

We have detected that you don't have access to write to the system/cache directory. Under linux you can fix it by using this two command, where first one should be enough (for apache):<br/><br/><span class="console">chown -R www-data.www-data /var/www/*</span><br/><span class="console">chmod -R 760 system/cache</span>
<style type="text/css">
.console {
font-family: Courier,serif;
color: #CCCCCC;
background: #000000;
border: 3px double #CCCCCC;
padding: 0;
}
</style>