coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: PCGUY112887 on August 18, 2004, 01:17:53 AM

Title: 0 Files Uploaded with ZIP...
Post by: PCGUY112887 on August 18, 2004, 01:17:53 AM
When I try to upload a ZIP (about 2.8MB) it uploads then just says 0 files uploaded.  Gives no error.  I tryed setting allowed files to ALL for everything, still won't work....  I would just batch upload this but I want to check out everything to make sure it works for the users.

Also when I set image limits (I type "jpg,jpeg,gif,png" with no " ") and all of my thumbnails turn into a text link of the file name...

AND I used to have a simple watermark mod installed that worked with ImageMagic... but now I can't find it?  I mean it was like a really simple mod... I just can only find a similar simple mod for GD and I coulden't get it to work.

AND is there any way to make it so when you view a video, you just get a link to download it insted of just trying to play it with QuickTime?
Title: Re: 0 Files Uploaded with ZIP...
Post by: PCGUY112887 on August 18, 2004, 07:49:58 AM
Well I always though that my server's upload limit was set to 3MB.. but it's really 2.  I noticed that I have access to a php.ini and this was in it...
Quote
allow_url_fopen on
So I tryed setting it to this...
Quote
allow_url_fopen on
upload_max_filesize 3
max_input_time 600
Quote
And well I still have the same problem.  I don't know if I wrote the extra lines for the php.ini file right to get a 3MB upload limit and a 10min input time... (for poor dial up'ers).
Title: Re: 0 Files Uploaded with ZIP...
Post by: Joachim Müller on August 18, 2004, 08:22:38 AM
refer to the PHP manual: http://www.php.net/ini_set how to modify php.ini
If you're webhosted, make sure the changes you make to php.ini are actually taken into account (your webhost might have disabled overriding some or all vars).
If the server is yours to administer, you have to understand that php.ini is only being read once PHP starts, so you will probably have to stop and restart your webserver service (no, this doesn't mean reboot).

GauGau
Title: Re: 0 Files Uploaded with ZIP...
Post by: PCGUY112887 on August 18, 2004, 11:32:55 AM
Ah IC thanks.  It looks like what I set in my php.ini doesn't matter... so I will just deal.