Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-16 00:47:19
- bartekk
- Member
- Registered: 2004-11-09
- Posts: 57
Image upload error
If I wont to upload any image I get this error:
“File was only partially uploaded”
my diagnostics:
Textpattern version: 4.0.2 (r1076)
last_update: 2005-11-02 10:31:38/2005-11-02 10:30:55
Document root: /home/httpd/docs/xxx
$path_to_site: /home/httpd/docs/xxx/2005
Textpattern path: /home/httpd/docs/xxx/2005/textpattern
Permanent link mode: section_title
Temp folder: /home/httpd/docs/xxx/2005/textpattern/tmp
Site URL: www.mydomain.com/2005
PHP version: 5.0.2
server_time: 2005-11-16 01:43:07
MySQL: 4.1.7-standard
Locale: en_GB.UTF-8
Server: Apache/2.0.50 (Unix) mod_perl/1.99_14 Perl/v5.6.1 PHP/5.0.2 FrontPage/5.0.2.2635
Apache version: Apache/2.0.50 (Unix) mod_perl/1.99_14 Perl/v5.6.1 PHP/5.0.2 FrontPage/5.0.2.2635
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php </IfModule>php_value register_globals 0
————————————
Recently it worked and I changed nothing.
Any ideas?
Offline
Re: Image upload error
We are only passing on the error we are getting from PHP:
http://www.php.net/manual/en/features.file-upload.errors.php
Not sure what could be causing this. Have you tried with different files, different sizes? Tried changing your temp-directory? Tried to upload via ftp to check whether you have problems there as well? …
Offline
Pages: 1