Good morning,

It seems that in the master branch (at least a few commits back) if one tries to edit any record (even from the demo site), the following exception is thrown:

uri: </record/edit/?>

** Traceback details

Traceback (most recent call last):
  File 
"/usr/lib64/python2.6/site-packages/invenio/webinterface_handler_wsgi.py", line 
507, in application
    ret = invenio_handler(req)
  File "/usr/lib64/python2.6/site-packages/invenio/webinterface_handler.py", 
line 362, in _profiler
    return _handler(req)
  File "/usr/lib64/python2.6/site-packages/invenio/webinterface_handler.py", 
line 424, in _handler
    return root._traverse(req, path, False, guest_p)
  File "/usr/lib64/python2.6/site-packages/invenio/webinterface_handler.py", 
line 239, in _traverse
    return obj._traverse(req, path, do_head, guest_p)
  File "/usr/lib64/python2.6/site-packages/invenio/webinterface_handler.py", 
line 252, in _traverse
    result = _check_result(req, obj(req, form))
  File "/usr/lib64/python2.6/site-packages/invenio/bibedit_webinterface.py", 
line 144, in index
    json_data))
  File "/usr/lib64/python2.6/site-packages/invenio/bibedit_engine.py", line 
406, in perform_request_ajax
    response.update(perform_request_bibcatalog(request_type, recid, uid))
  File "/usr/lib64/python2.6/site-packages/invenio/bibedit_engine.py", line 
1289, in perform_request_bibcatalog
    status=['new', 'open'], recordid=recid)
  File "/usr/lib64/python2.6/site-packages/invenio/bibcatalog_system_email.py", 
line 58, in ticket_search
    raise NotImplementedError
NotImplementedError

btw, BibCatalog configuration in invenio-local.conf has the default values and I'm not using RT (so CFG_BIBCATALOG_SYSTEM = EMAIL and so on). I'm not using any new/fancy stuff, so I wonder why the NonImplementedError...

Should I open a ticket, did I misconfigure something or should I simply wait for this feature to be implemented?

I'm running v1.1.2.513-53f4 (a few commits back, but I will try to compile and use the latest one). I know that master branch is a bit experimental (an at some points not very advisable to put into production), but I will be needing authorities in this system, so maint-1.1 was not an option and I cannot wait for 1.2... Would you consider the current master a bit too risky/unstable to use in production?

Best regards,
Theodoros Theodoropoulos

Reply via email to