CoreBOSBB

Full Version: [ solved ] error coreBOS Security in import
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
this has been added. Thanks!
Thanks!!