SC 9.8.000 - Manual install - Dev Env. - wkhtmltopdf css path error

Hello
I installed manually the new version on ubuntu (22.04 -Apache / php 8.1) in order to test my projects.
Many things seems to work ! :slight_smile:
Exept wkhtmltopdf -
On developpement environment, the HTML files links the CSS files (app themes) on “mydomain.com/_lib” directory.
But On Dev, the CSS file are in the “mydomain.com/app/project_name/_lib/”
Is an error form Sricptcase or an configuration error ?
Thanks for your help !

you should not use the absolute path but use php functions to obtain the root or your docs/images folder from the apps. it is also a global variable somewhere i believe.

Thanks for your reply. You mean absolute path in the SC configuration panel / System Folders ? Not sure that I undestand :frowning:
I opened a tiket, let’s see…