CoreBOSBB
[ solved ] error coreBOS Security in import - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [ solved ] error coreBOS Security in import (/showthread.php?tid=1204)



[ solved ] error coreBOS Security in import - rslemer - 08-09-2018

If you try import a big file, system show coreBOS Security error, instead a message file bigger the allowed
For me, if file has more than 40mb, occurs this error


RE: error coreBOS Security in import - joebordes - 08-22-2018

https://github.com/tsolucio/corebos/issues/336


RE: error coreBOS Security in import - rslemer - 03-26-2020

according with github conversation about this, to working a large upload file, I think is neede change tree parameters

at php.ini
upload_max_filesize
post_max_size ( i think is necessary is, no minimal a double of upload_max_filesize )

coreBOS
Application_Upload_MaxSize ( in global variable)

config.ini.php
not necessary anymore, variable in this file is obsolete

After coreBOS introduced the option for  "Test", I suggest, with a better enhancement, when click on this option "Valid" system look at php.ini value to shows if all is correct or not, or a popup to alert about thats parameters

This kind of controls, help a lot, the team support


RE: error coreBOS Security in import - joebordes - 03-27-2020

this has been added. Thanks!


RE: error coreBOS Security in import - rslemer - 03-28-2020

Thanks!!