FYI, printing option_value gives me the following output:
"{
'127.0.0.1': ['*'], # useful for testing
'127.0.1.1': ['*'], # useful for testing
'10.0.0.1': ['BOOK', 'REPORT'], # Example 1
'10.0.0.2': ['POETRY', 'PREPRINT'], # Example 2
}"
"('txt', 'html', 'xml', 'odt', 'doc', 'docx', 'djvu', 'pdf', 'ps',
'ps.gz')"
"{ 'Poetry' : 'poem'}"
"{
'global': ['INDEX-SYNONYM-TITLE', 'exact'],
'title': ['INDEX-SYNONYM-TITLE', 'exact'],
}"
"{
'100__a': 2,
'245__a': 4
}"
"{
'title' : '[title]',
'title-author' : '[title] [author]',
'reportnumber' : 'reportnumber:[reportnumber]'
}"
"{}"
"[
('http(s)?://.*', {}),
]"
"{
'marcxml': ('XOAIMARC', 'http://www.openarchives.org/OAI/1.1/dc.xsd',
'http://purl.org/dc/elements/1.1/'),
'oai_dc': ('XOAIDC',
'http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd',
'http://www.loc.gov/MARC21/slim'),
}"
"{}"
"[]"
"{
'Articles': ['506__d', '506__m'],
}"
"{
'Articles': '5061_a',
'Pictures': '5061_a',
'Theses': '5061_a',
}"
"{
'Articles': '562__c',
'Pictures': '562__c',
}"
"{}"
4
What seems suspicious is the last number (4)... How could this be
generated?
When i rename invenio-local.conf, everything works as expected... So I
suppose it's something in this file (that was working as expected until
now!). Any ideas how to narrow down the section/parameter that causes
the error?