coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: iguana on April 14, 2004, 12:47:17 AM

Title: Script called without the required parameter(s).
Post by: iguana on April 14, 2004, 12:47:17 AM
I HAVE read the other posts on this subject but can't cure mine.

I only get this error when trying to upload  files bigger than 100k

SYSTEM DETAILS
Redhat Linux 8
Apache web server

PHP 4.2.2
registered_globals off
file_uploads on

rpm -qa gd = two versions installed
gd-1.8.4-9
gd-2.0.15-1

php.ini entry
extension=php_gd.dll

 :(  :(
Title: Script called without the required parameter(s).
Post by: hyperion on April 14, 2004, 02:26:55 AM
What is the max upload file size in php.ini?

What is the LimitRequestBody number for PHP  in the Apache configuration?
Title: Script called without the required parameter(s).
Post by: iguana on April 14, 2004, 11:44:10 AM
upload_max_filesize = 2M

I looked in the httpd.conf file but can't find the LimitRequestsBody parameter  or anything similar anywhere.