pdftext

Hello
Today a saved a file pdf with pdftext and search by any words of my file pdftext ..
Omeka search the words but when I click in the file I have these error

http://pastebin.com/d0AM5NLv

There's a bug with the "files/show" page on the public side.

On line 44 of application/views/scripts/files/show.php, the code should be

<?php echo metadata('file', 'Type OS'); ?>

We should have a fix pushed out for this fairly soon. In the meantime, you can change that line yourself, if you'd like. This is just a problem with that page, not with the PdfText plugin or the search.

Thanks John