Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
image.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2011 at 11:37 UTC
Updated:
24 Jan 2011 at 12:51 UTC
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
Comment #1
DocuAnt commentedIt looks to me, that this is happening using an self defined image style like "userpicture". It works with using the thumbnail style.
Comment #2
EvanDonovan commentedWhat 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).
Comment #3
DocuAnt commentedOk, I am using the public file system and PHP 5.3.2 and MySQL 5.1.51.
Comment #4
droplet commentedand windows ??
can you do a fresh installation testing ?
Comment #5
berdirTry 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.
Comment #6
DocuAnt commentedOk, I tested this issue and it seems to be the bug mentioned here: http://drupal.org/node/935592.
Sorry for duplicating.