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.

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 */

........
.........

}

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'

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

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