Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP fatal: Access attempt to the protected member of the EntityDrupalWrapper class #7

Open
RoSk0 opened this issue Oct 13, 2015 · 1 comment

Comments

@RoSk0
Copy link

RoSk0 commented Oct 13, 2015

This line will issue a PHP fatal error when reached.
No sure about the correct fix so there is no solution to this from me.

@ndobromirov
Copy link

The issue is caused because the message type does not have the field that is set to be used for storing the rendered output for the view mode. The 2 checks in the code are validating that there is a configuration for it and the field is present in the system. Nothing enforces that the field is added to the message entity.

In this PR there is a fix for the issue mentioned here for the 7.x version of the module. (or it could be something else...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants