Category: Error
error message, broken, etc
A bug is something which doesn't work like it should. It is an obvious error.
This category was probably used as a fallback for bugs which did not fit other Bug subcategories before the general Bug category was created.
Show subcategories objects
A bug is something which doesn't work like it should. It is an obvious error.
This category was probably used as a fallback for bugs which did not fit other Bug subcategories before the general Bug category was created.
| Name | Type |
|---|---|
| Plugin Sheet data after TikiSheet is deactivated | tracker item |
|
Plugin Slider interferes with expected behavior of ui for anon in homepages
Plugin Slider interferes with expected behavior of ui for anon in homepages. To see it reproduced, visit this site (with a plugin slider), http://seeda4c.org And try to switch language que the correspinding module. Something similar can be reproduced applying one of the featured profiles. (Company Intranet, afair) |
tracker item |
|
Plugin SQL needs multi option for stored procedure data
The plugin SQL can not retrieve data returned from a SELECT which is in a stored procedure. Stored procedures can be more secure than granting database read access to the TikiWiki server. With MySQL, data can be retrieved from a stored procedure if the "mysqli" interface is used instead of "mysql", and if the client_multi_results flag is set before calling NConnect(). if( $dbdriver == 'mysqli' ){ $dbsqlplugin->clientFlags = 131074; // set client_multi_results } |
tracker item |
|
Plugin Tour Bugs
OLD: --1. The path parameter works to open the new page, but no popup appears on the page.-- This is working ok now: see the show instance linked from here: [https://dev.tiki.org/item5781]. However, there's no provision for the tour to lead back to the starting page. 2. The show_once parameter doesn't seem to prevent the whole tour from displaying, just the tour step that contains the parameter. The tour actually displayed on page refresh with the first step missing but the second step visible. 3. Tour step popups can get very wide (full width of screen) if they have enough content. In Bootstrap normally, popups (popovers) have a max-width of 276px. But we overrode than in Tiki to enable the huge popups in tracker tables. So should there be a special CSS rule for Tour to reimpose the Bootstrap default max-width? (And if so, can/should there also be a parameter to allow a custom max-width for an individual tour step?) NEW: 1. The show_once parameter doesn't seem to prevent the whole tour from displaying, just the tour step that contains the parameter. The tour actually displayed on page refresh with the first step missing but the second step visible. 2. Tour step popups can get very wide (full width of screen) if they have enough content. In Bootstrap normally, popups (popovers) have a max-width of 276px. But we overrode than in Tiki to enable the huge popups in tracker tables. So should there be a special CSS rule for Tour to reimpose the Bootstrap default max-width? (And if so, can/should there also be a parameter to allow a custom max-width for an individual tour step?) 3. The "start='n'" parameter doesn't seem to work. The tour always starts on page load. 4. There's no documentation for making a start button, for when the tour doesn't start on page load. It's possible to use the plugin with a "show_restart_button='Start Tour'" parameter. Is this the right/best way to make the start button? NEWEST: 1. The "show_once" parameter works as expected. 2. I added a CSS rule to limit the popover width to 276px (Bootstrap default). Ideally there should be a parameter to override this. 3. The "start='n'" parameter works. 4. I added description in the Tour plugin wiki help form, to use the Restart Tour button. |
tracker item |
|
Plugin Tracker broken within wiki templates in 27.3 (works in 27.2)
{syntax type="tiki" editor="plain"} In Tiki 27.3, when Plugin Tracker is used within a wiki template, it shows an error after the tracker item is submitted: Error: {img fileId="3136"} The same works perfectly well in Tiki 27.2 |
tracker item |
|
Plugin Tracker doesn't return feedback any more after inserting item if url param is provided
Plugin Tracker doesn't return feedback any more after inserting item if url param is provided According to the documentation of Plugin Tracker ( https://doc.tiki.org/PluginTracker#Examples ), this should be working: {CODE()} {TRACKER(trackerId="1" fields="1:3:4" action="Send")} !!! Thanks! Thank for your contribution! {TRACKER} {CODE} But if we send the user to a new page, the "thanks for your contribution" is not shown any more. And we could have some way to get the user see that feedack even when the user is sent to another page after inserting the item. Something could be added reusing the function that lindon added recently (months) to trunk to have a common way to display feedback to users after their actions. Some discussion in the devel list can help elucidate how to handle this implementation. Isse reproduced here in a 15.x instance as a reference: http://xavi-9794-6059.show.tikiwiki.org/tiki-index.php?page=Bug_Tracker u: admin p: 12345 |
tracker item |
|
"Plugin Tracker Item Field" test not working
Plugin Tracker Item Field test feature is not working. It always shows the content , no matter if the test should go positive or negative. In the show instance, I`ll use an ((PluginTrackerItemField|example)) as in Doc.tiki.org. The desired effect would be to show the message only if there was no items associated with the user. So, when a user have an item, it should show nothing (or anything after the ELSE) Show instance: http://fvtorres-11800-5970.show.tikiwiki.org User: admin Pass: 12345 Thanks! |
tracker item |
|
Plugin tracker send emails with the wrong template for some of the emails defined in the params
Plugin tracker send emails with the wrong template for some of the emails defined in the params https://doc.tiki.org/PluginTracker#Advanced_plugin_usage_2_multiple_recipients_multiple_templates_ I defined this type of plugin call: {CODE(colors="tiki")} {TRACKER(trackerId="1" action="Submit" fields="1:2:3:4:5" email="noreply@example.com|5,cc1@example.com,cc2@example.com|wiki:tpl_report_own_request,wiki:tpl_report_new_request,wiki:tpl_report_new_request")} some text {TRACKER} {CODE} The issue is that the emails sent to cc1@example.com and cc2@example.com contain the first template (wiki:tpl_report_own_request), and not the next one corresponding to them (wiki:tpl_report_new_request). Reproduced at: http://xavi-9794-6051.show.tikiwiki.org/tiki-index.php?page=Bug_Tracker First http auth: u: show p: show tiki credentials: u: admin p: 12345 Change the emails set as recipients in that email param of the plugin Tracker of that "Bug_Tracker" page. And add a new bug report as anonymous for instance. The 2 emails set hardcoded in the plugin tracker param email should get their emails with template "new" (tpl_report_new_request) but they get them also with template "own" (tpl_report_own_request ) |
tracker item |
|
plugin tracker use wiki page as email template: issues or missconfig?
I did set up a demo instance using tiki15 svn and plugin tracker with wiki page as email template, following the plugin tracker documentation https://doc.tiki.org/PluginTracker See: http://demo15.seeds4c.org/Contact+us & http://demo15.seeds4c.org/tiki-index.php?page=mytpl_notif_tracker_new_item u: admin p: 12345 Issues: (1) before granting the permission for anons to use the wiki page template, the subscriber to the email received the notification email, but the person adding the tracker item got an email saying + "Permission denied: the specified wiki page cannot be used as Smarty template resource" Maybe some notification should be shown or emailed to the site admin of that issue so that it can be fixed? The submitter of the tracker item might get confused with such message. (2) I cloned part of the tracker_changed_notification.tpl, but it didn't work because the tr tags, for some reason, became half disappeared once the page was saved (first tr tag was disappeared, the e3nding tr tag was shown).Something similar might be happening with the parser when attempting to send the message, since the message was: {CODE()} Contact us Syntax error in template "wiki:mytpl_notif_tracker_new_item" on line 1 " View the tracker item just inserted at:{/tr}" unexpected closing tag {CODE} And content of the template was: {CODE(ln="1")} {tr}View the tracker item just inserted at:{/tr} {$mail_machine_raw}/{$mail_itemId|sefurl:'trackeritem'} Author:{$mail_user|username} Date: {$mail_date|tiki_short_datetime:"":"n"} {$mail_data|replace:'-[':''|replace:']-':''} {if isset($mail_attId)} Download the file at: {$mail_machine_raw}/tiki-download_item_attachment.php?attId={$mail_attId} {/if} {CODE} I tried also surrounding all the contents of that template with literal smarty tags, but then, all the content of the template is sent as-is in th email body, without parsing at all. Am I missing anything? |
tracker item |
|
Plugin TrackerCalendar does not show all items
If a tracker contains more than 25 items per month, some items are missing when showing the month in with trackercalendar. I created 25 items with different categories for a single month and everything was fine. When inserting the 26th item, the new item was invisible. After deleting another item for that month, the new item now appears. I've been struggling with that problem for months and posted a request in the forum https://tiki.org/forumthread72130-Plugin-TrackerCalendar-does-not-show-all-items?topics_offset=2 |
tracker item |
|
Plugin TrackerToggle doesn't display the hidden field if attempting to change value in a previously saved itemId
Plugin TrackerToggle doesn't display the hidden field if attempting to change value in a previously saved itemId I followed the documentation found here: https://doc.tiki.org/PluginTrackerToggle with this type of syntax in a pretty tracker page: {CODE()}{TRACKER(trackerId="1" fields="2:5:10:11" showtitle="n" showdesc="n" showfieldsdesc="y" showmandatory="y" showstatus="y" wiki="Template1")}{TRACKER} {trackertoggle fieldId="5" value=1 visible="y" id="condiv"} {CODE} And the wiki page Template1 contains: {CODE()} Field 2: {$f_2} Field 5: {$f_5} {DIV(id=condiv)}Field 10: {$f_10}{DIV} Field11: {$f_11} {CODE} and the field is hidden by default, however it doesn't get displayed when the radio button gets the value "1" (yes) when visiting a previously saved item; e.g., with the url like: http://xavi-9794-5689.show.tikiwiki.org/tiki-index.php?page=HomePage&itemId=3 (please note that this itemId3 has field5 stored with value 0 (case A). That's why even if you click (at item edition time) to the second value of the radio button (value 1 - case B), nothing is shown (because field5 has value 0 stored or in the session or something). --- See it reproduced here: http://xavi-9794-5689.show.tikiwiki.org/tiki-index.php?page=HomePage&itemId=3 u: admin p: 12345 |
tracker item |
|
PluginButton: href doesn't permit relative links
This doesn't work: {CODE()}{button href="show:Slideshow+Test" _text="Click here to start slideshow"}{CODE} Can be seen here: https://dev.tiki.org/Slideshow+test Click "Click here to start" I can't demonstrate on show.tiki.org because SEFURL is not working there |
tracker item |
|
PluginCategory "Show Child Links" does not work
The "Show Child Links" option is supposed to "Show links to browse_category on the children categories. " When enabled, there are no links for the child categories. --Note: I tried to set up a show.tiki to demonstrate this, but only the categories directly under "top" are shown in Admin Categories. Something is wrong with the show.tiki instance.-- After logging out and back in, Admin Categories shows all the categories. The "Show Child Links" option still does not work. |
tracker item |
|
PluginConvene UI doesn't display X number cells when casting choices after user added X number of new dates
PluginConvene UI doesn't display X number cells when casting choices after user added X number of new dates. Reproduced here: https://tiki.org/tiki-pagehistory.php?page=201909+TAG+Meeting&newver=44&oldver=43 I added two new date options, and then, when I attempted to edit my choices through Convene UI, I was not able to add all my choices, 2 cells were missing. In fact, they were missing also at display time. Odd. Gary reported some similar oddity in that page also: https://tiki.org/tiki-pagehistory.php?page=201909+TAG+Meeting&newver=24&oldver=23 |
tracker item |
|
PluginDBReport only displays text for last "CELL " call.
{syntax type="tiki" editor="plain"} PluginDBReport, when doing a report with mulitple rows, will take the last "CELL ...." and make all usage of CELL the same as the last call, even across rows an header/footers. So if you have: TABLE HEADER CELL "FIRST" CELL "LAST" ROW CELL "this is first" CELL "THIS IS LAST" It will come out as a 2x2 table, with everything saying "THIS IS LAST". Obviously host information is useful too, this is a CentOS LAMP server with php 5.2.11 and apache 2.2.14 and mysql 5.0.86 . |
tracker item |
|
PluginDiagram not showing diagram if file stored in file gallery
((doc:PluginDiagram)) in ((doc:Tiki20)) seems a very promising feature. In my first test, I didnt' manage to make it work when choosing to save the diagram in a file gallery, I don't know why. It just doesn't display the diagram within the wiki page where the diagram was called. If I choose to save the diagram within the wiki page, then everything works as expected. If I manyally get the xml code from the diagram created in the file gallery, and place it inline within a new call of plugin diagram in the wiki page, the diagram displays as expected. If I click at edit the diagram from the wiki page (even If I don't see the diagram displayed in the wiki page, I see the button to continue editing it), I can see it and edit it in the diagram ui editor, as expected. Only issue is (apparently) to display in the wiki page the diagram stored in a file gallery. HTH |
tracker item |
|
PluginChart doesn't produce the expected chart, just the legend
PluginChart doesn't produce the expected chart, just the legend Try to reproduce the example at the documentation, and you'll get the issue reproduced, like in the https://doc.tiki.org/PluginChart Strategic feature to get Spreadsheets and charts out of them in the game again. ^__Please note:__ This request is to have the png & jpg versions of the charts produced ( see: https://doc.tiki.org/Spreadsheet+Graphics+and+Charts#Select_the_Graphic_Type_and_Output_Format ), not some js based solution (like reusing raphaeljs or chartjs lib, etc.), since this implies an easy solution for charts in PDF reports working automagically without requiring complex solutions to get js-based charts incluided in PDF reports. A different request/wish will be added to add some optional parameter to get the chart produced with some JS lib already in Tiki like the ones cited above. ^ |
tracker item |
|
PluginFont doesn't survive 2 paragraph breaks
{CODE()} {FONT(size="30")}This is OK This is OK This is OK This is OK {FONT} {CODE} will generate: {FONT(size="30")}This is OK This is OK This is OK This is OK {FONT} But {CODE()} {FONT(size="30")}This is OK This is OK This is not OK This is not OK {FONT} {CODE} will generate: {FONT(size="30")}This is OK This is OK This is not OK This is not OK {FONT} |
tracker item |
|
PluginGroupStat percent_of and show_bar parameters not working
The bars that show when -+show_bar="y"+- all look the same size and they look more like dots. Also, it doesn't seem to make a difference whether -+percent_of+- is set to -+site+- or -+groups+- - the percent shown seems to always be based on the number of site users. |
tracker item |
|
PluginInclude not working properly in Tiki 6.2 and 6.1
Wiki plugin, when using with start and stop parameters does not include any text. It only includes the text when used without these parameters. Using Tiki 6.1 fresh code install, on past 6.0 db updated to 6.1. In using tiki 6.2 the problem persists. |
tracker item |
|
PluginKanban documentation produced non working setup for me. "Code: undefined - undefined."
{syntax type="tiki" editor="plain"} I'm testing the documentation recently updated in doc.t.o for Kanban ( https://doc.tiki.org/PluginKanban ), where it provides some demo yaml to create the tracker and wiki page to easily have a working kanban board, in theory. But it fails for me (linux, ubuntu 22.04, usinb php 8.1.x, recent Chromium) in a similar manner to how it fails for me when testing the profile in band new sites ( see also https://dev.tiki.org/item8418-Kanban_Board_25-profile-produces-non-working-setup ). New gif video to show the issue in my local machine this time: {img fileId="2119"} |
tracker item |
|
PluginMail fails sending to multiple groups
PluginMail fails when the address list contains two groups with users being members of both groups. I tested with 3 groups: Group10 (user11, user 12) Group20 (user21, user 22) Group30 (user11, user 12, user21, user 22, user31, user 32) Sending mail to Group 10+Group20 works Sending mail to Group 10+Group30 returns an error like {CODE()} System error. The following error message was returned: The query was: select `email` from `users_users` where `userId` in (?,?,?,?,?,?,?) Values: 1. 8 2. 9 3. 6 4. 7 5. 10 6. 11 7. 1 The built query was likely: select `email` from `users_users` where `userId` in ('8','9','6','7','10','11','1') {CODE} |
tracker item |
|
PluginMatcher.php Times Out
PluginMatcher.php Times out on (what I thought was) a well formatted wiki page. Now, I presume its PluginMatcher.php that is timing out. It showed that this file was timing out in my server logs. In any case, the possibility exists that its not this problem, but another. I created the instance, and started inputting the Wiki Syntax. The page did not crash when I input the wiki syntax and saved the fist page. Then I started enabling HTML plugins, successively one after another. The wiki instance is now completely non-responsive and will not serve pages at all. To reproduce: paste this http://pastebin.com/yZDMGZwT wiki page into a wiki instance & save. Approve the HTML plugins one after another. I did it quickly, didn't even wait for the page to reload before approving another. Tiki-instance will become unresponsive. PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home5/chagamus/public_html/theoryofcolor/lib/core/WikiParser/PluginMatcher.php on line 284 PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home5/chagamus/public_html/theoryofcolor/lib/core/WikiParser/PluginMatcher.php on line 555 PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home5/chagamus/public_html/theoryofcolor/lib/core/WikiParser/PluginMatcher.php on line 285 Last lines. Although the tiki instance has completely frozen, I can say that any time I edit the page it ends in a blank (white) page and I get one of the above notices in my log file. I have checked and re-checked the tiki syntax, and cant find any errors. |
tracker item |
|
PluginRegex is broken
The WikiPlugin_regex.php is broken, unless you put your regular expression on a page called "pageName" |
tracker item |
|
"internal link" button doesn't work -- "local.php not found"
the button "insert internal link" (on the WYSIWYG-editor) doesn't work. it opens a new window "local.php not found — This is normal if you have not run the tiki installer yet". (but i run the tiki installer) |
tracker item |
When TikiSheet is deactivated, all sheets and plugin should say " This feature is disabled: feature_sheets "