Path where error occurs:
http://localhost/pawtucket2/index.php/Browse/objects
browse.conf configuration:
# Pawtucket 2.0 Browse Configuration
# Added [browse_types] section as recommended
[browse_types]
ca_objects = {
display_name = "Objects",
table = "ca_objects"
}
ca_object_lots = {
display_name = "Object Lots",
table = "ca_object_lots"
}
ca_entities = {
display_name = "Entities",
table = "ca_entities"
}
ca_collections = {
display_name = "Collections",
table = "ca_collections"
}
ca_places = {
display_name = "Places",
table = "ca_places"
}
ca_occurrences = {
display_name = "Occurrences",
table = "ca_occurrences"
}
ca_storage_locations = {
display_name = "Storage Locations",
table = "ca_storage_locations"
}
# Global settings
defaultHitsPerBlock = 36
cache_timeout = 86400
# Object browse configuration
ca_objects = {
name = _("Objects"),
facets = {
type_facet = {
type = fieldList,
field = type_id,
group_mode = none,
label_singular = _("Object Type"),
label_plural = _("Object Types"),
description = _("Find objects according to the Types defined in your collection profile."),
},
entity_facet = {
type = authority,
table = ca_entities,
relationship_table = ca_objects_x_entities,
restrict_to_types = [],
individual_group_display = 1,
groupings = {
label = _("Name"),
relationship_types = _("Role"),
type = _("Type")
},
group_mode = alphabetical,
natural_sort = 0,
order_by_label_fields = [surname, forename, middlename],
indefinite_article = an,
label_singular = _("person"),
label_plural = _("people")
}
# [Rest of your existing facet configurations remain unchanged]
}
}
# [Rest of your existing browse configurations remain unchanged]