Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
odd file path error during pre flight
Hello,
I have gone through probably most of the topics dealing with this issue I am having but no luck.
I try to use the “coda” templates and most went quiet well, can’t be for sure yet as I am stuck at this error in the diagnostic tab
File directory path is not writable: /home/jcwebadmin/jeroencarelse.com/html/files
Here the contents of the Diagnostic info
Textpattern version: 4.4.0 (r3514)
Last Update: 2011-05-06 07:10:49/2011-05-06 11:48:39
Document root: /home/jcwebadmin/jeroencarelse.com/html
$path_to_site: /home/jcwebadmin/jeroencarelse.com/html
Textpattern path: /home/jcwebadmin/jeroencarelse.com/html/textpattern
Permanent link mode: section_title
Temporary directory path: /tmp
Site URL: www.jeroencarelse.com
PHP version: 5.1.6
GD Image Library: bundled (2.0.28 compatible); supported formats: GIF, JPG, PNG.
Server TZ: -
Server Local Time: 2011-08-28 18:43:37
DST enabled?: 0
Automatically adjust DST setting?:
Time Zone: GMT+02.0 (7200)
MySQL: 5.0.77
Locale: en_GB.UTF-8
Server: Apache
Apache version: Apache
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.6.18-028stab092.1
Active plugins: cxc_templates-0.1.0(mod)
Admin-side theme: classic 4.4.0
Pre-flight check:
————————————
File directory path is not writable: /home/jcwebadmin/jeroencarelse.com/html/files
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
————————————
Does anyone see the problem already?
file paths are my weakest spot I admit but I can’t seem to find the problem here.
Also, I have checked, double checked and once more checked the file permissions. I have tested 777 (not recommended but alas) and 755 and 757 but to no avail. I have deleted the dir and made the dir once again and checked the permissions (755 and 755 I tried) but still no success.
Time to volunteer? Come and join us at a great project which is going to be opensource: https://www.caloom.com
Offline
Re: odd file path error during pre flight
Compare it to the /images dir. Who owns those directories and what are the permissions set on the directories?
Offline
Re: odd file path error during pre flight
:-D
I had done that but you got voodoo
now it works and thanks Ruud. Have no idea what made it different this time.
Next steps
Time to volunteer? Come and join us at a great project which is going to be opensource: https://www.caloom.com
Offline
Pages: 1