Closed (duplicate)
Project:
Comment Notify
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2011 at 15:34 UTC
Updated:
2 Sep 2013 at 06:06 UTC
As per title, after upgrading to Drupal 7.8, I'm getting this error
EntityMalformedException: Missing bundle property on entity of type comment. in entity_extract_ids() (line 7389 of /home/abc/public_html/includes/common.inc).
when posting comments to node.
Happens on some nodes only though. pretty weird.
I disabled this module and the error is gone.
Comments
Comment #1
carusen commentedI subscribe. The same issue after the upgrade to version 7.8
Comment #2
Starminder commentedsubscribe
Comment #3
Joenet-dupe commentedsubscribe / the same issue (D7.8)
Writing the comments is impossible.
Comment #4
dave reidThis is a duplicate of #1255250: Remove some internal helper functions, add data to comment_load, fully load comments before alerting.
Comment #5
cskli911 commentedi also got this problem, any else can fix this ?
Comment #6
Dave Sandilands commentedsubscribe
same issue except with type node.
Comment #7
flightrisk commentedSame here, type node so mine may not be comment notify
Comment #8
Hetta commentedThis might help:
http://support.themesnap.com/entries/21122043-Problems-with-Anonymous-co...
comment #2, by Cipitio:
" I had been looking everywhere, and while the solution was not in those links, they took me to other links which eventually produced the "aha" moment. Problem fixed. This link is what opened my eyes: http://drupal.org/project/anonymous_user. Drupal needs the anonymous user so badly that someone even created a module to check for it, and create it if it does not exist. Go figure...
My solution (simple as usual). Once I learned that Drupal NEEDS an "Anonymous" user to actually exist, and it MUST be uid "0", I ensured it was among my users correctly. I had an anonymous user with a different ID, but no happiness. Now my anonymous comments are working just fine. "
That helped me, on D7.23.
Comment #8.0
Hetta commentedEdit body.