Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Uploading images gives > "Notice: Undefined index..."
The whole string > “Notice: Undefined index: thefile in /usr/local/pem/vhosts/118714/webspace/httpdocs/txp/textpattern/include/txp_image.php on line 493”
And that’s it … no image uploading!
Diagnoses:
++++++++++++++
Textpattern version: 4.2.0 (r3275)
Last Update: 2010-07-21 07:37:36/2010-07-21 07:36:21
Document root: /usr/local/pem/vhosts/118714/webspace/httpdocs
$path_to_site: /usr/local/pem/vhosts/118714/webspace/httpdocs/txp
Textpattern path: /usr/local/pem/vhosts/118714/webspace/httpdocs/txp/textpattern
Permanent link mode: messy
open_basedir: /usr/local/pem/vhosts/118714
upload_tmp_dir: /usr/local/pem/vhosts/118714/tmp
Temporary directory path: /usr/local/pem/vhosts/118714/webspace/httpdocs/txp/textpattern/tmp
Site URL: www.yod.nl/txp
PHP version: 4.4.2
Register globals: 1
GD Image Library: bundled (2.0.28 compatible); supported formats: GIF, JPG, PNG.
Server TZ: -
Server Local Time: 2010-07-22 10:01:33
DST enabled?: 1
Automatically adjust DST setting?:
Time Zone: (3600)
MySQL: 4.0.18-Max
Locale: en_GB.UTF-8
Server: Apache/2.0.52 (Red Hat) FrontPage/5.0.2.2635 mod_ssl/2.0.52 OpenSSL/0.9.7j
Apache version: Apache/2.0.52 (Red Hat) FrontPage/5.0.2.2635 mod_ssl/2.0.52 OpenSSL/0.9.7j
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.4.20-021stab028.24.777-enterprise
Admin-side theme: classic 4.2.0
Pre-flight check:
————————————
File uploads are disabled
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: proc_close, proc_get_status, proc_nice, proc_terminate, apache_note, apache_setenv, closelog, debugger_off, debugger_on, define_syslog_variables, openlog, syslog, pclose, ini_restore, symlink, phpinfo
————————————
.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
++++++++++++++
“File uploads are disabled” is bothering me …
All double checked … 777 … url’s … php … etc! Any help appreciated.
Last edited by RedFox (2010-07-22 08:26:57)
Offline
Re: Uploading images gives > "Notice: Undefined index..."
File uploads are disabled
Did you get in touch with your provider host?
Last edited by colak (2010-07-22 09:27:22)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Uploading images gives > "Notice: Undefined index..."
No, but I guess it’s a hint … ;-)
Offline