php zipping or what?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
marianko
Forum Newbie
Posts: 1
Joined: Sun Aug 16, 2009 4:02 am

php zipping or what?

Post by marianko »

Hi guys, I'm no expert on php, but I believe it's got to be something with PHP version 5.2.5 or some settings - because from a certain time I'm not able to download any zip file from a directory on one of my websites:

http://mydigitalmall.net/phpinfo.php

It was OK and the zip files were downloading correctly, but when you for example enter this into your browser:

http://www.mydigitalmall.net/cart/index ... 0f3660e2d7

you'll get a corrupted zip file, BUT if you enter this directly to the browser, the zip file downloads correctly:

http://mydigitalmall.net/cart/products/ ... es-MRR.zip

Can someone be so kind and tell me where the problem can be? Is it with the PHP upgrade on server, can it be fixed? The scripts really worked fine before.

Here's the script log with some errors and the download class script:

http://mydigitalmall.net/txt/

Many thanks for every bit of help or direction.

Marian
Post Reply