Quote:
Originally Posted by pumarjr
it's funny, my post has been completely ignored
|
I didn't ignore it - see reply at 08:40 yesterday - I said that I cannot understand how it is possible for VB and LDM to display these different values when the code is using identiocal code to read the same settings from the php.ini files. Maybe I'm overlooking something obvious. See for example these attachments which show the same value from my test board.
How big an upload will your implementation of LDM allow? What limits are set in your main VB admin/attachments table?
Latest versions of LDM places the following limits on uploads:
a) for admins, all allowed filetypes, maxsize = smaller of upload_max_filesize and post_max_size
b) for all other users, maxsize is read from the VB admin attachments table for the corresponding filetype, with an upper limit of smaller of upload_max_filesize and post_max_size