Re: [PHP] php upload does not work proper, [tmp_name] and other are missing in $_FILES

2012-03-21 Thread Meike Stone
2012/3/20 Meike Stone meike.st...@googlemail.com: First of all, check your apache log files for any hints. There's probably a warning/error in there that explains why. I switched to LogLevel debug but in error_log is nothing found, the access_log showes only: 192.168.1.89 - -

Re: [PHP] php upload does not work proper, [tmp_name] and other are missing in $_FILES

2012-03-21 Thread Meike Stone
But what is the reason, that the module not work properly? Which next step can I do? I figured out, that the new mod_php5.so is not linked against libmm.so.14. Can this be the problem? Thanks Meike # ldd mod_php5.so.5.3.8 linux-vdso.so.1 = (0x7fffe051c000) libcrypt.so.1

Re: [PHP] php upload does not work proper, [tmp_name] and other are missing in $_FILES

2012-03-21 Thread Matijn Woudt
On Wed, Mar 21, 2012 at 3:32 PM, Meike Stone meike.st...@googlemail.com wrote: But what is the reason, that the module not work properly? Which next step can I do? I figured out, that the new mod_php5.so is not linked against libmm.so.14. Can this be the problem? Thanks Meike # ldd

[PHP] php upload does not work proper, [tmp_name] and other are missing in $_FILES

2012-03-20 Thread Meike Stone
Hello, I try the upload files, but in tmp_name and other variables are missing in $_FILES. I use php 5.3.8 on SLES11SP2 I can repeat this with: === ?php if(isset($_FILES)) { var_dump($_FILES); } ? !-- The data encoding type, enctype, MUST be

Re: [PHP] php upload does not work proper, [tmp_name] and other are missing in $_FILES

2012-03-20 Thread Matijn Woudt
On Tue, Mar 20, 2012 at 4:33 PM, Meike Stone meike.st...@googlemail.com wrote: Hello, I try the upload files, but in tmp_name and other variables are missing in $_FILES. I use php 5.3.8 on SLES11SP2 I can repeat this with: === ?php

Re: [PHP] php upload does not work proper, [tmp_name] and other are missing in $_FILES

2012-03-20 Thread Meike Stone
First of all, check your apache log files for any hints. There's probably a warning/error in there that explains why. I switched to LogLevel debug but in error_log is nothing found, the access_log showes only: 192.168.1.89 - - [20/Mar/2012:16:43:53 +0100] POST /i3.php HTTP/1.1 200 539