Script called without required parameter(s) Script called without required parameter(s)
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Script called without required parameter(s)

Started by eTard, September 08, 2004, 02:17:39 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

eTard

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

Joachim Müller

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