Download problem

Trouble during PacsOne Server installations
Post Reply
zarek
Posts:18
Joined:Tue May 24, 2005 9:12 am
Download problem

Post by zarek » Thu Jun 22, 2006 1:48 pm

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.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Jun 22, 2006 3:18 pm

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.

zarek
Posts:18
Joined:Tue May 24, 2005 9:12 am

Post by zarek » Tue Jul 11, 2006 4:16 pm

1. Version 4.0.1

2. The problem still exists when I try downloading a single image. The tiomeout value is set to default (30sec)

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Wed Jul 12, 2006 12:59 am

Make sure you turn on the output_buffering variable in your php.ini file:

Code: Select all

output_buffering = 4096

zarek
Posts:18
Joined:Tue May 24, 2005 9:12 am

Post by zarek » Wed Jul 12, 2006 5:52 am

Correct!
Now everything works fine :)
Thanks a lot

Post Reply