Loading...
 
Skip to main content

Regressions in file upload form

Status
Open
Subject
Regressions in file upload form
Version
30.x
31.x (future, currently trunk)
Category
  • Regression
  • Upgrade Blocker
Feature
File Gallery (elFinder or standard UI)
Resolution status
New
Submitted by
Jonny Bradley
Lastmod by
Jonny Bradley
Rating
(0)
Description

Uploading a file on tiki-upload_file.php shows an error when uploading anything:
UploadAjaxError: fail to POST tiki-ajax_services.php?controller=file&action=upload 500

This happens in \Services_File_Controller::action_upload on the line that runs updateDeleteAfter (210 in master currently), and it is because the values $input->deleteAfter0 and $input->deleteAfter_unit are now jitFilter objects, and not integers any more.

Also, the "Automatic upload" checkbox has gone missing, and from what i can tell, it is unzipping active files automatically and i need it not to currently.

Solution
Workaround
Apparently we can release an LTS with known fatal server errors these days, sadly
Importance
8
Easy to solve?
3
Priority
24
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
8983
Created
Tuesday 19 May, 2026 11:56:34 UTC
by Jonny Bradley
LastModif
Monday 22 June, 2026 11:21:16 UTC


Show PHP error messages