Hello,
I have a problem with download function, when I push this button I get below informations:
Warning: Cannot modify header information - headers already sent by (output started at d:\pacsone\php\download.php:247) in d:\pacsone\php\download.php on line 231
Warning: Cannot modify header information - headers already sent by (output started at d:\pacsone\php\download.php:247) in d:\pacsone\php\download.php on line 232
Warning: Cannot modify header information - headers already sent by (output started at d:\pacsone\php\download.php:247) in d:\pacsone\php\download.php on line 233
PKÉD¸*]4ę†61.2.840.113619.2.66.2158408118.16050010109110250.1.dcmě˝tGÖ÷=]UG9ÎH#i$B‘d’Ŕˆ$M9˜ŚŤM°ÁŘŘĆ8` Ž`L0ÁäDÎ`r“Á€É9Ă÷Ż+Ů»ď>°ű˝Ď9{öś}GWŐ]áŢŞęžžđ;UuËfűĎţ˝šY-‹á܍ްÍŔ™Ů[˝ŞňŚ?…áÜ(3
...and so on
Size of displayed bushes depends on a study size.
I tried it with any other studys with same results. I tried it also on the other machines.
It looks like a content of downloaded zip file displays in IE window.
Download problem
1. What version of PacsOne Server are you using?
2. Can you try downloading a single image and see if the same problem exists? One possible cause of this problem is that PHP has timed out (default is 30 seconds) while processing the downloaded study if it contains a large number of images, so if the download works with a single image, but not with a large study, then we know it's the timeout that's causing the problem.
2. Can you try downloading a single image and see if the same problem exists? One possible cause of this problem is that PHP has timed out (default is 30 seconds) while processing the downloaded study if it contains a large number of images, so if the download works with a single image, but not with a large study, then we know it's the timeout that's causing the problem.
Make sure you turn on the output_buffering variable in your php.ini file:
Code: Select all
output_buffering = 4096