The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Max file size for upload? - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4)
+--- Thread: Max file size for upload? (/showthread.php?tid=2603)



Max file size for upload? - dattuso - Sep 4th, 2013

Hi All!

I am having trouble figuring out what the max file size is for the Field Type "File". I have set it to "MEDIUMTEXT" which I link is ~16MB.

I have looked around and found this:
TINYTEXT 256 bytes
TEXT 65,535 bytes ~64kb
MEDIUMTEXT 16,777,215 bytes ~16MB
LONGTEXT 4,294,967,295 bytes ~4GB
http://www.electrictoolbox.com/maximum-length-mysql-text-field-types/

however even though I have my Field Type "File" File size on "Very Large (MEDIUMTEXT)" and I have gone in and change the default "Max File Size (KB)" I cannot seem to get it to take anything over 2000 (2MB) even though MEDIUMTEXT should alow ~16MB.

If I set "Max File Size (KB)" to: 2000kb, 3000kb , 4000kb, respectively. With each of these settings I can upload a file the is 119KB but when I try a file that is 154KB I get the following error:
http://vdfp.us/img/formtools/internalerror.jpg

I read somewhere else on this form the some one had to edit their php.ini to compensate for this issue, but I want to check here first to see if there was a solution that I was missing before I did that. Last time I edited my php.ini my entire formtools stopped working, so I'd like to avoid that if I can.

Thanks for any help!
Diana