I'm having trouble uploading pictures in my photoalbum (Yappa with ImageMagic). Everything works ok, but the uploading of pictures doesn't work. Other actions I can do (delete, rotate pictures etc.). I changed my upload max to 2,5 MB. However, even small pictures won't upload. It jams when the admin_module_upload.inc.php reaches the next if statement:
if (!copy($HTTP_POST_FILES['fupload'][tmp_name][$i], $dest)) {
$HTTP_POST_FILES['fupload'][tmp_name][$i] changes now and then: for example:
/tmp/phpe4McUr
$dest:
/home/e-smith/files/ibays/album/files/photos/Schaabbongers/CAMER003.JPG
when I look in the temp directory the file phpe4McUr doesn't exist.
Does anybody have an idea, how to solve this problem?
Marnix