I am using Drupal 7.0 with Bartik Theme and modules like Entity API, Profile 2, Rules etc. Each time posting a comment the user picture in the user account will be deleted. I am confused. This is not what I expect. :-) Someone else with this problem?

Comments

DocuAnt’s picture

It looks to me, that this is happening using an self defined image style like "userpicture". It works with using the thumbnail style.

EvanDonovan’s picture

Component: user system » image.module

What kind of file system are you using (public or private)? Also, can you post some basic info about your server environment.

Provisionally moving this to "image.module" because of your comment #1, although it may actually be file system (or a contrib module bug).

DocuAnt’s picture

Ok, I am using the public file system and PHP 5.3.2 and MySQL 5.1.51.

droplet’s picture

and windows ??

can you do a fresh installation testing ?

berdir’s picture

Try to figure out if you can pinpoint it to a specfic contrib module.

Disable some of them, try to reproduce the bug until you can either say that it even happens when all contrib modules are disabled or you've found which one is causing it.

DocuAnt’s picture

Status: Active » Closed (duplicate)

Ok, I tested this issue and it seems to be the bug mentioned here: http://drupal.org/node/935592.
Sorry for duplicating.