Loading...
 
Skip to main content

Default size for article images is a little bit too high

Status
Open
Subject
Default size for article images is a little bit too high
Version
18.x
Category
  • Error
Feature
Article
Resolution status
New
Submitted by
hman
Lastmod by
hman
Rating
(1)
Related-to
Description

The default size of article images is the least little bit too high in my view.

The explanation given to the admin reminds the admin "Maximum file size for an article image. Article images are stored in the database so it should remain low". And after stating that, the default is 500.000. Kilobytes 😊 That's 500 MBytes for one single image. I wonder what MySQL thinks about a blob of 500 meg... And imagine a backup of that DB in .sql format... 😊

Copy to clipboard
'article_image_file_size_max' => [ 'name' => tra('Article image maximum file size'), 'description' => tra('Maximum file size for an article image. Article images are stored in the database so it should remain low.'), 'type' => 'text', 'size' => '10', 'filter' => 'digits', 'units' => tra('kilobytes'), 'default' => 500000, ],
Importance
2
Easy to solve?
10 easy
Priority
20
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7520
Created
Monday 31 August, 2020 21:12:38 UTC
by hman
LastModif
Monday 31 August, 2020 21:14:41 UTC


Show PHP error messages