On Tue, 07 Aug 2012 14:44:46 +0200, Oleg Reich wrote:
On 07.08.2012 14:24, Janos SUTO wrote:
then add the following line to model/message/restore.php right above
"$zip = new ZipArchive();" and repeat the steps you did before:
print "in download_files_as_zip():\n"; print_r($idlist); exit;
result:
as auditor:
idlist:
18470,18469,18467,18466,18463,18462,18460,18459,18457,18455,18454,18453,18451,18449,18448,18446,18445,18443,18441,18440
in download_files_as_zip(): 18469
this looks unusual, I'll be checking on my computer.
as regular user:
idlist: 16527,16522,16463,16461 in download_files_as_zip(): Array (
[0] => 40000000501fcffb2c5596242402bbc812c9 [1] =>
40000000501fd231284f63ac5d0855fcd4b7 [2] =>
40000000501fe7640a41c15c0012762391d9 [3] =>
40000000501fe8821086760ce942d3e87be2 )
how this looks correct. Please remove the "exit;" string from
model/message/restore.php
that you entered, and try again. You should be able to download the zip
file.
Janos