coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: eTard on September 08, 2004, 02:17:39 AM

Title: Script called without required parameter(s)
Post by: eTard on September 08, 2004, 02:17:39 AM
CPG 1.2 on OS X.  While trying to upload a 16MB zip file, the following error appears:


Script called without the required parameter(s).
 
File: /Volumes/Files/WebServer/Sites/evolved/db_input.php - Line: 42
 
 
Notice: Undefined index: offline in /Volumes/Files/WebServer/Sites/evolved/include/init.inc.php on line 380



I was able to add a smaller picture file minutes before.  The upload was from an anonymous user, with the abilities to upload to a public album.  No text was given to the forms included in the single item upload.

Apache/1.3.28
PHP/4.3.2
MySQL

Anything else?

Thanks,
Chris
Title: Re: Script called without required parameter(s)
Post by: Joachim Müller on September 08, 2004, 08:17:53 AM
16MB files are most definitely too large for your webserver to be uploaded using coppermine, this is why things break and show "funny" error messages (usually something times out on the webserver). The only workaround: upload smaller files. Although coppermine comes with multimedia support, it definitely hasn't been built as a download repository for such large files. Upload such files using ftp-upload and batch-add.

Joachim

P.S. Upgrading to cpg1.3.2 strongly recommended