Hi,
Ok I've resolved the problem by giving 777 rights to refextract folder.
In this folder, I find an xml fille with all the references. At the end, by clicking on
the link "detailed record" of a few records, the references still not displayed
What should I do to display all the references in dettailled reccod ?
Thanks a lot.
On 20/10/15 10:26, Wagner, Alexander wrote:
Hi!
I want to extract references from sumitted articles in a collection. To do this,
I've excuted the instruction below : # sudo -u www-data ./refextract -c
Articles
After,the following error is produced:
_*IOError*_: Error: Unable to write to
'/opt/invenio/var/tmp/refextract/refextract_task_93.xml'
(refextract.py:290:halt)
I noticed that the directory refextractis created (after executing the
above command) and having as owner root: root
What should I do in order tosolve this problem ?
I guess it should be owned by your webuser. Note that in the install
instructions there is a stanza where you recursively give all dirs below
/opt/invenio to your webuser.