Skip to content

[ENH] Update tiki-check.php to suppress warning when files are stored in database

For the task: https://avan.tech/item101834 2024-01-22_220034__1_

  • [ENH] Update tiki-check.php to suppress warning when file are stored in database

This update modifies tiki-check.php to conditionally display the warning message about file storage based on the actual storage method being used.

  • When Tiki is storing files in the database (the default setting), the warning message is suppressed.
  • When Tiki is storing files on disk, the warning message is displayed to alert users of potential issues.

This ensures that the warning is only shown when it is relevant, reducing unnecessary alarm for users who have Tiki configured to store files in the database.

Edited by luci

Merge request reports