mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* when dir system/cache is not writable by the webserver, then show some nice notice to the user about it instead of http 500 error * remember client version and usage stats checkbox in session on install * fixed some small warning introducted yesterday about highscores_ids_hidden * updated TODO
11 lines
471 B
HTML
11 lines
471 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 660 system/cache</span>
|
|
|
|
<style type="text/css">
|
|
.console {
|
|
font-family:Courier;
|
|
color: #CCCCCC;
|
|
background: #000000;
|
|
border: 3px double #CCCCCC;
|
|
padding: 0px;
|
|
}
|
|
</style> |