When creating content with a registration field, I'm seeing these errors show up in the log:

Notice: Trying to get property of non-object in registration_field_formatter_view() (line 218 of /var/www/vhtdocs/userweb63850/html/sites/all/modules/registration/includes/registration.field.inc).

Notice: Trying to get property of non-object in registration_field_formatter_view() (line 242 of /var/www/vhtdocs/userweb63850/html/sites/all/modules/registration/includes/registration.field.inc).

EntityMalformedException: Missing bundle property on entity of type registration. in entity_extract_ids() (line 7844 of /var/www/vhtdocs/userweb63850/html/includes/common.inc).

Any idea what I can do to remedy?

Comments

CountPacMan’s picture

Status: Active » Postponed (maintainer needs more info)

Cannot reproduce the issue in 7.x-1.4 nor current dev. Do you have any modules which may be conflicting?

aniebel’s picture

This worked before I moved to a different hosting company so I don't think it's another module. What I am seeing as an issue is that the Registration Type isn't showing up as an option for anyone but admin nor is the form that I have set for the field, also only for admin. In other words nobody can set the Type or fill out the form. Additionally, it's setting the Type to "Disable" despite the fact that I have the default set to something else in the content type field settings.

Other than the log, is there anything else I can check to see where an error is thrown?

Greg Boggs’s picture

This is a tough one Aniebel. Have you made any progress? Since you moved your website, maybe the database didn't import perfectly? Try creating a new registration field on your node, or even better, create a new content type and add a new field to it and see what happens.

john.oltman’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)