When manage property is selected for title field,field the field type is set to array and follwoing warning appears
Warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1559 of H:\wamp\www\drupal\includes\bootstrap.inc).

after that when tried to edit the field give the following error.

Warning: Illegal offset type in FieldInfo->getBundleInstances() (line 343 of H:\wamp\www\drupal\modules\field\field.info.class.inc).
Warning: Illegal offset type in FieldInfo->getBundleInstances() (line 346 of H:\wamp\www\drupal\modules\field\field.info.class.inc).
Recoverable fatal error: Object of class EntityType could not be converted to string in FieldInfo->getBundleInstances() (line 351 of H:\wamp\www\drupal\modules\field\field.info.class.inc).

Comments

kaizerking’s picture

EDIT:if you try to remove the field you get this error
Recoverable fatal error: Object of class Bundle could not be converted to string in FieldInfo->getBundleInstances() (line 351 of H:\wamp\www\drupal\modules\field\field.info.class.inc).

fmizzell’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

The code base has changed quite a bit since this issue was opened. I do not see any errors, warnings or notices when activating or deactivating the title property in the "Manage Properties" tab of an entity type.

In case that @kaizerking is still around and would like to check this out, I will just leave this as postponed for now.

legolasbo’s picture

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

Closing old issues. Please reopen the issue with a clear description and/or steps to reproduce if this issue is still relevant.

legolasbo’s picture

Status: Closed (duplicate) » Closed (cannot reproduce)