CoreBOSBB
problem when uploading a document - 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: problem when uploading a document (/showthread.php?tid=1413)



problem when uploading a document - dagarcas - 02-20-2019

Hello, I have a problem when uploading a document that occupies more than 2MB does not leave me, although the global variable has since the limit is 10MB that can be due? it tells me the error that I do not have permissions in that directory, I am root and less than 2mb if it leaves me. Thank you.


RE: problem when uploading a document - joebordes - 02-20-2019

Hi

The coreBOS global variable is limited by the servers PHP settings. In other words, the max_upload_size PHP directive has more power than the coreBOS global variable. I suppose that you are running into the PHP limit, so the first thing you must do is review your PHP settings and increment the value there.

Let us know how it goes.


RE: problem when uploading a document - dagarcas - 03-07-2019

Thanks, it worked, I was connected by Putty and I modified the php.ini file and it worked perfectly, one more thing, I modified the globlal variable so that 10MB can be uploaded but there is a user that appears as a 3MB limit, how is that possible? Can limits be placed on a user, profile or role? many gracais¡¡


RE: problem when uploading a document - joebordes - 03-08-2019

Glad that worked

yes, global variables can be set by user, role, module,... have a read here:

http://blog.corebos.org/en/blog/globalvariable
http://corebos.com/documentation/doku.php?id=en:adminmanual:globalvariables