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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Script called without the required parameter(s).

Started by iguana, April 14, 2004, 12:47:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

iguana

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

 :(  :(

hyperion

What is the max upload file size in php.ini?

What is the LimitRequestBody number for PHP  in the Apache configuration?
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

iguana

upload_max_filesize = 2M

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