Admin following and commenting on own post. Saves fine when you unfollow.
MessageNotifyException: Field field_message_rendered_subject does not exist. in MessageNotifierBase->postSend() (line 123 of C:\xampp\htdocs\profiles\commons\modules\contrib\message_notify\plugins\notifier\abstract.inc).
Comments
Comment #1
ezra-g commentedPlease re-open if this happens with the latest nightly dev snapshot.
Comment #2
Topcheese commentedComment #3
ezra-g commentedMoving the version to dev based on #1/2.
Sorry, but I'm still not able to reproduce but let's see if we can figure this out.
Does the error persist after you revert all the Features on the site and make sure that the message_notify_example module is disabled?
Comment #4
Topcheese commentedNow they aren't saving at all and I get no visible error message. I've changed my dev environment around a bit since, and I'm still working that out, but I can still test this on the old setup.
IIS 7.5
PHP 5.3
MySQL 5.1
What I'm getting now in the error logs is this.
Notice: Trying to get property of non-object in commons_radioactivity_flag() (line 12 of C:\inetpub\wwwroot\profiles\commons\modules\contrib\commons_radioactivity\includes\incidents\commons_radioactivity.incidents_flag.inc).
Notice: Undefined variable: node in commons_radioactivity_flag() (line 15 of C:\inetpub\wwwroot\profiles\commons\modules\contrib\commons_radioactivity\includes\incidents\commons_radioactivity.incidents_flag.inc).
http://devmachine.dev/flag/flag/commons_follow_node/17?destination=node/...
Notice: Trying to get property of non-object in commons_radioactivity_incident_node() (line 50 of C:\inetpub\wwwroot\profiles\commons\modules\contrib\commons_radioactivity\commons_radioactivity.module).
Comment #5
ezra-g commentedFor reference, are you able to reproduce these errors on a fresh installation of the latest alpha or nightly dev snapshot?
Comment #6
Topcheese commentedSame problem on original setup. Error message when following and commenting on a post. If you unfollow, then you can save a comment. I will try with today's build.
Comment #7
Topcheese commentedThis one is tied to several issues and not saving the comment, but first let me explain the installation. I download the zip, extract it in web root, then I install it TTW. I just started getting this new issue which I thought was related to IIS, but I'm also now getting on Nix/Apache.
I resolved it by going into theme administration settings, and then selecting CSS from the menu on left. Change the default theme generation option from public to theme directory. I'm still having the following related issues.
Comment #8
Topcheese commentedThis is obviously a serious matter. Here is another issue posted. Comments are not saved
Comment #9
pierrepaul commentedThe commons_notify module tries to send an e-mail to everyone following the group (not just the admin posting+following the comment).
The commons_notify tries to create the email giving the entity type : commons_notify_comment_created.
This entity type doesn't seem to be defined anywhere.
Maybe someone forgot to export a feature or something?
PS. I dont know how comment #7 is related to this bug.
PS2. Doesn't have anything to do with PHP or Apache/IIS.
Comment #10
codexmas commentedFollowing up on Pierre's comment the only occurrence of this content type being mentioned is in:
profiles/commons/modules/contrib/commons_activity_streams/commons_activity_streams.module:106
Perhaps as suggested there are some files that aren't committed yet?
Cheers,
Gord.
Comment #11
ezra-g commentedThe Commons Notify module is being refactored to use Message Subscribe as part of #1834946: Implement email notifications & UI with Message Subscribe. I just committed the latest progress towards that work, which I believe resolves this error. Please re-open if it persists after doing a git pull on Commons Notify.
http://drupalcode.org/project/commons_notify.git/commit/9c8c3fb
Comment #12
pierrepaul commentedIt works! Thanks Ezra!