I can't properly install kohana on my mint distro, because the cache and logs aren't writable. I've tried chmod 777 cache
and same for logs, but it just won't change. chmod a+w
didn't help either.
Any solutions?
I can't properly install kohana on my mint distro, because the cache and logs aren't writable. I've tried chmod 777 cache
and same for logs, but it just won't change. chmod a+w
didn't help either.
Any solutions?
Copyright © 2021 Jogjafile Inc.
It might be possible that you already had some logs which permissions did not change with
chmod
. I would recommend that you try a recursive chmod withchmod -R 777 cache
. Also, though I am certain that you already checked those things, make sure that these directories truly exist and that they were not misplaced.