Forums
I have installed Opigno on a Ubuntu Xenial server (PHP 7.0) for the first time but if refuses to recognise installed software.
I have installed pdf.js and wkhtmltopdf following the user manual and ffmpeg from the repo. The status report says that pdf.js is not installed. Also the PDF configuration page admin/config/user-interface/print/pdf doesn't mention wkhtmltopdf as an option and the page /admin/config/media/video/transcoders doesn't exist.
Is this problem related to PHP 7.0?
Hi Tyranno Douwes,
Hi Tyranno Douwes,
One issue at a time.
Did you put the files in sites/all/libraries folder correctly? Does the webserver have access to them?
1-> Regarding pdf.js. What version did you download? The latest versions does not work. Try replacing it with https://github.com/mozilla/pdf.js/releases/download/v1.3.91/pdfjs-1.3.91-dist.zip
2-> Regarding the wkhtmltopdf. Did you clear the cache after installing it? Since the latest release of the print module, the wkhtmltopdf is a submodule of the print_pdf module.Have you enabled the module wkhtmltopdf library handler?
3-> Regarding the video issue. Did you install the opigno video app? Did you install the ffmpeg on the server?
Best regards
In reply to Hi Tyranno Douwes, by James Aparicio
Hi James,