Loading...
 
Skip to main content

Category: 29.x

29.x
Show subcategories objects

Name Type
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
Not possible to upload a file using the file tracker field if the limit parameter is set to 1
{syntax type="tiki" editor="plain"}
On a Tiki27 and Tiki29 you can create a tracker, set some fields and set one File tracker field (no change in the parameters). On item creation it will work fine you will be able to validate the item and upload the file that will be saved into the Tiki File Gallery.

In the options of the File tracker field, you can limit to 1 the file you accept to link with this field in the item.
If you set to 1 the upload fails.

{img fileId="3145" thumb="box"}

This regression is somehow recent as it was previously working.
It seems there are also other error involving Ajax Services.
tracker item
On the experiment with plugin list the items are stacked when you add a fields paramater
{syntax type="tiki" editor="plain"}
On tiki29 a new fields parameter was added, see: https://doc.tiki.org/PluginList#Additional_parameter
This addition work well.

However I've noticed a visual issue when you use the debug template.
To reproduce, login and go to : https://dev.tiki.org/tiki-pluginlist_experiment.php

And test the following, __without__ the fields parameter. It should look as expected.
{CODE()}
{LIST()}
{filter field="tracker_id" content="5"}
{filter field="tracker_status" content="c"}
{output(template="debug"}
{LIST}
{CODE}

Adding the fields parameter and you will see all output object stacked one on each other.
{CODE()}
{LIST()}
{filter field="tracker_id" content="5"}
{filter field="tracker_status" content="c"}
{select fields="tracker_status"}
{output(template="debug"}
{LIST}
{CODE}
tracker item
On the newsletter admin page, Import emails from tracker goes to a 500
{syntax type="tiki" editor="plain"}
On the Admin Newsletter page, I create a new Newsletter.

Then from the page tiki-admin_newsletters.php#contentadmin_newsletters1-1 I click the action wrench for the newsletter: "Subscriptions".

There tiki-admin_newsletter_subscriptions.php?nlId=6 (this newsletter is id6) I go to the option; Import emails from tracker. I select the tracker where I want to grab emails. Click "Add".

It goes to a 500 and this is what I see in my php_error.log
It seems a bit inconsistent as it mention a tracker field from a different tracker I selected...

{CODE()}
thrown in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php on line 558
#2 {main}
#1 /home/opensourcesolutions/public_html/tiki-admin_newsletter_subscriptions.php(242): NlLib->get_emails_from_tracker()
#0 /home/opensourcesolutions/public_html/lib/newsletters/nllib.php(1365): TrackerLib->list_tracker_items()
Stack trace:
[01-Jan-2026 14:01:42 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php:558
thrown in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php on line 558
#2 {main}
#1 /home/opensourcesolutions/public_html/tiki-admin_newsletter_subscriptions.php(242): NlLib->get_emails_from_tracker()
#0 /home/opensourcesolutions/public_html/lib/newsletters/nllib.php(1365): TrackerLib->list_tracker_items()
Stack trace:
[01-Jan-2026 14:01:29 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/opensourcesolutions/public_html/lib/trackers/trackerlib.php:558
[01-Jan-2026 13:53:23 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:53:23 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:53:23 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:53:23 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:53:23 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26
[01-Jan-2026 13:53:23 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25
[01-Jan-2026 13:51:50 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:51:50 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:51:50 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:51:50 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:51:49 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26
[01-Jan-2026 13:51:49 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25
[01-Jan-2026 13:50:48 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:50:48 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:50:48 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:50:48 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:50:48 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26
[01-Jan-2026 13:50:48 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:41:16 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:35:37 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:35:37 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:35:37 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:35:37 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:35:36 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26
[01-Jan-2026 13:35:36 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:20:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:05:39 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 13:05:26 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 12:46:50 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 12:46:43 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 12:46:43 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 12:46:43 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
[01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "values" in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key "tracker_field_ossfaqTypeDeQuestion" in /home/opensourcesolutions/public_html/temp/templates_c/en_social^b1e897cce212dabee32b6e47fb255350ebd05a8a_0.file_homepage_testimonials_en.tpl.php on line 81
[01-Jan-2026 12:40:48 UTC] PHP Warning: Undefined array key 1 in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 52
{CODE}


tracker item
On upload a file to a files gallery the category is not saved anymore
{syntax type="tiki" editor="plain"}
When you upload a file to the Tiki file gallery, you can assign it to a category.
It was working but it is not anymore on Tiki27 and Tiki29
tracker item
Ordered list numbering isn't correct
{syntax type="tiki" editor="plain"}
Ordered lists by default are numbering the list sub-items incorrectly, I believe. But when the admin option "Multilevel style numbering for ordered lists" is activated, then the numbering is correct. I believe the numbering that the admin option provides should actually be the default, so there might be no need for the option. I suggest removing the option and making its numbering method the default. That is, all ordered list elements in wiki text should have -+list-style-type: decimal+- . Or if the admin option is retained, it could have a selector of other -+ol list-style-type+-s.

Also, when this option is activated currently, a class is added to the body tag that gives the ''body'' a left margin of 2rem. There is no reason for this class on the body tag, as far as I know, and we for sure don't want it to be adding a new margin to the whole body of the page.

See the discussion with screenshots here: https://matrix.to/#/!SLEgqpTNTlGYAhzNvK:gitter.im/$jVZB_SGxWolFLB9xOaCuzPIX50EfJqpipaNStGchSKw?via=gitter.im&via=matrix.org&via=sans-nuage.fr
tracker item
Pagination is not working for Wikipages
{syntax type="tiki" editor="plain"}
1. We dont have pagination for the wikipages.
2. If we activate the pagination with the parameter {OUTPUT(template="table" __pagination="y"__ )} clicking pagination links can produce #offset=NaN in the URL hash instead of a numeric offset. This is visible on the Wishlist page (e.g. dev.tiki.org/Wishlist#offset=NaN) and can be reproduced with a minimal example like:

{CUSTOMSEARCH(customsearchjs="1")}
{list max="5"}
{filter type="trackeritem"}
{filter field="tracker_id" content="2"}

{OUTPUT(template="table" pagination="y")}
{column label="Subject" field="subject_col"}
{OUTPUT}

{FORMAT(name="subject_col")}
{display name="tracker_field_testpaginationSubject"}
{FORMAT}
{CUSTOMSEARCH}
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
Please rename the start button in the wizards
{syntax type="tiki" editor="plain"}
Please rename the start button of the wizards.

The reason is that the translation function tra() is completely ignorant of context. And at least in German the problem arises that the imperative of starting, that "start" means, is different from the noun that marks the beginning of a calendar event. In English both are "start", but not in German.

In German that is "Beginn" (as with all nouns with upper case 'b'), while the imperative of starting would be "beginne" (as with all verbs with lower case 'b'), or in the preferred more professional looking passive construction "beginnen". The verb "starten" also exists, with that it would either be "starten" or "starte", but this arises the problem that if I rename one, I must as a consequence also rename the other. It is not possible to correctly translate both!

Because tra() is igorant of context... So I have to make a decision which wrong translation does lesser damage... So please find a different string for "Start". Preferrably, since it might take aeons before tra() becomes context sensitive, one that carries the context inside the string itself, like "start wizard". This should be a recommendation FOR ALL STRINGS throughout Tiki...
tracker item
Plugin help gone
{syntax type="tiki" editor="plain"}
Wow, toolbars are seriously messed up ((File a big|here))... what isn't broken in 30.x?

Anyway, on doc.tiki.org and all my v29+ tikis the plugin help has disappeared from the help popup. Here however it has appeared as a separate {icon name=plugin} icon, so presumably whoever broke this hasn't done an upgrade script (that works)

Also no preview on this text area? Wow...
tracker item
Possible to see admin "Advanced" options when the parent "Experimental" feature is not visible
{syntax type="tiki" editor="plain"}
Possible to see admin "Advanced" options when the parent "Experimental" feature is not visible.

See the attached file (video screenshot)

That doesn't make sense.

Or all children should be hidden as well or, once enable, an optionis always visible. (and its children too)

tracker item
Possible wrong feedback diplayed when you access an item from a tracker for whom the field is an itemlink from a group selector field
{syntax type="tiki" editor="plain"}
In a Tiki 29 I use groups for member of the same team.
In a trackerA I set a group selector field1 to select from which group is a contact.
In a trackerB I have an itemlink field2 that display and link to the trackerA field1.

On a wiki page I display information on a plugin list from the trackerB.
The information is displayed but I can also see a feedback from the lib/core/Tracker/Field/GroupSelector.php, a warning on ther top of the page.

{CODE()}
} elseif (empty($includedGroups) && ! $perms->admin_trackers) {
// user not in any of the required groups, use the global default $group and warn
$defGroup = $group;
Feedback::warning(tr('User not in any of the required groups for GroupSelector field'));
{CODE}

For some reason displaying the tracker field2 is running this code and display an error where there is none.

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
Preview tab for text area field on trackeritem should be optional
{syntax type="tiki" editor="plain"}
Since Tiki27 (may be in tiki26 also) enabling the option "Preview Edits" on the "Editing and Plugins" panel at tiki-admin.php?page=textarea also add a "Preview" tab when you edit a text area field on a trackeritem.

This is pretty annoying as it is not optional and add more on an already crowded modal.

The help text and option on the "Editing and Plugins" doesn't says a lot about this.

I suggest that we keep the "Preview Edits" as parent checkbox and add subset of checkboxes:
* Preview Edits
** Wiki pages (enable by default)
** Trackers (disable by default)
** ...
''(There may be other features where it applies, Articles, Blogs, Forums, Calendar, etc)''

The label option could be clarified, something like; Preview Edits Tabs
tracker item
Problems with cloning the system menu and previewing it
{syntax type="tiki" editor="plain"}
When I cloned the system menu, the clone had many duplicate menu items (options). I posted some screenshots here: https://matrix.to/#/!SLEgqpTNTlGYAhzNvK:gitter.im/$fXaHIgU2lnDuxIUeyFASiRQNjsH_smpZyE5RDBwopP0?via=gitter.im&via=matrix.org&via=coeus.ca . I didn't check yet if smaller (few menu items) menus would clone correctly.

Also, when trying to preview the clone menu, only the top-level menu items displayed. There were "+" symbols to click to see the dropdown-menu items, but clicking them didn't work so the dropdown-items couldn't be seen.
tracker item
Replace "AD" with a default admin user icon
{syntax type="tiki" editor="plain"}
During the early site configuration, before the admin user selects an avatar image, there is "AD" text placeholder where the admin avatar normally appears. The "AD" text placeholder, in my opinion, looks jarring and could be open to misinterpretation. Although it only appears until the admin specifies an actual avatar image, until then, it looks to me like an ad banner placeholder or something and doesn't contribute to a good first impression of Tiki by the new admin. If possible, I think it would be much better to have a default admin icon or image that actually looks like it represents the administrator account, rather than text that could easily be misinterpreted.

__My response to Landry's question__ (comments don't seem to be working now - Oct. 9):
My choice is the first icon, the person with the suit and tie.
tracker item
Replace "There are no comments at this time." in forums and comments
{syntax type="tiki" editor="plain"}
What first caught my attention was this message in a forum thread: "There are no comments at this time." I assumed this means there are no ''replies'' at this time, but this could be confusing to new users - what is the difference between a comment and a reply? [https://matrix.to/#/!SLEgqpTNTlGYAhzNvK:gitter.im/$7GRemHDJXuNdyie5ox7Z06urEoEEqXHjZ2gww1CTZ94?via=gitter.im&via=matrix.org&via=coeus.ca|It was pointed out] that probably the same code is used for forums and comments like those at the bottom of wiki pages.

I thought about some ways to either change the code to provide two different messages or change the alert message to cover both contexts.

But then I thought what is the purpose of the alert message to begin with? It is already obvious that the forum post has no replies or the wiki page, etc. has no comments. So I propose replacing the message that states the obvious to a message that is positive and engaging, something like "Contribute your thoughts", "Add your thoughts", or "Share your thoughts" along with an appropriate icon.
tracker item
Review-and-address-all-outdated-or-abandoned-dependencies-in-vendor_bundled-composer-json
wiki
Saving an article in french goes to a 500 on fresh Tiki29
{syntax type="tiki" editor="plain"}
After my last 29.x update I have a 500 error when I'm saving an article that is in french.
I have a English article, the translation, and I don't have the error so I tried to track the problem.

This sentence causes the 500:
"Tiki Wiki CMS est au cœur de plusieurs sites qui subissent les requêtes de crawlers d’IA, agressifs et voraces, capables de saturer les serveurs au point de rendre les applications lentes ou carrément inaccessibles comme nous l’avons montré dans un [article19-IA-des-crawlers-affames-qui-saturent-vos-serveurs-et-rendent-vos-sites-lents-ou-inaccessibles|précédent article]."

If I change for this sentence no error 500:
"Tiki Wiki CMS est au cœur de plusieurs sites qui subissent les requêtes de crawlers d’IA, agressifs et voraces. Ces derniers sont capables de saturer les serveurs au point de rendre les applications lentes ou carrément inaccessibles comme nous l’avons montré dans un [article19-IA-des-crawlers-affames-qui-saturent-vos-serveurs-et-rendent-vos-sites-lents-ou-inaccessibles|précédent article]."

I agree that this is crazy, but that's what it is...

PHP log says:
{CODE()}
[26-Nov-2025 18:21:16 UTC] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 134752405 bytes) in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:16 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[08S01]: Communication link failure: 1153 Got a packet bigger than 'max_allowed_packet' bytes in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:15 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:14 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:14 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:14 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:14 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:14 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:14 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:14 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'comment' at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\\\...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\\\',...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3\',`n...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3',`na...' for column `opensourcesolutions_tiki29`.`tiki_actionlog`.`comment` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:21:13 UTC] PHP Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xC3' for column `opensourcesolutions_tiki29`.`tiki_objects`.`description` at row 1 in /home/opensourcesolutions/public_html/lib/core/TikiDb/PdoDb.php on line 109
[26-Nov-2025 18:20:51 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:51 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[26-Nov-2025 18:20:51 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:51 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[26-Nov-2025 18:20:37 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:37 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[26-Nov-2025 18:20:37 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:37 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[26-Nov-2025 18:20:37 UTC] PHP Warning: Undefined array key "key" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 26
[26-Nov-2025 18:20:37 UTC] PHP Warning: Undefined array key "itemkey" in /home/opensourcesolutions/public_html/tiki-read_article.php on line 25
[26-Nov-2025 18:20:34 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:34 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[26-Nov-2025 18:20:34 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:34 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[26-Nov-2025 18:20:29 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:29 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
[26-Nov-2025 18:20:29 UTC] PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 51
[26-Nov-2025 18:20:29 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/opensourcesolutions/public_html/lib/wiki-plugins/wikiplugin_includetpl.php on line 44
{CODE}
tracker item
Scheduler admin remarksbox warning wrongly displayed
{syntax type="tiki" editor="plain"}
On A Tiki 29 running successfully different scheduler task everyday I can see the " The Scheduler does not seem to have been executed recently." warning
tracker item
SEFURL missing on calendar events?
{syntax type="tiki" editor="plain"}
The link to the RtM calendar event on tiki.org currently should be the SEFURL version, e.g. https://tiki.org/tiki-calendar-view_item?calitemId=337 (or maybe something even shorter?) and not https://tiki.org/tiki-ajax_services.php?controller=calendar&action=view_item&calitemId=337

Also, it should be easier to share it, imho.
tracker item
Smartmenu are broken with an inner scroll inside dropdown menu
{syntax type="tiki" editor="plain"}
From matrix chat - Wed, Feb 25, 2026 and after

Sorry if that doesn't sound hard core dev, but I could salvage 2 Tiki29 I updated in the last 2 days, by discarding last changes (reverting) on these 4 files:

src/js/jquery-tiki/tiki-menu.js - Menu JavaScript functionality
templates/bootstrap_smartmenu.tpl - Main menu template
templates/bootstrap_smartmenu_children.tpl - Submenu template
themes/base_files/scss/_tiki-menus.scss - Menu styling (SCSS)
(I had to re-applied my own other fixes and custom)
If it help anyone...

---

Check also:

The relevant MR pages are https://gitlab.com/tikiwiki/tiki/-/merge_requests/8600 and https://gitlab.com/tikiwiki/tiki/-/merge_requests/9489 and link to the related task.

I've been trying to reproduce the problem in a Tiki 27 instance where Smartmenus work but so far haven't been able to. One problem I see in the image and video demonstrating the problem is a z-index issue with the menu dropdown displaying underneath the page header, so this blocks access to the top items of the dropdown. In my test with a fairly current branch 27, that is fixed so the top of the dropdown is accessible.

So in viewports taller than the dropdown, the whole dropdown displays. In viewports shorter than the dropdown, the cutoff end of the dropdown gets an up arrow (at the bottom of the viewport) or a down arrow (at the top of the viewport) to scroll the dropdown items.

So I don't see the original problem that needed solving. If I'm missing something, hopefully somebody can let me know.

[ENH][UX] SmartMenus: Enable scrolling for long dropdowns to ensure all submenus are visible (!8600) · Merge requests · Tiki Wiki CMS Groupware / Tiki · GitLab - GitLab
Enable scrolling for long dropdowns in SmartMenus to ensure all submenus are visible Related task: https://avan.tech/item143455

[FIX] Admin dropdown menu being cut off near viewport bottom (!9489) · Merge requests · Tiki Wiki CMS Groupware / Tiki · GitLab - GitLab
Fix admin dropdown menu being cut off near viewport bottom Follow-up to

---

{img fileId="3243" thumb="box"}
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
Spreadsheet seems to be broken in master
{syntax type="tiki" editor="plain"}
When the feature is opened, the spreadsheet grid shows but there's no way to edit it. When I click "Spreadsheet help", this error message displays in the modal:

"Too late to modify headers. Headers already sent by output_headers() called at [/home/tiki-doc/public_html/temp/templates_c/en_social^c65dbf08b2e2cbfd6ac5170dcabfe3af12708efa_0.file_header.tpl.php:441])"
tracker item
structlib.php - broken navigation to structure siblings
{syntax type="tiki" editor="plain"}
Months ago I committed new functionality to structlib.php which allowed a special mode of navigation only between siblings at the same depth of a Structure. (MR 6850)

Unfortunately, because I lack coding experience, I was told that my code had to be refactored by the more skilled developers, but refactoring completely broke the new functionality that I added.

The refactored code does not seem to utilize the sibling functions, and the resulting Smarty template does not receive any values. --I'm not sure how to fix this myself. Can you please make it work.--
tracker item
Show PHP error messages