@miguelk
Here it’s another guide could help.
https://forum.scriptcase.net/t/pdf-export-debugging/30333
I have a lot of systems installed in different hostings and only in one hosting told me that the wkhtmltopdf execution was not allowed for security reasons.
In my expirience with
- wkhtmltopdf allowed (Communicate with the hosting to ask this)
- 744 permission over the wkhtmltopdf-amd64 file (centos8 or linux-amd64 folder, most common)
- disable_functions=’’ in php.ini
- 755 permission over _lib/tmp
- Configure the url for pdf Server IP in the SC Production enviroment
It works in the rest of hostings like IONOS, Hostinger, GoDaddy, Hosgator and many others in Argentina.
Good luck!