blob: 23aeaabd34229a7dfa469edb7645be251a61f990 (
plain)
1
2
3
4
5
6
7
8
9
|
This directory is used to alternatively store information to the file system
The storage directory needs to be writable by the webserver (apache) user.
A command the will probably work is:
chmod 777 -R storage/
It's not the safest. Adjust to your level of security paranoia.
|