Page 1 of 1

Post-install check shows problem - how do I fix it?

Posted: 28 Nov 2012, 11:53
by MightyMouse58
Hi guys,

I have just installed the latest version of MantisBT onto my Win7 Pro laptop. When I ran the 'check' routine, it returned the error shown in the attached graphic - 'Checking MantisBT upload file size is less than php'. I've checked the config_inc.php but couldn't find anything there about max_file_size - how and where do I go to fix this problem? (Sorry my knowledge of PHP is not the best).

Advice appreciated.

Cheers
Mantis Config Error message
Mantis Config Error message
MantisConfigError.png (195.88 KiB) Viewed 3479 times

Re: Post-install check shows problem - how do I fix it?

Posted: 29 Nov 2012, 07:35
by atrol
add the following line to file config_inc.php

Code: Select all

$g_max_file_size		= 2097152;

Re: Post-install check shows problem - how do I fix it?

Posted: 29 Nov 2012, 21:33
by MightyMouse58
Thanks Atrol, appreciated.

Cheers