Hi,
I’m getting this error trying to export a form with PDF export.
Not Found
The requested URL /koGest/_lib/tmp/sc_pdf_20150211154654_897form_consulta_loteproducto.pdf was not found on this server.
I know it’s a permissions problem, and readed about how to solve under Linux envirometns, but didn’t find any post about a solution under Apache+Windows enviroment.
In temp folder I see command is trying to launch is:
wkhtmltopdf --page-size A4 --orientation Portrait --outline-depth 0 http://localhost:81/koGest/_lib/tmp/sc_form_consulta_loteproducto_html_3pv09tcaockjc8ofgn6a48vj43.html C:/Komenco/kosrv/www/koGest/_lib/tmp/sc_pdf_20150211153832_485form_consulta_loteproducto.pdf
Trying to launch manually I get: Exit with http error: 403
Some idea?