PDF export

Using V9 latest version 6 My PDF export in a grid does not work anymore. It start generating the PDF, but the fle is not on the server. So you can not open it.
Also not when you do downloading. I must say I changed in the export menu to A4 instead of Letter (the stadard after installation).
Can anybody check this for me on his/her computer.
I just checked on an other computer and there is a V9 version 5. There it works…
Please help

Regards Bert

Did a brandnew installation…again:

“The requested URL /scriptcase/tmp/sc_pdf_20170607031141_358_grid_objecten_hijsbanden .pdf was not found on this server.”

I saw there is a textfile in tmp folder related to the pdf I wanted to generate in there is:

wkhtmltopdf undefined --header-right “[page]” http://127.0.0.1:8090/scriptcase/tmp…kcmudip64.html “C:/Program Files/NetMake/v9/wwwroot/scriptcase/tmp/sc_pdf_20170607032027_670_grid_objecten_hijsbanden .pdf”

What does that mean?

Please help…I can not deploy anymore to my customers…

Regards Bert

That line is somethhing that executes wkhtmltopdf with some parameters on your 127.0.0.1:… and it creates the pdf file…
This normally works tho. At least if wkhtmltopdf (.exe probably but I guess you run on linux) is allowed to run… (php ini settings hat disallow exec for example can cause that to fail)
Grab the generated sourcecode and find the wkhtmltopdf part in therere (in the index.php if I am right).
You will propably quickly see how it works… It is fairly simple… I suspect a rights issue…

Just copy the line

wkhtmltopdf undefined --header-right “[page]” http://127.0.0.1:8090/scriptcase/tmp…kcmudip64.html “C:/Program Files/NetMake/v9/wwwroot/scriptcase/tmp/sc_pdf_20170607032027_670_grid_objecten_hijsbanden .pdf”

to your command prompt and wait for the output. Maybe you get some errors of missing libraries or other errors Then you know the reason.