Category: Regression from 28.x to 29.x
Show subcategories objects| Name | Type |
|---|---|
| _sort parameter in a filter of a relations field display a tracker field error - MySQL | tracker item |
|
Admin icons on main control panel are not centered anymore
{syntax type="tiki" editor="plain"} https://ibb.co/tTWCXJmM |
tracker item |
|
After Tiki29.1, images seems to have an inline style added to the div that contain the image.
{syntax type="tiki" editor="plain"} On different area of a Tiki29x updated after the last 29.1 release images have a height of 2px or width of 2px. {img fileId="3231" thumb="box"} {img fileId="3232" thumb="box"} |
tracker item |
|
Article own image is lost if changing the classification of the article
{syntax type="tiki" editor="plain"} As seen in the video attached to this item. (demo tiki) The own image article is lost if the classification (topic or type) of an article is changed. To reproduce; In the Tiki Articles I create an article and set his own image. I save, the image is displayed. I edit the article change the topic or the type of the article and save. The image is gone. It was working fine, __this is a regression on Tiki 29__. |
tracker item |
|
Broken trackeritem title if the title is a text tracker field and multilingual
{syntax type="tiki" editor="plain"} On Tiki29x from update I have several trackers. A tracker field text is set as the tracker item title. This work just fine. On this tiki multilingual is enable and I use en and fr, so later I enabled the multilingual option of the text field and I added a french value for the title field. Now I see the database value for the trackeritem and not one title based on the language selected: {CODE()}{"en":"The Wiki syntax in Tiki","fr":"La syntaxe Wiki dans Tiki"}{CODE} |
tracker item |
|
Button parameters are duplicated when setting a plugin button
{syntax type="tiki" editor="plain"} When I create a button using Tiki29 several parameters (not all) are duplicated in the plugin syntax. {img fileId="3221" thumb="box"} |
tracker item |
|
Captcha, CAPTCHA questions and answers involving text string is not working anymore
{syntax type="tiki" editor="plain"} At tiki-admin.php?page=login admin can set "CAPTCHA questions and answers". A question with a single answer. If I use -+1,3,5,7,?= :9+- it will work. If I use a text string like -+What is the capital of France ? :Paris+- it won't work as it was previously. |
tracker item |
|
Cookie agreement form and dark backdrop appear on every page load
{syntax type="tiki" editor="plain"} Tiki.org, just updated to branch 29, is now also showing the cookie message and dark backdrop on every page load like dev.t.o is showing, not for very long but still this is an unacceptable visual glitch IMO. This pops up even if you have accepted cookies. |
tracker item |
|
Cookie consent form and shaded page background appear on every page load at dev.t.to
{syntax type="tiki" editor="plain"} Recently at dev.tiki.org, the cookie consent form displays on every page load, even though I have consented to the default and selected "save preference". The form only displays for a few seconds but it shouldn't show at all for a user who has consented to cookies. |
tracker item |
|
Img plugin Thumb=box parameter is broken on Tiki29
{syntax type="tiki" editor="plain"} The parameter thumb="box" is not applied anymore. The sample below should be a thumbnail not a full screen image. {img fileId="1215" thumb="box"} |
tracker item |
|
It is not possible to delete a menu option anymore on Tiki29
{syntax type="tiki" editor="plain"} It is not possible to delete a menu option anymore on Tiki29. (among other errors) Videoshot: https://streamable.com/ykmbu7 |
tracker item |
|
Module go to a 500 related to theme_navbar_fixed_topbar_offset (multiple errors in fact)
{syntax type="tiki" editor="plain"} On a Tiki29 (updated from Tiki27) I had a 500 error trying to access different admin areas. I could track the issue on the admin module panel. {CODE()} thrown in /home/opensourcesolutions/public_html/tiki-admin_modules.php on line 638 #0 {main} Stack trace: [20-Oct-2025 13:14:47 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + int in /home/opensourcesolutions/public_html/tiki-admin_modules.php:638 thrown in /home/opensourcesolutions/public_html/tiki-admin_modules.php on line 638 {CODE} Tracking the error lead me to understand that, in this Tiki the "theme_navbar_fixed_topbar_offset" was empty. And this caused a problem. After reseting to the default 90px i could access to the module. This shouldn't happen. ;-) |
tracker item |
|
No title or filename or text for new attachment on Tiki29.x trackers
{syntax type="tiki" editor="plain"} When you attach a file to a a tracker item using the attachment tracker feature, the file is uploaded and stored (where?) but it has no title or filename. Also remove and edit icons look out of their places. {img fileId="3238" thumb="box"} |
tracker item |
|
Not possible to change the recategorization event of a field Category when the category uses non-latin leters
{syntax type="tiki" editor="plain"} I have a Tiki29 in hebrew. I use trackers and I have a field "Categorize tracker item". If I change the option "recategorization event" (from save to indexing) Tiki feedback show a red error with "name is required". The modal close and nothing is saved. I don;t know since when it is broken, but it used to work... {img fileId="3215" thumb="box"} |
tracker item |
|
Not possible to upload a file at dev.t.o
{syntax type="tiki" editor="plain"} It is not possible to upload a file when filling a ticket. #I create a bug report #I select the icon uploap in the text area description #I navigate to the correct folder I want to drop a screenshot (liste galleries -> bug report -> bsfez) #I drop the image on the upload area (I wait to be sure no timeout in the background) #I click on insert The upload fails: {CODE()} FileGalUploader.vue:23 POST https://dev.tiki.org/tiki-ajax_services.php?controller=file&action=upload 413 (Content Too Large) FileGalUploader.vue:23 UploadAjaxError: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>413 Request Entity Too Large</title> </head><body> <h1>Request Entity Too Large</h1> The requested resource does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. </body></html> at $e (ajax.mjs:24:10) at XMLHttpRequest.<anonymous> (ajax.mjs:64:29) at XMLHttpRequest.i (helpers.js:74:23) {CODE} |
tracker item |
|
Directory parent level is missing when moving a file within a file gallery
{syntax type="tiki" editor="plain"} Using the Tiki File Gallery feature (not Elfinder) it is possible using the bottom dropdown in a file gallery to move a file from a tiki file gallery to a different tiki file gallery. However only children are displayed but not the parent galleries. I have this in my File Galleries MainA / SubA // File1 // File2 / SubB // File3 MainB / SubC // File4 Let say I want to move File2. When I select the option "Move" and go back to the selector to select the destination, only these will be displayed MainA > SubA MainA > SubB MainB > SubC MainA or MainB options are missing. "Bug report images" and "File galleries" are missing and this is a regression. {img fileId="3220" thumb="box"} |
tracker item |
|
Preview is broken at doc.t.o
{syntax type="tiki" editor="plain"} At https://doc.tiki.org/tiki-editpage.php?page=Transfer%20Field%20Type, clicking the "Preview" button doesn't work anymore. No preview is displayed and an empty blue remarksbox is displayed. |
tracker item |
|
Some actions are not working as expected
{syntax type="tiki" editor="plain"} Go to tiki-admin_schedulers.php, tiki-pagehistory.php?page=test(name of your existing page), try click "Actions" icon and see the behavior |
tracker item |
|
The subject field of this tracker keeps getting out of focus when you hit a subject that doesn't exist yet
{syntax type="tiki" editor="plain"} The subject field of this tracker keeps getting out of focus when you hit a subject that doesn't exist yet. It is very annoying ! Can't upload the video... |
tracker item |
|
The wiki table of contents and other menu elements, such as the dropdown menu and the navbar, are conflicting
{syntax type="tiki" editor="plain"} When you have a table of content and a menu element, the menu should open OVER the table of content and menu link useable. Actually it is a weird mix with broken display and the menu link are not accessible. Happen also when you set a menu at the bottom that dropup over the table of content. Visible at: https://doc.tiki.org/Tiki27 {img fileId="3240" thumb="box"} |
tracker item |
|
The wishlist status selector provoke a bug if you remove the initial "open" status and leave it empty
{syntax type="tiki" editor="plain"} At https://dev.tiki.org/Wishlist the customsearch displays a status selector. If you remove the default "open" status it will provoke a logical error as the "empty" or "no-status" option doesn't exist. It shouldn't happen. UPDATE: I posted a workaround, not sure it is a real solution |
tracker item |
|
Tiki article page display is broken on Tiki29 because of typo in classes
{syntax type="tiki" editor="plain"} On a Tiki29 I use tArticles with the topic image and headings. Before Tiki29 the Topic image and the Heading where displayed on the same line. Since Tiki29 it is broken because a missing space in a class. {CODE()}articleheadingd-md-flex clearfix{CODE} Instead of {CODE()}articleheading d-md-flex clearfix{CODE} |
tracker item |
|
Tiki menu is not accepting the first level link in Tiki 29 (was working in Tiki 27)
{syntax type="tiki" editor="plain"} On a Tiki27 I have a menu in the top with several parents (top menus) and children (dropdown subitems). Both were clickable and go to a page. After Tiki29 update the parents (top menus) link is not working anymore, only childrens. I added javascript to fix the issue temporary but a better fix should be done. See workaround below. (module 218) |
tracker item |
|
TOC auto table is gone since Tiki29
{syntax type="tiki" editor="plain"} Auto TOC is gone since Tiki29x. tested on demo too. Can't post screenshot... |
tracker item |
|
Tracker item data input isn't being saved
{syntax type="tiki" editor="plain"} (Copied from [ https://matrix.to/#/!SLEgqpTNTlGYAhzNvK:gitter.im/$upjV4gIBe4PoBuFH1INr_99Ynq5o_hFTPjMrGFhBj8E?via=gitter.im&via=matrix.org&via=coeus.ca|Matrix post]) Another issue/regression at themes.tiki.org - I'm updating tracker 10, which lists the themes, with information for the Brite theme, and text seems to go missing from inputs randomly when I go on to another input. And I've saved the tracker item info after scanning it to make sure all the fields are filled, and when the item shows up in tracker items, the theme name is missing, with "undefined" in its place. The "Theme name" field is a page selector, but when I input the full name "Brite", the page isn't found, the spinner goes constantly. I just realized if I just input "B", then the theme name appears in the selector options and can be clicked. But not saved, as again "undefined" is displayed in list-items where "Brite" should be. I edited the short description field to add the theme name and saved, but the field content wasn't updated. :-| Clearing caches and rebuilding the search index didn't help. |
tracker item |
I updated recently a Tiki 29.x (14/02/2026) and since then on creation of an item in a tracker I have this error:
^
Error
Field _sort does not exist in the current index. If this is a tracker field, the proper syntax is tracker_field__sort.
^
It comes from using a relations tracker field with a filter using this "_sort" parameter.
-+type=trackeritem&tracker_id=2&_sort=tracker_field_actionsDate_desc+-
{img fileId="3237" thumb="box"}
The code is at : templates/trackerinput/relation.tpl
{CODE()}
{object_selector_multi _name=$field.ins_id|cat:'[objects]' _value=$data.existing _filter=$data.filter _format=$data.format _parent=$data.parent _parentkey=$data.parentkey _sort=$data.sort}
{CODE}