Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-10-29 13:41:15
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
File and tmp directory path is not writable
i have triple checked – files and tmp directories has been set to 077, but diagnostic tool still screaming:
“File directory path is not writable: /srv/n1/w/eoy/afatar/html/kodukakk/textpattern/files
Temporary directory path is not writable: /srv/n1/w/eoy/afatar/hml/kodukakk/textpattern/tmp”
i don’t know anymore what more i should do…
diagnostic info:
Textpattern version: 4.2.0 (r3275)
Last Update: 2009-10-29 13:07:04/2009-10-29 13:11:03
Document root: /srv/n1/w/eoy/afatar/html
$path_to_site: /srv/n1/w/eoy/afatar/html/kodukakk
Textpattern path: /srv/n1/w/eoy/afatar/html/kodukakk/textpattern
Permanent link mode: section_title
open_basedir: /srv/n1/w/eoy/afatar/html:/srv/n1/w/eoy/afatar/private:/safe/bin:/tmp
Temporary directory path: /srv/n1/w/eoy/afatar/hml/kodukakk/textpattern/tmp
Site URL: www.eoy.ee/kodukakk
PHP version: 5.2.11-pl0-gentoo
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: Europe/Helsinki
Server Local Time: 2009-10-29 15:30:46....
Offline
Re: File and tmp directory path is not writable
It gives the same warning message also when the path is incorrect, aka directory is not found.
For example, if your site path is
/srv/n1/w/eoy/afatar/html/kodukakk
Then by default, your files path should be:
/srv/n1/w/eoy/afatar/html/kodukakk/files
And not inside textpattern
directory.
With your temp path it seems to be the same deal. There is slight typo in the path. Instead:
/srv/n1/w/eoy/afatar/hml/kodukakk/textpattern/tmp
Possibly it should point to:
/srv/n1/w/eoy/afatar/html/kodukakk/textpattern/tmp
Offline
Re: File and tmp directory path is not writable
Gallex wrote:
i don’t know anymore what more i should do…
Further to Jukka’s suggestion (and ONLY if that does not fully work) you can set the permissions to 777
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#4 2009-10-30 11:08:06
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: File and tmp directory path is not writable
of course incorrect path was the reason. :) thank’s guys
Offline