Hi,
Been busy with this error for a while… searched through the forums and did not found a proper solution.
Description of symptoms:
- file uploads for files bigger than 2MB are throwing the error ‘Fieldname - thumbnail could not be created for the image. please make sure the thumbnail directory is writable.’
- files smaller than 2MB are working fine
- all directories are CHMOD 777 with the right group
- error is unrelated to safecracker, the filemanager and addon ‘Mega upload’ throw the same error
- GD2 is enabled (screen from phpinfo: http://take.ms/BVy)
- upload through regular php uploadform is working for big files (4MB +)
- upload_max_filesize is set to 16M (screen from phpinfo: http://take.ms/CVy)
- created a new upload destination: same error
- synchronisation of files works fine, no errors are thrown during this process
- doesn’t matter if i set ‘allowed filetypes’ to only images or all files, same error
- I’m not on a windows machine where slashes should be backslashes
- I’m using EE v2.5.5 - Build: 20121220, Safecracker 2.1
- Php ver. 5.3.3-7+squeeze3
I would love to receive some tips where to search next!