Changing "go_debug = 1" bypasses calling js_compress but it also affects other portions of the application software. I have tested this fix on both SuSE Liniux LEAP 42.3 and Ubuntu LINUX 3.28.1.
2 07/04/2019 04:31:20 am
Re: Version 2.4.6 PDF File Error (9 replies, posted in Report Bugs here)
I solved this issue by avoiding the compression of the js scripts in 'includes/main.inc':
function js_compress($sJS)
{
return($sJS); /* This line added to bypass js compress */
........
.........
}
3 04/16/2019 04:47:12 am
Re: Version 2.4.6 PDF File Error (9 replies, posted in Report Bugs here)
I have tried both Chrome & Firefox. Looking at the demo version the popup link is to the pdf_files repository. However, on 2.4.6 I suspect the link is wrong. The report in the pdf_files repository is correct. If you set the browser to Download the file downloaded is not the report and cannot be opened with a pdf reader. If set to popup the browser responds with 'Error Failed to Load'
4 04/16/2019 01:44:35 am
Re: Version 2.4.6 PDF File Error (9 replies, posted in Report Bugs here)
Hi apmuthu,
Thanks for your prompt reply.
The issue is not the PDF viewer. The file generated in the browser designated Downloads repository is incomplete. The file in repository pdf_files is complete and can be read by a PDF viewer (evince, okular).
There is no LINUX version of SumatraPDF and SuSE have stopped support of Acrobat.
Thanks
5 04/15/2019 11:36:00 am
Topic: Version 2.4.6 PDF File Error (9 replies, posted in Report Bugs here)
My server:
SuSE LINUX Leap 42.3
PHP 7
Apache 2
MySQL 15.1
Browser - Chrome
PDF reports generate in repository pdf_files is correct. PDF file in Downloads is corrupted (same for both Chrome and Firefox).
I would appreciate advise. Thanks
edtaned