I followed the installation instructions step by step. However, no user profile pictures are created. The image URLs point to following files (which do not exist):
- http://localhost/drupal/sites/default/files/imagecache/user_image_large/...
- http://localhost/drupal/sites/default/files/imagecache/user_image_defaul...
In the folder \drupal\sites\default\files\pictures I can see the unedited picture as uploaded. Also the default user picture is not used anywhere.
Comments
Comment #1
jaochoo commentedIn the "Image Toolkit" settings it says: "The GD toolkit is installed and working properly." However, there is a "warning: Parameter 1 to imageapi_gd_image_resize() expected to be a reference, value given in F:\Dev\xampp\xampplite\htdocs\drupal\sites\all\modules\imageapi\imageapi.module on line 165."
Comment #2
jaochoo commentedIndeed, the above mentioned warning from the Image API module was the reasons that no pictures were created. For anyone having this error due to PHP5.3 you can use the patch for Image API module from this thread: http://drupal.org/node/540486#comment-2616056