Keywords: Odoo - Linux - Technical issue - Other
bnsupport ID: 03dbdb44-a0c1-3b6a-85fc-48b0bb261f5c
Description:
Hello,
I've executed bnsupport tool and my support bundle code is:
03dbdb44-a0c1-3b6a-85fc-48b0bb261f5c
I've set up a new server with old Odoo-8.0-17 stack on Ubuntu 18.04
Everything works fine except after I install wkhtmltopdf package server stops to responding with this message:
Cette page ne fonctionne pas
In openerp-server.log I see next error message:
...
Critical bitnami_openerp openerp.modules.module: Couldn't load module report
Critical bitnami_openerp openerp.modules.module: 'NoneType' object has no attribute 'group'
...
The version of the package is : wkhtmltox_0.12.1.4-2.bionic_amd64.deb
To install wkhtmltopdf I've used those commands:
find /opt/odoo-8.0-17/common/bin -name fc-* | sudo xargs -I {} mv {} {}.bak
sudo apt-get install zlib1g fontconfig libxrender1 libfreetype6 libxext6 libx11-6
sudo apt install -f ./wkhtmltox_0.12.1.4-2.bionic_amd64.deb
sudo ln -s /usr/local/bin/wkhtmltopdf /usr/bin
sudo ln -s /usr/local/bin/wkhtmltoimage /usr/bin
Thank you for help!