Posted February 27, 20232 yr Hi, Our community allows users to upload very large videos to the gallery. We recently had to change the image_file_size column datatype in the gallery_images table from INT to BIGINT to support this. Reporting this because now we're getting a warning in the AdminCP because we changed the table. Tagging @Olivia Clark and @Andy Millne since you two seem to be very familiar with the recent gallery changes and probably can confirm if this is a bug or intended. Thanks Edited February 27, 20232 yr by H5K
February 27, 20232 yr Community Expert That would be intended. If you change a field type, the system will notice that field type as being outside what the default is, and try to correct it
February 28, 20232 yr Author 19 hours ago, Marc Stridgen said: That would be intended. If you change a field type, the system will notice that field type as being outside what the default is, and try to correct it Thank you for the response and apologies for the confusion. I was not questioning whether the table modification message was intended or not. I am questioning whether it is intended for gallery_images.image_file_size to be an int and not a bigint. The gallery has recently improved support for videos which can be considerably large. The reason we had to change the column datatype is because our users got an error when they tried to upload videos that were too large.
February 28, 20232 yr Community Expert Ive actually added this as a bug report so it can be looked into. If this is the case, its very likley it needs to be increased
September 6, 20231 yr Community Expert Solution This issue was resolved in the recently released 4.7.13 release. Please update in order to fix this issue, and if you see any problem after that point, please let us know.