Php4 + horde + imp problem
Pedro
pedro@Jazznet.pt
Mon, 14 May 2001 16:45:07 +0100
---------------------- multipart/alternative attachment
ERr..
I still have this anoying problem with compose...
When i try to attach anything (and i'm talking about 1byte or more) i =
got
this error:
Warning: Undefined variable: attachments_size in
/home/iwebmail/horde/imp/compose.php3 on line 921
This is a copy of my httpd.conf:
<VirtualHost ***.***.***.***>
ServerAdmin iwebmaster@some.pt
DocumentRoot /home/iwebmail/horde/imp/
ServerName iwebmail2.jazznet.pt
ServerAlias iwebmail2 iwebmail2.jazznet.pt
ErrorLog /var/log/apache/iwebmail2.jazznet.pt-error.log
CustomLog /var/log/apache/iwebmail2.jazznet.pt-access.log combined
DirectoryIndex index.html index.php index.php3 index.php4
AddType application/x-httpd-php .php .php3 .php4
AddType application/x-httpd-php-source .phps .php3s .php4s
Alias /horde /home/iwebmail/horde
<Directory /home/iwebmail/horde/>
Options FollowSymLinks
AllowOverride None
order allow,deny
allow from all
php_value include_path .:/home/iwebmail/horde:/home/iwebmail/phplib
php_value auto_prepend_file /home/iwebmail/phplib/prepend.php3
php_flag magic_quotes_gpc Off
php_flag upload_max_filesize 10000000
</Directory>
</VirtualHost>
php.ini
post_max_size =3D 8M
upload_max_filesize =3D 2097152 ; Maximum allowed size for
uploaded files 2 megabytes
=20
If i use php3 it works , but with php4 i got this problem...
Thanks for the time
Best Regards
Pedro
Jazztel Portugal - Servicos IP
Edificio Diogo Cao - Doca de Alcantara
1350-352 Lisboa PORTUGAL
Tel: +351 2 1030 1406
Fax: +351 2 1030 1300
---------------------- multipart/alternative attachment--