Results 1 to 2 of 2
okay.
I installed an apache service/website..
so i got a website on my Linux PC.
BUT.
When the website wants to change theme and stuffs. it needs to rewrite files
...
- 04-23-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
take away ROOT permission to access folders.
okay.
I installed an apache service/website..
so i got a website on my Linux PC.
BUT.
When the website wants to change theme and stuffs. it needs to rewrite files
There you see...Code:Fatal error: ./../cache/ is NOT writable. in /opt/lampp/htdocs/includes/acm/acm_file.php on line 109
so i need in somehow create free access to that folder.
Is it possible?
and if it is possible HOW?
- 04-24-2009 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
could you post the output of
ls -l ./../cache
?
Probably you need to change the owner of that directory
man chmod
man chown


Reply With Quote
