On Tue, 04 Feb 2014, rewnikiema wrote:
> i am using FFT to attached a file to my record but when i want to
> download a file from my page, i have this message Requested file does
> not seem to exist.
>
> url of file: https://invenio.lecames.org/record/4/files/test.pdf

Have you solved this problem in the meantime?  Because even record 4 now
does not seem to exist.

Otherwise you can check via command line whether there are some files
attached to record 4:

  $ sudo -u www-data /opt/invenio/bin/bibdocfile --get-info --recid 4

If not, and you submitted a file via FFT and the bibupload process ID
was say 123, then look in the task log files:

  /opt/invenio/var/log/bibsched_task_123.log

to see what went wrong.

Quite possibly you might have tried to attach file from a directory that
was not white-listed for file attachment.  By default, it is possible to
attach files from "/tmp" and "/home" only.  You can change this by
customising CFG_BIBUPLOAD_FFT_ALLOWED_LOCAL_PATHS.  See "invenio.conf"
for more help on this.

Best regards
-- 
Tibor Simko

Reply via email to