upload capacity

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
renatamp

upload capacity

Post by renatamp »

hello there,

I am new to mantis.
I am trying to increase my upload capacity and I keep getting the message below everytime I try to attach a file bigger than 10 MB.

APPLICATION ERROR #200
A required parameter to this page (bug_id) was not found.

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

Full path: /home/remas/www/mantis/core/gpc_api.php
Line: 36
Variable Value Type
p_var_name bug_id string
p_default string
Filename Line Function Args
/home/remas/www/mantis/core/gpc_api.php 36 trigger_error ( '200', 256 )
gpc_get ( 'bug_id' )
/home/remas/www/mantis/core/gpc_api.php 67 call_user_func_array ( 'gpc_get', { [0] => 'bug_id' } )
/home/remas/www/mantis/bug_file_add.php 23 gpc_get_int ( 'bug_id' )

Does anyone know what maybe the problem?

Tks,

Renata
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: upload capacity

Post by atrol »

Run admin/check.php to see if there are any warnings.
Check also MySQL setting max_allowed_packet if you are storing your attachments in database.
Please use Search before posting and read the Manual
Post Reply