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

jaochoo’s picture

In 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."

jaochoo’s picture

Title: No pictures are created » No pictures are created due to PHP 5.3 warning: Parameter 1 to imageapi_gd_image_resize() expected to be a reference...
Category: support » bug
Status: Active » Fixed

Indeed, 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.