I ran into another error when I tried to upload an image through an image field which is attached to my users' accounts. Doing this gives me a white screen and the following message:
Fatal error: Cannot access empty property in [...]/sites/all/modules/fe_paths/fe_paths.module on line 149
Edit: The image field was added and had an image file stored in it before I installed File Entity Paths. I just wanted to replace the image, which image fields offer you to do. To check if this might have been the problem I also added another image field to the user accounts and tried to upload a new image using the new image fields. The new image field wouldn't give me the error, but it would also not store the image. After reloading the page the field is empty again.
Is it possible that File Entity Paths conflicts with the integration of image fields? As far as I can tell, everything works fine with file fields.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 1806472.patch | 2.6 KB | mrharolda |
Comments
Comment #1
kumkum29 commentedHello,
I have the same error when I create a new user.
Do you have any idea?
Edit : I have a field type "list text" in user account. After deleting the field, I have the same problem: I can't create a new user.
Comment #2
semei commentedComment #3
szantog commentedThanks, commited + added test.
http://drupalcode.org/project/fe_paths.git/commit/6be4e07
Comment #5
mxtI have the same error, but it is not related to user entity: just flushing the cache.
See: http://drupal.org/node/1997908
Thank you
Comment #6
mengi commentedThis issue has been fixed in the dev version
Comment #7.0
(not verified) commentedmore info
Comment #8
mrharolda commentedHere's the patch for people using Drush make.