Multiple warnings and notices when clearing caches

Created on 23 January 2012, over 12 years ago
Updated 23 January 2024, 5 months ago

Hi all, I've recently begun receiving the following error messages:

Notice: Undefined index: fieldable in field_ui_menu() (line 82 of /xxx/modules/field_ui/field_ui.module).
Notice: Undefined index: label in entity_views_table_definition() (line 123 of /xxx/modules/entity/views/entity.views.inc).
Notice: Undefined index: controller class in entity_type_supports() (line 72 of /xxx/modules/entity/entity.module).
Warning: class_implements() [function.class-implements]: object or string expected in entity_type_supports() (line 72 of /xxx/modules/entity/entity.module).
Warning: in_array() [function.in-array]: Wrong datatype for second argument in entity_type_supports() (line 72 of /xxx/modules/entity/entity.module).

i've been searching for a few days trying to track down what the issue is with no success.

i'm running Views (7.x-3.1) and the latest dev version of Entity (7.x-1.0-rc1+23-dev) but this problem was occuring with the previous version of Entity i had loaded as well.

please let me know if you need any more info and i'll do me best to help.

thanks, Leon

πŸ› Bug report
Status

Needs work

Version

1.0

Component

Code - misc

Created by

πŸ‡¬πŸ‡§United Kingdom leonharris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Applied #16 and this helped me greatly. Recently upgraded to PHP 8.2 and was getting 500 errors.

    Specifically, I was having issues due to the fact that the core Drupal 7 system module's system_entity_info function was being called and this helps skip past that.

Production build 0.69.0 2024