Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2011-01-11 17:45:39

aksh0925
New Member
Registered: 2011-01-11
Posts: 4

Temp Dir and Image Dir Problems

I have two errors.

1. Temporary directory path is not writable – Executed everything by the rule. Please help. Below is my diagnostic.

Textpattern version: 4.3.0 (r3451)
Last Update: 2010-12-06 21:06:40/2010-11-04 10:59:00
Document root: /f5/theaksheffect/public/ (/f5/theaksheffect/public)
$path_to_site: /f5/theaksheffect/public
Textpattern path: /f5/theaksheffect/public/textpattern
Permanent link mode: section_id_title
open_basedir: /f5/theaksheffect/:/nfsn/apps/php5/lib/php/:/nfsn/apps/php/lib/php/:/nfsn/content/content/nfsn/
upload_tmp_dir: /f5/theaksheffect/tmp/
Temporary directory path: /f5/theaksheffect/public/textpatten/tmp
Site URL: www.theaksheffect.com
PHP version: 5.2.12
GD Image Library: version bundled (2.0.34 compatible), supported formats: GIF, JPG, PNG
Server TZ: UTC
Server Local Time: 2011-01-11 17:31:32
DST enabled?: 0
Automatically adjust DST setting?: 0
Time Zone: America/Chicago (-21600)
MySQL: 5.0.90
Locale: en_US.UTF-8
Server: Apache
Apache version: Apache
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: FreeBSD 7.3-RELEASE
Active plugins: zem_contact_reborn-4.0.3.20, smd_calendar-0.42c, glx_gravatar-0.1, rss_auto_excerpt-0.5, zem_contact_lang-4.0.3.6, mem_templates-0.1(mod), pax_grep-0.2, tbs_widgets-1.0(buen), tbs_variables-1.0(buen), upm_date_archive-0.2.5(mod)
Admin-side theme: classic 4.3.0

Pre-flight check:
————————————
Temporary directory path is not writable: /f5/theaksheffect/public/textpatten/tmp
Site URL preference might be incorrect: theaksheffect.nfshost.com
————————————

.htaccess file contents:
————————————
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes

<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

————————————

2. When uploading images the error I am getting is

Warning: tempnam() [function.tempnam]: Unable to access /f5/theaksheffect/public/textpatten/tmp in /f5/theaksheffect/public/textpattern/lib/txplib_misc.php on line 1454

Offline

#2 2011-01-11 18:10:03

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: Temp Dir and Image Dir Problems

Googling the general part of an error message (“Temporary directory path is not writable”) will often lead to an answer.

http://textpattern.com/faq/204/problems-uploading-images-or-files should help.


Code is topiary

Offline

Board footer

Powered by FluxBB