From: Zoltan V. <dr...@zp...> - 2003-12-03 16:42:28
|
On Dec 3, 2003, at 4:27 PM, Zoltan Varady wrote: > Now I cannot upload images into 2.6, I get: Correction: it only is broken for some slices (our indymedia slices, it seems now). The strange thing is, if I make a new slice using the "broken" slice as a template, then uploading works again. The file permissions all seem to be the same... It looks like aa_move_uploaded file is being called twice for these slices (!?). I made a little debug echo statement. For a working upload slice, it says: aa_move_uploaded_file: varname v696d675f75706c6f61642e2e2e2e2e32x, destdir /var/www/zpok/img_upload/856b8abcbf3950fce8b05059686f28c8, perms 0, filename fredg.jpg For a broken one, it prints it twice: aa_move_uploaded_file: varname v696d675f75706c6f61642e2e2e2e2e32x, destdir /var/www/zpok/img_upload/322859aa0578c5a894c85ecd18bf54d8, perms 0, filename fredh.jpg aa_move_uploaded_file: varname v696d675f75706c6f61642e2e2e2e2e32x, destdir /var/www/zpok/img_upload/322859aa0578c5a894c85ecd18bf54d8, perms 0, filename fredh_1.jpg Any ideas? I'll go on debugging. If only I could print the function call stack in php :) cheers, Zoltan. |