Closed (fixed)
Project:
Simplenews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2011 at 15:12 UTC
Updated:
15 Jul 2012 at 18:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirPlease see http://drupal.org/node/158043 on how to figure out the actual error that is happening.
Comment #2
berdirI am closing old issues with no response.
If you can reproduce this and provide more details, feel free to re-open this or create a new issue.
Comment #3
andrenoronha commentedI updated simplenews from 6.x-1.3 to the last 7.x-1.x-dev.
When I try to create a new category it gives me:
The website encountered an unexpected error. Please try again later.Looking at the logs I find this note:
Notice: Trying to get property of non-object in taxonomy_term_save() (line 595 of /home/[...]/public_html/modules/taxonomy/taxonomy.module).And this error message:
EntityMalformedException: Missing bundle property on entity of type taxonomy_term. in entity_extract_ids() (line 7501 of /home/[...]/public_html/includes/common.inc).Comment #4
berdirConfirmed, this should fix it.
Comment #6
berdirRemoved debug statement.
Comment #7
berdirCommited.