Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-07-27 08:07:21

vanpie
Member
From: Belgium
Registered: 2005-07-25
Posts: 24
Website

upload_err_tmp_dir

Hello,
I have a problem when I like upload a picture or a file. It didn’t upload and an error message showed off. That’s message is “upload_err_tmp_dir”. In my FTP, I changed the numerical value the 2 files “images” and “files” (755—>777). But, I have only one file “tmp” (textpattern/tmp), his numerical value is 755. What can I do ?

Thanks for your answers.

Offline

#2 2005-07-28 12:55:25

vanpie
Member
From: Belgium
Registered: 2005-07-25
Posts: 24
Website

Re: upload_err_tmp_dir

Nobody have a solution for me?

Offline

#3 2005-07-28 12:58:28

obeewan
Archived Plugin Author
From: Stockholm, Sweden
Registered: 2004-08-12
Posts: 319
Website

Re: upload_err_tmp_dir

What is your tmp path set to in the preferences?

Just paste the contents of your diagnostics in this thread please.


Plugins: ob1_advanced_search 1.032b, ob1_search_score 1.0, ob1_pagination 2.5, ob1_title 4.1, ob1_modified 2.1

“Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt.”
— Sun Tzu

Offline

#4 2005-07-28 13:34:50

vanpie
Member
From: Belgium
Registered: 2005-07-25
Posts: 24
Website

Re: upload_err_tmp_dir

Hello,
it said that “all verifications are OK”. For the moment, I’m not able to connect in my administration panel and I can’t copy-pastle contents of my diagnostics (bug in server). But in my FTP, I have’nt phpinfo file.

Edit: I use TXP RC4

Last edited by vanpie (2005-07-28 13:35:28)

Offline

#5 2005-07-28 13:55:49

obeewan
Archived Plugin Author
From: Stockholm, Sweden
Registered: 2004-08-12
Posts: 319
Website

Re: upload_err_tmp_dir

Well, we can’t go further before you can login to the administration panel and paste the diagnostics. So do when you can and we pick up the thread by then.


Plugins: ob1_advanced_search 1.032b, ob1_search_score 1.0, ob1_pagination 2.5, ob1_title 4.1, ob1_modified 2.1

“Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt.”
— Sun Tzu

Offline

#6 2005-07-28 14:24:54

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: upload_err_tmp_dir

> But, I have only one file “tmp” (textpattern/tmp), his numerical value is 755.

Well, it has to be writable as well, meaning it should be 777, too (depending on your server-configuration). Also make sure that in “Adanced Preferences” the Temp-directory also point to that place (or another directory that has 777 or where php is allowed to write).

Offline

#7 2005-08-16 12:04:37

vanpie
Member
From: Belgium
Registered: 2005-07-25
Posts: 24
Website

Re: upload_err_tmp_dir

Hello,
I’m coming back, My server did dead. I copy-pastle diagnostic now.:

All verifications are OK !

Version de Textpattern: 1.0rc4
last_update: 2005-07-26 19:24:27/2005-07-26 19:21:46
Document racine: /var/www/users/2517/htdocs/
$path_to_site: /var/www/users/2517/htdocs
Chemin d’accès à Textpattern : /var/www/users/2517/htdocs/textpattern
Format des URL: section_id_title
Répertoire temporaire: /var/www/users/2517/htdocs/textpattern/tmp
URL du site: vanpie.killix.org
Version de PHP: 5.0.4-1.dotdeb.2
Magic quotes PHP: 1/0
Locale: en_GB.UTF-8
Serveur: Apache

contenu du fichier .htaccess:
————————————
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php

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

Where are the bugs?

Thanks for your help.

Offline

#8 2005-08-16 12:32:52

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: upload_err_tmp_dir

Please update to the recently released new version:

http://textpattern.com/weblog/11/textpattern-4-stable-released

Offline

#9 2005-08-16 12:56:08

vanpie
Member
From: Belgium
Registered: 2005-07-25
Posts: 24
Website

Re: upload_err_tmp_dir

Thanks for your answer.

I updated th TSX’s version, but I have still the probleme.

Version de Textpattern: 4.0 (r789)
last_update: 2005-08-16 12:49:54/2005-08-16 12:39:27
Document racine: /var/www/users/2517/htdocs/ (/var/www/users/2517/htdocs)
$path_to_site: /var/www/users/2517/htdocs
Chemin d’accès à Textpattern: /var/www/users/2517/htdocs/textpattern
Format des URL: section_id_title
Répertoire temporaire: /var/www/users/2517/htdocs/textpattern/tmp
URL du site: vanpie.killix.org
Version de PHP: 5.0.4-1.dotdeb.2
Magic quotes PHP: 1/0
MySQL: 4.1.11-Debian_4-log
Locale: fr_FR.UTF-8
Serveur: Apache

contenu du fichier .htaccess:
————————————
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php

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

What can I do?

Offline

#10 2005-08-16 13:09:32

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: upload_err_tmp_dir

Can you change the permissions for
/var/www/users/2517/htdocs/textpattern/tmp
to 777.

Offline

#11 2005-08-16 13:18:11

vanpie
Member
From: Belgium
Registered: 2005-07-25
Posts: 24
Website

Re: upload_err_tmp_dir

Yes, I changed

Offline

Board footer

Powered by FluxBB